{
    "data": {
        "__schema": {
            "queryType": {
                "name": "Query"
            },
            "mutationType": {
                "name": "Mutation"
            },
            "subscriptionType": {
                "name": "Subscription"
            },
            "types": [
                {
                    "kind": "OBJECT",
                    "name": "AircraftReservation",
                    "description": "Represents single aircraft reservation activity.",
                    "fields": [
                        {
                            "name": "acftReservationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierOrFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahEstimated",
                            "description": "calculated at beginning of aircraft reservation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacEstimated",
                            "description": "calculated at beginning of aircraft reservation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahNow",
                            "description": "calculated at now UTC-0",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacNow",
                            "description": "calculated at now UTC-0",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use dateLimit field instead"
                        },
                        {
                            "name": "dateLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAllowOverlapping",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startTimeUTC field instead"
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endTimeUTC field instead"
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "Activity color",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ReservationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftVirtual",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftVirtual",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangingPosition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progressStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Status",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableForCharterOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "ActivityInterface",
                    "description": "Common interface for different activity types.",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "AircraftReservation",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Flight",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Positioning",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Simulator",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "TimeReservation",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "EmptyLeg",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AircraftMaintenance",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "MyAircraftReservation",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "Airport",
                    "description": "Represents single airport",
                    "fields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptdirNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use code field instead"
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use code field instead"
                        },
                        {
                            "name": "cust",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use code field instead"
                        },
                        {
                            "name": "faa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use code field instead"
                        },
                        {
                            "name": "airportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use code field instead"
                        },
                        {
                            "name": "airportCodesString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitude",
                            "description": "Latitude in degrees-minutes format with direction (e.g., \"N47-27.5\", \"S31-36.5\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitudeDec",
                            "description": "Latitude in angular seconds. Positive for North, negative for South (1 degree = 3600 seconds)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitudeDeg",
                            "description": "Latitude in decimal degrees (e.g., 47.458333 for North, -31.608333 for South)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitude",
                            "description": "Longitude in degrees-minutes format with direction (e.g., \"E008-32.9\", \"W008-02.5\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitudeDec",
                            "description": "Longitude in angular seconds. Positive for East, negative for West (1 degree = 3600 seconds)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitudeDeg",
                            "description": "Longitude in decimal degrees (e.g., 8.548333 for East, -8.041667 for West)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryFromTimezone",
                            "description": "Country derived from the airport timezone",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "Country name for this airport based on operator-specific airport directory data",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelEU",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezoneNid",
                            "description": "Internal timezone identifier",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Timezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internationalTimezone",
                            "description": "Static numeric UTC offset representation (e.g., \"+1\", \"+0\", \"-5\"). Does not account for DST.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezoneOffset",
                            "description": "Static UTC offset in H.MM or HH.MM format (e.g., \"1.00\", \"0.00\", \"-5.30\"). Does not account for DST. Use timezone.utcOffsetSeconds for DST-aware calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "utcOffset",
                            "description": "UTC offset in seconds for the specified time. Accounts for DST. Argument: time (optional Unix timestamp or ISO datetime string, defaults to current time).",
                            "args": [
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `timezone.utcOffsetSeconds` field instead."
                        },
                        {
                            "name": "daylightSavings",
                            "description": "Indicates if daylight saving time applies to this airport (1 = true, 0 = false)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezoneLocked",
                            "description": "Indicates if timezone data is locked from automatic updates",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezoneDbVersion",
                            "description": "Version of the timezone database used for this airport (e.g., \"2018e\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "elevation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "st",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportOfEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runwayLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runwayWidth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "controlTowerHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingMandatory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotsRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "freeAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ilsDme",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lightingIntensity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "towerPhone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "garEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportNotes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunriseSunset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiAirportSunriseSunset",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "openHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiAirportOpenHours",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categories",
                            "description": "Requires access to resource GRAPHQL_AIRPORT_CATEGORY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ApiAirportCategory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categoryForAircraft",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultCategory",
                            "description": "Default airport category (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFullCategory",
                            "description": "Default airport category with variant (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "details",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDetails",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shouldBeHidden",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTrainingRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAirportBriefAvailable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightBriefRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryRiskScore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportRiskScore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Int",
                    "description": "The `Int` scalar type represents non-fractional signed whole numeric\nvalues. Int can represent values between -(2^31) and 2^31 - 1. ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "String",
                    "description": "The `String` scalar type represents textual data, represented as UTF-8\ncharacter sequences. The String type is most often used by GraphQL to\nrepresent free-form human-readable text.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportCode",
                    "description": "Contains all available airport codes along with the most descriptive one",
                    "fields": [
                        {
                            "name": "mostDescriptiveWithPriority",
                            "description": "Returns code specified in argument or most descriptive if specified does not exist",
                            "args": [
                                {
                                    "name": "priority",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AirportCodeType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mostDescriptive",
                            "description": "Returns first existing code using priority ICAO -> IATA -> FAA -> CUST",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserPreferred",
                            "description": "Returns first existing code using logged user priority",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "faa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cust",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AirportCodeType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ICAO",
                            "description": "Will use airport ICAO codes where applicable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IATA",
                            "description": "Will use airport IATA codes where applicable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAA",
                            "description": "Will use airport FAA codes where applicable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CUSTOM",
                            "description": "Will use airport custom codes where applicable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Float",
                    "description": "The `Float` scalar type represents signed double-precision fractional\nvalues as specified by\n[IEEE 754](http:\/\/en.wikipedia.org\/wiki\/IEEE_floating_point). ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Country",
                    "description": "Represents single country",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "codeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptdirCountryNotes",
                            "description": "",
                            "args": [
                                {
                                    "name": "aptdir_nid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirCountryNotes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ID",
                    "description": "The `ID` scalar type represents a unique identifier, often used to\nrefetch an object or as key for a cache. The ID type appears in a JSON\nresponse as a String; however, it is not intended to be human-readable.\nWhen expected as an input type, any string (such as `\"4\"`) or integer\n(such as `4`) input value will be accepted as an ID.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptdirCountryNotes",
                    "description": "",
                    "fields": [
                        {
                            "name": "aptdirNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "description": "The `Boolean` scalar type represents `true` or `false`.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Timezone",
                    "description": "",
                    "fields": [
                        {
                            "name": "tzNid",
                            "description": "Internal timezone identifier",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "continent",
                            "description": "Continent where this timezone is located",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Continent",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "Primary country associated with this timezone",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitude",
                            "description": "Representative latitude for this timezone in angular seconds (1 degree = 3600 seconds)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitude",
                            "description": "Representative longitude for this timezone in angular seconds (1 degree = 3600 seconds)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Timezone display name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nativeTimezoneName",
                            "description": "IANA timezone identifier (e.g., \"Europe\/Zurich\", \"Africa\/Casablanca\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "Additional timezone information or notes",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "utcOffsetSeconds",
                            "description": "UTC offset in seconds for the specified time. Automatically accounts for DST. Argument: time (optional Unix timestamp or ISO datetime string, defaults to current time).",
                            "args": [
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Continent",
                    "description": "",
                    "fields": [
                        {
                            "name": "continentNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DateTime",
                    "description": "Date and time expressed according to ISO 8601, ex. 2019-06-05, 2019-06-05T12:00:00",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportNotes",
                    "description": "Represents notes",
                    "fields": [
                        {
                            "name": "categoryNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryPaxNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "periodicNotes",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateFrom",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateUntil",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AirportPeriodicNote",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPeriodicNote",
                    "description": "",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validUntil",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiAirportSunriseSunset",
                    "description": "Represents the time of sun rise and sun set",
                    "fields": [
                        {
                            "name": "sunrise",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunset",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiAirportOpenHours",
                    "description": "Represents info when the airport is open",
                    "fields": [
                        {
                            "name": "openAt",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "departureOrArrival",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DepartureOrArrivalEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hoursRecurrenceType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "HoursRecurrenceType",
                                        "ofType": null
                                    },
                                    "defaultValue": "OPENING"
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closeAt",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "departureOrArrival",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DepartureOrArrivalEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hoursRecurrenceType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "HoursRecurrenceType",
                                        "ofType": null
                                    },
                                    "defaultValue": "OPENING"
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOpen24Hours",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "departureOrArrival",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DepartureOrArrivalEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hoursRecurrenceType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "HoursRecurrenceType",
                                        "ofType": null
                                    },
                                    "defaultValue": "OPENING"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DepartureOrArrivalEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "departure",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrival",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HoursRecurrenceType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OPENING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOWER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CUSTOMS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiAirportCategory",
                    "description": "Represents single airport aircraft category",
                    "fields": [
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftQueryInput",
                    "description": "Represents an aircraft in query inputs",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptdirNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "county",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceFromCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Timezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internationalTimezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezoneOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "daylightSavings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subdivision",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aftn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sita",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "elevation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportOfEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "designatedInternational",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingRights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userFees",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "open24Hours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hoursOfOperation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "controlTowerHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fireCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fireCategoryRemarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fireCategoryFaa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxLda",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pcn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "st",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approach",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runwayId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runwayLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runwayWidth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingMandatory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotsRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "freeAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ilsDme",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lightingIntensity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "towerPhone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "garEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiIn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edto",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraDepartureTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraArrivalTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "towbarRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "specialCharacteristic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "navigatorRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportIrregularHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportIrregularHoursNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "towerIrregularHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "towerIrregularHoursNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customsIrregularHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customsIrregularHoursNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportTag",
                    "description": "",
                    "fields": [
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagGroupNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagTitle",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TimeLong",
                    "description": "Long time h(h):mm ex. 2:10, 155:15, max 99999:59. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Contact",
                    "description": "Represents contact data (like phone, email, address etc.) in Leon",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContactInfo",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "animal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAnimal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAnimalEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "genderEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maidenName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nickname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maritalStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "MaritalStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAsDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commonName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCodeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryObject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirthYears",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirthString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "genderByAge",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GenderByAge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContactWeight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyShort",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "idCard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jobTitle",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "kin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletedPermanent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportList",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "NationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportDefault",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OperatorBase",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "websiteWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailWork2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailBilling",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workPhone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneFax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allWorkEmails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allWorkEmailsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyContacts",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "client",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Client",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eapis",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Eapis",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftOwnerListAsNidList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftOwner",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftOwnerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftOwner",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactPreferredHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookIsClient",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vaccinationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactVaccination",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lang",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Language",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salutation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isValidToEdit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAccountField",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookIsAccount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAssignedAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "account",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalAccounts",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalAssistant",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContactCategory",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use categoryList field instead"
                        },
                        {
                            "name": "categoryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactCategory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isReceiveMvtMessages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPassenger",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesforceId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookContactOtherSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactAddress",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactPhone",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactEmail",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRepresentative",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PhonebookContactDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PhonebookContactPersonDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactPayment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PhonebookContactPayment",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactAccountingSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookContactAccountingSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "newsletter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeContactList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactAvinode",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotePriceRoundTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DecimalDeletable",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookContactQuoteSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactOperatorBases",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorBase",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maskingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactMaskingStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unmaskedData",
                            "description": "Requires access to resource CONTACT_UNMASKED_DATA_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactUnmaskedData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactInfo",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "favouriteDishes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "favouriteDrinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "likeNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dislikeNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importantNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Operator",
                    "description": "Represents operator data in Leon",
                    "fields": [
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paymentBillingOptions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PaymentBillingOptions",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultAocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptdirNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprIata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subdomain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toDelete",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use isToDelete instead"
                        },
                        {
                            "name": "isToDelete",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "noAccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use isNoAccess instead"
                        },
                        {
                            "name": "isNoAccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acfts",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "agreement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorAgreement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorBase",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baseDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OperatorBase",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTwoFactorAuthenticationRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isGuest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraftAccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "region",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUsingServices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isModulesPaymentSystem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClassicPaymentSystem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paymentSystem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "OperatorPaymentSystem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeOperatorAircraftModules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "activeModule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AOC",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleList",
                            "description": "",
                            "args": [
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Role",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedPositionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyTagDefinitionList",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyTagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaymentBillingOptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "mail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Aircraft",
                    "description": "Represents single aircraft belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use aircraftNid field instead"
                        },
                        {
                            "name": "yearOfProduction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftCategory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hils",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Hil",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hilsOpen",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Hil",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registrationWithoutSpecialChars",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "averageFuelConsumption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baseNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftWb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defFltNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equipmentCodes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoIncDefFltNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eurocontrolTracking",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftEurocontrolTrackingEnumType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeBaseNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasHomeBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeBase",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeBaseEntity",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalHomeBaseList",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Check IntegrationAvinode type if this information is available."
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteCommercialEnumType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minCrewCabinQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minCrewCockpitQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minCrewMaintenanceQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acmi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorBase",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sELCAL",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "painting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultTaxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standardTaxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "noTaxiTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defMaxFl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHandlingNeededAtHomeBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxCargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryFromRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCodeFromRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rescueAndFireFightingCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rescueAndFireFightingCategoryFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "climbRate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "descentRate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iFRRouteFactor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "performanceSchema",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxRange",
                            "description": "",
                            "args": [
                                {
                                    "name": "pax_number",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weightUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFuelUpliftUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runwayLength",
                            "description": "Minimum runway length [m]",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "satellitePhoneNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultCargoUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultOpsNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defRestFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "Aircraft price in operator currency.\nRestricted access only for Leon employees",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculatedPrice",
                            "description": "Calculated aircraft price in operator currency, \n\t\t\t\t\tfor operators that are on a flat fee will return null for this field",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mtow",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mlw",
                            "description": "Maximum Landing Weight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mzfw",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dontSendMtowWarning",
                            "description": "Restricted access only for Leon employees",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultCargoUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFuelUpliftUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFlightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFlightRule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rescueAndFireFightingCategoryFaa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "RescueAndFireFightingCategoryFaa",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "noiseCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftNoiseCategory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxRangeWithNoPax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxRangeWithMaxPax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minGroundTime",
                            "description": "Minimum ground time in minutes",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minFlightTime",
                            "description": "Minimum flight time in minutes",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludeFromPayment",
                            "description": "Restricted access only for Leon employees",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPriceFixed",
                            "description": "Restricted access only for Leon employees",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptPriceList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftEmailTemplateList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftEmailTemplateList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ukApdAircraftClass",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UkApdAircraftClass",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeTarget",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftFlightTimeTarget",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "document",
                            "description": "",
                            "args": [
                                {
                                    "name": "documentNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftDocumentNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceProfileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftDistanceProfile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "performanceSpeedList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftPerformanceSpeed",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeOperatorAircraftModules",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "activeModuleForAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owners",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftOwner",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultTripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ScheduleTripType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerReservationBookingDesignator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "configurationVersion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualTah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualTac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahAt",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dataSource",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TahTacSource",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacAt",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dataSource",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TahTacSource",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahTacIntegrity",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TahTacFlightsIntegrity",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftEngine",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeStartDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeStartTah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeStartTac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeLimitDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeLimitTah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeLimitTac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeLimitNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exportToCAMP",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOwnerApproval",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasPerformanceModel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftPreferredHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeQuotationMethodEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultPricingMargin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "amenities",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftAmenitiesType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftInsurance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftInsurance",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "towbarOnBoard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AcftTowbarOnBoardEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "useAircraftPositions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultPositionNidList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "PositionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basicOperatingWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minHoldingFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minAlternateFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minContingencyFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mxSupervisor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pictures",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ApiAircraftSimpleFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactPricingSettingsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftContactPricingSettings",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahExceedWarning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahExceedWarningTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacExceedWarning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foreignAocCountryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlightTimeAllocation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningFlightsPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AircraftPositioningFlightsPolicySalesSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftSalesSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mvtRuleList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MvtRule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultAOC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integrationExternalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftIntegrationExternalId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssimDei3AircraftOwner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssimDei4CockpitCrewEmployer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssimDei5CabinCrewEmployer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilUpliftUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "OilUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftNid",
                    "description": "Aircraft numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftType",
                    "description": "Represents single aircraft type",
                    "fields": [
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iCAO",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use icao instead"
                        },
                        {
                            "name": "iATA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use iata instead"
                        },
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "easa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shortName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manufacturer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acKind",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHelicopter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultMtowInLbs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultMtowInKg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPositionList",
                            "description": "",
                            "args": [
                                {
                                    "name": "onlyDefault",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftPos",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftPos",
                    "description": "Represents aircraft position type",
                    "fields": [
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "posNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Position",
                    "description": "Represents position for aircraft",
                    "fields": [
                        {
                            "name": "posNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "DutyPositionType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "posType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "occupation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rawName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PositionNid",
                    "description": "Position numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyPositionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "captain",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "officer",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inflight_personnel",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fa",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fe",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sfa",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instructor",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftCategory",
                    "description": "Represents single airport category.",
                    "fields": [
                        {
                            "name": "categoryNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categoryName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hierarchy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Hil",
                    "description": "",
                    "fields": [
                        {
                            "name": "hilNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "howAffects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melCat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "corrected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itemNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateStartUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDateUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueTah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueTac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extensionDueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateCorrectedUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLimitations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilFlightLimitation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOpen",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foundBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "book",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "page",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilEntryType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilMelItemCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partsOrdered",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "referenceWorkOrderTask",
                            "description": "Reference W\/O Task",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "part145ReleaseToService",
                            "description": "Part 145 Release to Service",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workDoneBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inspectedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemProcedurePerformed",
                            "description": "Procedure performed iaw MEL item",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilMelItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "techLogBook",
                            "description": "Tech log - book",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "techLogPage",
                            "description": "Tech log - page",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "correctiveActions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partNumberOff",
                            "description": "P\/N Off",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNumberOff",
                            "description": "S\/N Off",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partNumberOn",
                            "description": "P\/N On",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNumberOn",
                            "description": "S\/N On",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HilFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Date",
                    "description": "Date expressed according to ISO 8601, ex. 2019-06-05. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HilFlightLimitation",
                    "description": "HIL flight limitation",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNKNOWN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HilEntryType",
                    "description": "HIL Entry type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "WORK_DEFERRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MEL_ITEM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NEF",
                            "description": "Non essential equipment",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CDL",
                            "description": "Configuration Deviation List",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HilMelItemCategory",
                    "description": "MEL item category",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "A",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "B",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "C",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "D",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Login",
                    "description": "Represents login data (like login, code, etc in application) in Leon",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasTwoFactorAuthentication",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase1LocationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase2LocationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromLeon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "noAccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorBase",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebaseHistory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginHome",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isGuest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFreelancer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "doNotFlyWith",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNeverLogout",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUsedAsCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userRatingHistoryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RatingChangeLog",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalEndorsement",
                    "description": "Represents personal endorsement",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Endorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsementNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use expiringData instead"
                        },
                        {
                            "name": "expiresIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use expiringData instead"
                        },
                        {
                            "name": "expiringData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PersonalEndorsementExpiring",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "historyList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PersonalEndorsementHistorySnapshot",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PersonalEndorsementStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateInitial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNotIssued",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidationDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredForCrewMember",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "RequiredForCrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AocUnionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "TripUnionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AircraftUnionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidationWindowStart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baseMonth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Month",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "graceMonth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "PersonalEndorsementInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "PersonalEndorsementInterface",
                    "description": "Common interface for personal endorsement.",
                    "fields": [
                        {
                            "name": "expires",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportNid",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "PersonalEndorsement",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PersonalAirportEndorsement",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "Endorsement",
                    "description": "",
                    "fields": [
                        {
                            "name": "endorNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "groupName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "license",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use licenseEnum enum type"
                        },
                        {
                            "name": "licenseEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ApiCrewMemberEndorsementLicenseEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validityTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidationWindow",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "outsideRevalidationWindowRound",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actionRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use dataSourceEnum enum type"
                        },
                        {
                            "name": "dataSourceEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ApiCrewMemberEndorsementDataSourceEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalEndorsementsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalEndorsementCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromExternalSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPassport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validityUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftSelectionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementAircraftSelectionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocList",
                            "description": "Empty list means endorsement is applied to all operators AOC",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AOC",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oauthClientName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidationPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uniqueCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataSourceIcon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "applyToFreelancers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "applyToCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredEnglishLevel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "EnglishLevel",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredTraining",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "EndorsementTrainingLevelEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permissions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementPermissions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidationsRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "EndorsementRevalidationRules",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludedCrewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onlyForCrewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "LoginLicenseType",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "IcaoType",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ScheduleTripType",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumAge",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maximumAge",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ApiCrewMemberEndorsementLicenseEnum",
                    "description": "Types of license certificate.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LICENSE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EXTERNAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EXTERNAL_MANAGED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ApiCrewMemberEndorsementDataSourceEnum",
                    "description": "Types of data source certificate.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEON",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OAUTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCANDLEARN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CENTRIK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UAT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRODEFIS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementAircraftSelectionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "per_type",
                            "description": "Per type",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "per_tail",
                            "description": "Per tail",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AOC",
                    "description": "AOC associated with operator",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultAircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EnglishLevel",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEVEL_4",
                            "description": "Level 4",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEVEL_5",
                            "description": "Level 5",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEVEL_6",
                            "description": "Level 6",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementTrainingLevelEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TRAINED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNTRAINED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementPermissions",
                    "description": "",
                    "fields": [
                        {
                            "name": "editInCrewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showInCrewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementRevalidationRules",
                    "description": "",
                    "fields": [
                        {
                            "name": "validityTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementRevalidationValidityTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "windowBeforeExpiry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementRevalidationWindow",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "windowAfterExpiry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementRevalidationWindow",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidationPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementRevalidationPolicyEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "outsideRevalidationWindowRound",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementRevalidationValidityTime",
                    "description": "",
                    "fields": [
                        {
                            "name": "validityTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementValidityUnitEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementValidityUnitEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MONTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRACE_MONTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementRevalidationWindow",
                    "description": "",
                    "fields": [
                        {
                            "name": "windowLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementRevalidationWindowUnitEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementRevalidationWindowUnitEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MONTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementRevalidationPolicyEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EXACT_DAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EASA_END_OF_MONTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "END_OF_BASE_MONTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoginLicenseType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ATPL",
                            "description": "ATPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CPL",
                            "description": "CPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PPL",
                            "description": "PPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAA_ATP",
                            "description": "FAA ATP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAA_CPL",
                            "description": "FAA CPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAA_PPL",
                            "description": "FAA PPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAA",
                            "description": "FAA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EASA",
                            "description": "EASA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TC",
                            "description": "TC",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UKCAA_ATPL",
                            "description": "UKCAA ATPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HKCAD_ATPL",
                            "description": "HKCAD ATPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GACA_ATPL",
                            "description": "GACA ATPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CASA_ATPL",
                            "description": "CASA ATPL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FOO_FD",
                            "description": "FOO\/FD",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SACAA",
                            "description": "SACAA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER",
                            "description": "OTHER",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GCAA",
                            "description": "GCAA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IcaoType",
                    "description": "Letter denoting ICAO type of flight",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "S",
                            "description": "Scheduled air service",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "N",
                            "description": "Non-scheduled air service",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "G",
                            "description": "General aviation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "M",
                            "description": "Military",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "X",
                            "description": "Other",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ScheduleTripType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "owner_flight",
                            "description": "Flight for owner",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "training",
                            "description": "Training",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "technical",
                            "description": "Technical",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ambulance",
                            "description": "Ambulance",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "other",
                            "description": "Other",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax",
                            "description": "PAX Charter",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regular_pax_transport",
                            "description": "Regular PAX transport",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mission",
                            "description": "Mission",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft_repositioning",
                            "description": "Aircraft repositioning",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "frequent_flyer",
                            "description": "Frequent flyer",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "state",
                            "description": "State",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "head",
                            "description": "HEAD",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner_charter",
                            "description": "Owner charter",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalEndorsementExpiring",
                    "description": "Represents data about expiring of personal endorsement",
                    "fields": [
                        {
                            "name": "expiringDay",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousExpiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassportOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportExternalIdScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `dateOfIssueDateTime` field instead."
                        },
                        {
                            "name": "dateOfIssueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `expiresDateTime` field instead."
                        },
                        {
                            "name": "expiresDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultPass",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultByCountryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DefaultTravelDocumentCountryCriteria",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultByCountryGroupList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DefaultTravelDocumentCountryGroupCriteria",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalEndorsementsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportVisa",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaByNumber",
                            "description": "",
                            "args": [
                                {
                                    "name": "number",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportVisa",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMasked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unavailable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unmaskedData",
                            "description": "Requires access to resource CONTACT_UNMASKED_DATA_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportUnmaskedData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassportExternalIdScalar",
                    "description": "External ID of passport set via API passport.create mutation.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DefaultTravelDocumentCountryCriteria",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DefaultTravelDocumentCountryGroupCriteria",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryGroup",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryGroup",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassportVisa",
                    "description": "",
                    "fields": [
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "VisaExternalIdScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PassportVisaCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "numberOfEntries",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMultiEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxNumberOfEntries",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSchengen",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `dateOfExpiryDate` field instead"
                        },
                        {
                            "name": "dateOfExpiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportVisaType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "VisaExternalIdScalar",
                    "description": "External ID of visa set via API visa.create mutation.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PassportVisaCountry",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCountryValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportVisaSchengenValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCountryValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPassportVisaSchengenValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PassportVisaSchengen",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PassportVisaSchengen",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SCHENGEN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "File",
                    "description": "Represents file",
                    "fields": [
                        {
                            "name": "fileId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nidOfType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pathGwt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sign",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedUrl",
                            "description": "",
                            "args": [
                                {
                                    "name": "expireMinutes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "30"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassportVisaType",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PassportVisaTypeCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PassportVisaTypeCountry",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCountryValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportVisaSchengenValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PassportUnmaskedData",
                    "description": "",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalEndorsementHistorySnapshot",
                    "description": "Represents history for personal endorsement",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalEndorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalEndorsementSnapshot",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalEndorsementSnapshot",
                    "description": "Represents changed data in personal endorsement",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateInitial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PersonalEndorsementStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLOSE_TO_EXPIRE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RequiredForCrewMember",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UNKNOWN",
                            "description": "Value not calculated",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AocUnionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "ListOfAOCValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AllValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ListOfAOCValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AOC",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AllValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "All",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "All",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "All",
                            "description": "All",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "TripUnionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "ListOfFlightTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AllValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ListOfFlightTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightType",
                    "description": "Type of flight",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OWNER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRAINING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SIMULATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TECHNICAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AMBULANCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REGULAR_PAX_TRANSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CARGO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MISSION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REPOSITIONING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FREQUENT_FLYER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HEAD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OWNER_CHARTER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AircraftUnionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "ListOfStringValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AllValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ListOfStringValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Month",
                    "description": "Month in a short string format, eg. Jan, Apr. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorBase",
                    "description": "Represents single Operator Base belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "baseNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "BaseNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "default",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tzNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Timezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefaultTimezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "utcOffset",
                            "description": "",
                            "args": [
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "localTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "region",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "BaseNid",
                    "description": "Operator base numerical identifier. If scalar used as input, value: 0 - means default base. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginHome",
                    "description": "Represents history of homebase data",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "orderOf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RatingChangeLog",
                    "description": "Represents change log history for crew member ratings and experienced ratings",
                    "fields": [
                        {
                            "name": "editor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ratingData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RatingChangeLogRating",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "experiencedData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RatingChangeLogRating",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RatingChangeLogRating",
                    "description": "Represents Rating positions changes for specific Aircraft types",
                    "fields": [
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HilMelItem",
                    "description": "Procedure performed iaw MEL item",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAINT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS_MAINT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HilFile",
                    "description": "",
                    "fields": [
                        {
                            "name": "hilFileId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "file",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileSimple",
                    "description": "",
                    "fields": [
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pathGwt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedUrl",
                            "description": "",
                            "args": [
                                {
                                    "name": "expireMinutes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "30"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftEurocontrolTrackingEnumType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO_TRACKING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRACKING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRACKING_CTOT_ONLY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteCommercialEnumType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BASED_ON_TRIP_TYPE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ACTIVE",
                            "description": "Aircraft is in active use",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_USED",
                            "description": "Aircraft is currently not used but visible",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DELETED",
                            "description": "Aircraft is deleted",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RestFacility",
                    "description": "Represents single in-flight rest facility within single aircraft.",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftRestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftRestFacility",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": "No in-flight rest facility whatsoever.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEAT",
                            "description": "Class 3 (adequate) in-flight rest facility (a seat separated from the passenger compartment).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEMI",
                            "description": "Class 2 in-flight rest facility (a separated seat with more reclining capabilities).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BUNK",
                            "description": "Class 1 (suitable) in-flight rest facility (a bunk to lay down).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "HexColor",
                    "description": "Type containing color value in hexagonal format (without hash).",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WeightUnit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "KG",
                            "description": "Kilograms",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LB",
                            "description": "Pound",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FuelUnit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "KG",
                            "description": "Kilograms",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LB",
                            "description": "Pound",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "L",
                            "description": "Liter",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "USGAL",
                            "description": "US Gal",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FuelType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "JETA1",
                            "description": "Jet A-1",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVGAS",
                            "description": "AVGAS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightRule",
                    "description": "Letter denoting category of flight rules",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "I",
                            "description": "I - IFR",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "V",
                            "description": "V - VFR",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Y",
                            "description": "Y - IFR \/ *",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Z",
                            "description": "Z - VFR \/ *",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RescueAndFireFightingCategoryFaa",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "A",
                            "description": "Index A: Length < 90 ft.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "B",
                            "description": "Index B: 90 ft \u2264 Length < 126 ft.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "C",
                            "description": "Index C: 126 ft \u2264 Length < 159ft.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "D",
                            "description": "Index D: 159 ft \u2264 Length < 200 ft.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "E",
                            "description": "Index E: Length \u2265 200 ft.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftNoiseCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CHAPTER_2",
                            "description": "Chapter 2",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHAPTER_3",
                            "description": "Chapter 3",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHAPTER_4",
                            "description": "Chapter 4",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHAPTER_10",
                            "description": "Chapter 10",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHAPTER_14",
                            "description": "Chapter 14",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptPriceList",
                    "description": "Represents airport price list",
                    "fields": [
                        {
                            "name": "aptPriceListNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceListItems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptPriceListItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceListOrders",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptPriceListFeeOrder",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptPriceListItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "priceListItemNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptMask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceListItemFees",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptPriceListItemFee",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptPriceListItemFee",
                    "description": "",
                    "fields": [
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceListItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceListItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceFee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceFee",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptPriceFee",
                    "description": "",
                    "fields": [
                        {
                            "name": "aptFeeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "forOperator",
                            "description": "",
                            "args": [
                                {
                                    "name": "operator",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceFeeOperator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OperatorId",
                    "description": "Operator identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptPriceFeeOperator",
                    "description": "",
                    "fields": [
                        {
                            "name": "aptPriceFee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceFee",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptPriceListFeeOrder",
                    "description": "",
                    "fields": [
                        {
                            "name": "orderValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceFee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceFee",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftPriceList",
                    "description": "Represents aircraft price list",
                    "fields": [
                        {
                            "name": "acftPriceListNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFees",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftPriceListFee",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeePaxFlightFeeDiscount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeePaxBlockFeeDiscount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeeFerryFlightFeeDiscountBefore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeeFerryFlightFeeDiscountAfter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeeFerryBlockFeeDiscount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeeCateringSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeeCateringSettings",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeeFuelFlightFeeDiscount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceListFeeFuelBlockFeeDiscount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceListFeePercentDiscount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fixedRoutes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftFixedRoute",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftPriceListFee",
                    "description": "",
                    "fields": [
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "orderValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceFee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceFee",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftPriceFee",
                    "description": "Represents single element from aircraft price fee.",
                    "fields": [
                        {
                            "name": "acftFeeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceFee",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "children",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftPriceFee",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sumBehavior",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeBehaviorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeePriceTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftPriceFeeBehaviorEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "add",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtract",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftPriceFeePriceTypeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "amount",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "percent",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftPriceListFeePercentDiscount",
                    "description": "",
                    "fields": [
                        {
                            "name": "acftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "threshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discountPercent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftPriceListFeeCateringSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "acftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "threshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minBlockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFixedRoute",
                    "description": "Represents fixed routes for given aircraft",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftFixedRouteNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airports",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftFixedRouteAirport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftFixedRouteNid",
                    "description": "Aircraft fixed route numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFixedRouteAirport",
                    "description": "Represents airports in order for given fixed route",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftEmailTemplateList",
                    "description": "",
                    "fields": [
                        {
                            "name": "charterAgreementEmailTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftEmailTemplate",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightBriefEmailTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftEmailTemplate",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteInvoiceEmailTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftEmailTemplate",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesPanelMessageEmailTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftEmailTemplate",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftEmailTemplate",
                    "description": "",
                    "fields": [
                        {
                            "name": "emailTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revision",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "UkApdAircraftClass",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REDUCED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STANDARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HIGHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftFile",
                    "description": "Represents aircraft file list",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "file",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "File",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocument",
                    "description": "Represents documents for single aircraft.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onlyExpiresDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastEmailSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocumentDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentFileType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileHistoryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "docNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FleetDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FleetDocument",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TECH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileHistory",
                    "description": "History of files for resource",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "datetime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFlightTimeTarget",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "monthly",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "annual",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftDocumentNid",
                    "description": "Aircraft document numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftDistanceProfile",
                    "description": "Represents single aircraft distance profile.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "milesToClimb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cruiseSpeed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cruiseFlightLevel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "climbTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPerformanceSpeed",
                    "description": "Represents single aircraft performance speed.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "speed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "from",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "activeModuleForAircraft",
                    "description": "Represents single active operator module for aircraft",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "active",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftOwner",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApprovalRecipient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Time",
                    "description": "Time expressed according to ISO 8601, ex. 11:12",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TahTacSource",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AVAILABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JOURNEY_LOG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TahTacFlightsIntegrity",
                    "description": "",
                    "fields": [
                        {
                            "name": "tah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airframeTacIncreaseByOne",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftEngine",
                    "description": "",
                    "fields": [
                        {
                            "name": "engineNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftEngineNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftEngineType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineTypeOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilReportPeriodHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahAt",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dataSource",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TahTacSource",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacAt",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dataSource",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TahTacSource",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftEngineNid",
                    "description": "Aircraft engine numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftEngineType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ENGINE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APU",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TagDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "tagDefinitionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoAddTqlCondition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionAutoAddCondition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TagDefinitionAutoAddCondition",
                    "description": "The `String` scalar type represents textual data, represented as UTF-8\ncharacter sequences. The String type is most often used by GraphQL to\nrepresent free-form human-readable text.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPreferredHandler",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptdirHandler",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptdirHandler",
                    "description": "Represents single handling agent belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "handlerNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Handler name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephoneAfterHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sita",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "frequency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postcode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelSupply",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aftn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBrand1",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBrand2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationOnField",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationLink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isH24CallOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address1",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tollFee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "state",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptdirTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApproved",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFavorite",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRecommended",
                            "description": "Is handler recommended by Leon",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPreferredByAircraft",
                            "description": "Is handler preferred on aircraft",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legalName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptdirTag",
                    "description": "",
                    "fields": [
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptdirNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftPriceFeeQuotationMethodEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "price",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftAmenitiesType",
                    "description": "Represents single aircraft amenities type",
                    "fields": [
                        {
                            "name": "smoking",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifiType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesWifi",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifiCost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usDecal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "part129",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "d3Weblink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acSpecSheetWeblink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acarsEmailAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mobile2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mobile3",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinWidth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinHeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinVolume",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toilet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesToilet",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pets",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airConditioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airShow",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warmingOven",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cdPlayer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "convectionOven",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tvMonitors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dvdPlayer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "espressoMachine",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageCompartment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "numberOfStandardSizeBags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sleepingConfiguration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftAmenitiesWifi",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "INTERNET_VIA_SATCOM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "KA_BAND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "KU_BAND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SBB",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IRIDIUM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STARLINK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftAmenitiesToilet",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO_TOILET",
                            "description": "No",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOILET_WITH_BELTS",
                            "description": "Yes, with belts",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOILET_WITHOUT_BELTS",
                            "description": "Yes, without belts",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftInsurance",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftInsuranceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludedCountryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftInsuranceExcludedCountry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftInsuranceExcludedCountry",
                    "description": "Represents single country with allowed airports",
                    "fields": [
                        {
                            "name": "excludedAirports",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AcftTowbarOnBoardEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "onBoard",
                            "description": "Towbar on board",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "headOnBoard",
                            "description": "Towbar head on board",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notOnBoard",
                            "description": "Towbar not on board",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "headNotOnBoard",
                            "description": "Towbar head not on board",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableButNotOnBoard",
                            "description": "Towbar available but not on board",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "headAndHeadOnBoard",
                            "description": "Towbar and Towbar Head onboard",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiAircraftSimpleFile",
                    "description": "Represents single aircraft picture",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftContactPricingSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeQuotationMethodEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AircraftPositioningFlightsPolicySalesSetting",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAircraftFloatingBasePositioningPolicySalesSettingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAircraftFixedBasePositioningPolicySalesSettingValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAircraftFloatingBasePositioningPolicySalesSettingValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftFloatingBasePositioningPolicySalesSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFloatingBasePositioningPolicySalesSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "threshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning_threshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "repositioning_threshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAircraftFixedBasePositioningPolicySalesSettingValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftFixedBasePositioningPolicySalesSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFixedBasePositioningPolicySalesSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftSalesSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "defaultClientForOwnerFlights",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "costCenter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultDocumentTemplates",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftSalesDocumentTemplateSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customerServiceTeam",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "frenchNoiseTaxCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charterType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CharterType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricingMarginPeriods",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftPricingMarginPeriod",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftSalesDocumentTemplateSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "charterAgreement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TemplateNewForDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteInvoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TemplateNewForDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightBrief",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TemplateNewForDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TemplateNewForDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "template",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNew",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentFormat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revisionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "language",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Language",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "published",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTypeName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TemplateNew",
                    "description": "Represents single template",
                    "fields": [
                        {
                            "name": "engine",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastModified",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmptyDataList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Operator",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "header",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "css",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TemplateSetting",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TemplateSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Language",
                    "description": "Language",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LanguageNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iso3",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LanguageNid",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CharterType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AMBULANCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPricingMarginPeriod",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "margin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MvtRule",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MvtRuleType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MvtRuleType",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftIntegrationExternalId",
                    "description": "External IDs for aircraft integrations",
                    "fields": [
                        {
                            "name": "salesforceId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OilUnit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QT",
                            "description": "qt",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "L",
                            "description": "L",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorAgreement",
                    "description": "",
                    "fields": [
                        {
                            "name": "currentAgreement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFbo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onlineAgreementType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subscribeDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trialUntil",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trialTermsOfServiceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceTier1",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceTier2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceTier3",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceMinimum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCreditAllowed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTransferAllowed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paymentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountingNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "initialBalance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "initialBalanceComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoPriceUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPriceUpdateEmailSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateOfUsePriceMinimum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOnline",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTrial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isGuest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaper",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OperatorPaymentSystem",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "modules",
                            "description": "Modules payment system",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "classic",
                            "description": "Classic payment system",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "activeModule",
                    "description": "Represents single active operator module",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "journeyLog",
                            "description": "Journey log fields with information about whether or not they are enabled.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorJourneyLogSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "Settings regarding duties and off days.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutySettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "Settings related to units of measurement.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorUnitSettingType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sales",
                            "description": "Settings related to sales module.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "settingsSales",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Settings related to trips.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorTripSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulator",
                            "description": "Settings related to simulators.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSimulatorSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAcknowledgements",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekends",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutySettingWeekend",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holidays",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyList",
                            "description": "",
                            "args": [
                                {
                                    "name": "showInactive",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CurrencyType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyValidForAocList",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AOC",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyValidForLicenceList",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "LoginLicenseType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyValidForLabelList",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyConfiguration",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CurrencyConfiguration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyAlternativeThreshold",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingChecklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TagSettingType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integrationSettings",
                            "description": "Requires access to resource INTEGRATION_SETTINGS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionNameList",
                            "description": "List of position names set by the operator.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PositionName",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentsTemplates",
                            "description": "Requires access to resource AIRCRAFT_DOCUMENT_AVAILABILITY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocumentsTemplatesSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IataSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightEditingWarningSettings",
                            "description": "Requires access to resource GRAPHQL_WARNING_SETTINGS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightEditingWarningSetting",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorCargoSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorJourneyLogSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "approach",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Approach",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getConfigurableFields",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogConfigurableFieldItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getJetFuelDensity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvgasFuelDensity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getDaysToKeepJLFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "incompleteJourneyLogEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewVisaDestinationRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTimeCalculationMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogNightTimeCalculationMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mobileJlConfirmationRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoCloseThreshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instrumentTimeCalculationMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogInstrumentTimeCalculationMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "configurationHistory",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG_CONFIGURATION_HISTORY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogConfigurationHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Approach",
                    "description": "List of approach types.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ILScatI",
                            "description": "ILS cat I",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ILScatII",
                            "description": "ILS cat II",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ILScatIII",
                            "description": "ILS cat III",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MLS",
                            "description": "MLS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RNPLNAVVNAV",
                            "description": "RNP-LNAV\/VNAV",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RNPLNAV",
                            "description": "RNP-LNAV",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RNPAR",
                            "description": "RNP-AR",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RNPLPV",
                            "description": "RNP-LPV",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPS",
                            "description": "GPS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GLS",
                            "description": "GLS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LDA",
                            "description": "LDA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAR",
                            "description": "PAR",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOC",
                            "description": "LOC",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VOR",
                            "description": "VOR",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NDB",
                            "description": "NDB",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SRA",
                            "description": "SRA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Visual",
                            "description": "Visual",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EFVSA",
                            "description": "EFVS-A",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EFVSL",
                            "description": "EFVS-L",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IGS",
                            "description": "IGS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HUDEVSA",
                            "description": "HUD\/EVS-A",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TACAN",
                            "description": "TACAN",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SimulatedFlameoutLanding",
                            "description": "Simulated Flameout Landing",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Autoland",
                            "description": "Autoland",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Manual",
                            "description": "Manual",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurableFieldItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "field",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogConfigurableField",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabledStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogFieldEnabledStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "required",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectedFleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogConfigurableField",
                    "description": "Available journey log fields",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DISTANCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LANDINGS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DELAY_CODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NIGHT_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_HEADS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_TRANSIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_ECONOMY_CLASS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_BUSINESS_CLASS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MALE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FEMALE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHILD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INFANT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PETS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BAGS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BAGS_QUANTITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CARGO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BLOCK_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "USED_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_UPON_ARR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLANNED_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_DENSITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAXI",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OIL_UPLIFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PILOT_FLYING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PILOT_MONITORING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_BEFORE_UPLIFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REFUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REFUEL_DENSITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_UPLIFT_AFTER_FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_UPLIFT_AFTER_FLIGHT_DENSITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CMT",
                            "description": "Commercial time.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INSTRUMENT_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EUETS_EXCLUDE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAX_FL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOC_TOD",
                            "description": "Top Of Climb and Top Of Descend.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APPROACH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HUD_EVS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_LOG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APU_HOURS",
                            "description": "Logging APU total time after the flight. e.g. 832:10",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APU_CYCLES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ZFW",
                            "description": "Zero fuel weight.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISCRETION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CUSTOM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DEICING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DEICING_QUANTITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NIGHT_LANDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NIGHT_TAKE_OFF",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENGINE_RATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ASR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RUNWAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WIND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISIBILITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RVR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AUTOLAND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPU",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPU_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACU",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APPROACH_TYPE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CAT_B_BRIEF_COMPLETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP_REPORT_COMPLETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOILET_SERVICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WATER_SERVICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDOVER_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CABIN_HANDOVER_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APU_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLOSED_STATUS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FATIGUE_SCORE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FATIGUE_SCORE_CPT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FATIGUE_SCORE_FO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FATIGUE_SCORE_OTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VOYAGE_REPORT_NUMBER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENGINES_CYCLES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EROPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ETOPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SLING_LOAD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OIL_REFILLED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAINTENANCE_LOG_ENTRY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PUSH_BACK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_TRANSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLIENT_SATISFACTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NAV_DATABASE_UPDATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DE_ICING_FLUID_CHECK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_INVOICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOW_VISIBILITY_TAKE_OFF",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CAT_2_APPROACH_LND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APPROACH_LND_PERFO_STATIS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNDERLOAD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAFA_RAMP_CHECK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COR_MOR_COMPLETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRAFFIC_LOAD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AC_DISINFECTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AC_DISINSECTED",
                            "description": "A\/C disinsected.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOLDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOW_LEVEL_SPRAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WIFI",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CARGO_LOADED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CARGO_UNLOADED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FATIGUE_SCORE_DESCRIPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_TRANSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CATERING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOT_WATER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WASHING_DISHES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LAUNDRY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LAUNDRY_NOTE",
                            "description": "Laundry note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OXYGEN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AC_CLEANING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ASU",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ASU_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SECURITY_CHECK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CAMO_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOW_LEVEL_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FEEDBACK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_DELIVERY_NOTE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_PRICE_OF_UPLIFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_INVOICE_NUMBER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_COST_CENTER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_PROVIDER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CARRIAGE_OF_DANGEROUS_GOODS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANGAR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANGAR_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PALLETS_LOADED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PALLETS_UNLOADED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAKE_OFF_WEIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BALLAST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRUE_AIRSPEED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMATION_OF_DATA_CORRECTNESS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAKE_OFF_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LANDING_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OFPL_FLIGHT_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ROUTE_AREA_COMPETENCY_BRIEFED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TIRE_PRESSURE_CHECK_PERFORMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TYRE_PRESSURE_NOTE",
                            "description": "Tyre pressure note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONGESTED_AREA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOW_VISIBILITY_TAKE_OFF_ABOVE_150",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALCOHOL_TEST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DEICING_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_CLEANED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_RESTOCKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TERMINAL_MEET_PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_CATERING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_CATERING_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_HOTEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_HOTEL_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_SATISFACTORY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_SATISFACTORY_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_CATERING_SATISFACTORY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_CATERING_NOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_FLIGHT_SATISFACTORY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_COMMENTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TIME_ON_STATION_START",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TIME_ON_STATION_END",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_RATING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_RATING_DESCRIPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLANNED_TRIP_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLANNED_TAXI_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REDUCED_REQUIRED_LANDING_DISTANCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CABIN_DEFECTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESTRICTED_TAKE_OFF_WEIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLANNED_LANDING_WEIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACTUAL_LANDING_WEIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MINIMUM_SECTOR_FUEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISCRETION_REASON",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAF_USED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAF_FUEL_BLEND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ADULTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ON_TASK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OFF_TASK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MISSION_TYPE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TASK_CODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_SUCCESS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUCCESS_CODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRSPACE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CATEGORY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "END_USER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LIKES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISLIKES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INCIDENTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SPECIAL_REQUEST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INFORMATION_FOR_SALES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OVERALL_PAX_EXPERIENCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_PRIST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MEAL_DISCRETION",
                            "description": "Value in minutes.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RADIO_COMMUNICATION_REPORT",
                            "description": "Radio communication report.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VOR_TYPE",
                            "description": "VOR type.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VOR_ID",
                            "description": "VOR ID.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VOR_FREQUENCY",
                            "description": "VOR frequency.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VOR_DEVIATION",
                            "description": "VOR deviation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WATER_SCOOPES",
                            "description": "Water scoopes.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WATER_LANDINGS",
                            "description": "Water landings.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DOCUMENTATION_COMPLETED_ACCORDING_OMA",
                            "description": "Documentation completed according OM-A",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAFETY_NOTES",
                            "description": "Safety\/Security notes",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GNSS_ISSUES_ENCOURNTERED",
                            "description": "GNSS Issues Encountered",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GNSS_ISSUES_NOTE",
                            "description": "GNSS issues note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOIST_MISSION",
                            "description": "HHO cycles",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NIGHT_VISION_FLIGHTS",
                            "description": "NVG Sectors",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACTIVE_NAV_LOG_SIGNED_COMPLETED",
                            "description": "Active Nav Log Signed & Completed",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVIONICS_DATABASE_UPDATE",
                            "description": "Avionics database update",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIR_CONDITIONING",
                            "description": "Air conditioning",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_PREFLIGHT_BRIEFING",
                            "description": "Crew Preflight Briefing",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOBBS_ON",
                            "description": "Hobbs on",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOBBS_OFF",
                            "description": "Hobbs off",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAH_OFF",
                            "description": "Tach off",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAH_ON",
                            "description": "Tach on",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEAL_NUMBERS",
                            "description": "Seal numbers",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISPATCH_FEEDBACK",
                            "description": "Dispatch feedback",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER_FEEDBACK",
                            "description": "Other feedback",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OXYGEN_REMAINING",
                            "description": "Oxygen remaining",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HYDRAULIC_SYSTEM1_UPLIFT",
                            "description": "Hydraulic System 1\/A uplift",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HYDRAULIC_SYSTEM2_UPLIFT",
                            "description": "Hydraulic System 2\/B uplift",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HYDRAULIC_SYSTEM3_UPLIFT",
                            "description": "Hydraulic System 3\/C uplift",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INDICATED_FUEL",
                            "description": "Indicated fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ADDITIONAL_FUEL",
                            "description": "Additional fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALTERNATE_FUEL",
                            "description": "Alternate fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISCRETIONARY_FUEL",
                            "description": "Discretionary fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EXTRA_FUEL",
                            "description": "Extra fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FINAL_RESERVE_FUEL",
                            "description": "Final reserve fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTINGENCY_FUEL",
                            "description": "Contingency fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TANKERED_FUEL",
                            "description": "Tankered fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NVG_FLIGHT_TIME",
                            "description": "NVG flight time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INSTRUCTOR_TIME",
                            "description": "Instructor time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRE_FLIGHT_DOCUMENTATION_COMPLETED_SENT",
                            "description": "Pre-Flight Documentation completed & Sent",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UK_AIRSPACE_TIME",
                            "description": "UK airspace time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STAND_NUMBER",
                            "description": "Stand number",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAKEOFFS",
                            "description": "Number of takeoffs",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTROLLED_REST_IN_COCKPIT",
                            "description": "Use of controlled rest in cockpit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTROLLED_REST_IN_COCKPIT_NOTE",
                            "description": "Use of controlled rest in cockpit note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GO_AROUND",
                            "description": "Go around",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS_INTERRUPTIONS",
                            "description": "Ops interruptions",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS_INTERRUPTIONS_NOTE",
                            "description": "Ops interruptions details",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AWOPS",
                            "description": "AWOPS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_OPENED_DEFECTS",
                            "description": "Aircraft opened defects",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_DEFERRED_DEFECTS",
                            "description": "Aircraft deferred defects",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_RATING_ADEP",
                            "description": "Handling rating ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_RATING_ADES",
                            "description": "Handling rating ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_REMARKS",
                            "description": "Fuel remarks",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMATION_OF_DATA_CORRECTNESS_NOTE",
                            "description": "Confirmation of data correctness note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRE_FLIGHT_PIC_KSS",
                            "description": "Pre-Flight PIC KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRE_FLIGHT_SIC_KSS",
                            "description": "Pre-Flight SIC KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRE_FLIGHT_AUG1_KSS",
                            "description": "Pre-Flight AUG1 KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRE_FLIGHT_AUG2_KSS",
                            "description": "Pre-Flight AUG2 KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "POST_FLIGHT_PIC_KSS",
                            "description": "Post-Flight PIC KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "POST_FLIGHT_SIC_KSS",
                            "description": "Post-Flight SIC KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "POST_FLIGHT_AUG1_KSS",
                            "description": "Post-Flight AUG1 KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "POST_FLIGHT_AUG2_KSS",
                            "description": "Post-Flight AUG2 KSS",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WASTE",
                            "description": "Waste",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WASTE_NON_EU",
                            "description": "Waste non EU",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAIL_WEIGHT",
                            "description": "Mail weight",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEDULE_REVISION_REASON",
                            "description": "Schedule revision reason",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_COVER_FITTED",
                            "description": "Aircraft cover fitted",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_COVER_FITTED_NOTE",
                            "description": "Aircraft cover fitted note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RAW_DATA_TAKEOFF",
                            "description": "RAW DATA TKOF\/DEP is the equivalent of an aircraft approach without a flight director, but applied to takeoff.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_HANDOVER_REPORT",
                            "description": "Aircraft handover report",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogFieldEnabledStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DISABLED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL_AIRCRAFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SELECTED_AIRCRAFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "IntPositive",
                    "description": "The `Int` scalar type represents non-fractional signed whole numeric\nvalues. Int can represent values between -(2^31) and 2^31 - 1. ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftSimple",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogNightTimeCalculationMode",
                    "description": "Night time calculation mode",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT_TIME",
                            "description": "Flight time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BLOCK_TIME",
                            "description": "Block time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MANUALLY",
                            "description": "Manually",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogInstrumentTimeCalculationMode",
                    "description": "Instrument time calculation mode",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT_TIME",
                            "description": "Flight time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MANUALLY",
                            "description": "Manually",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurationHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fieldList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogHistoryConfigurableFieldItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogHistoryConfigurableFieldItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "field",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogConfigurableField",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabledStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogFieldEnabledStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "required",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectedFleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutySettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyDefinitionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyTypeSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyRequestTimezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TimezoneToggleEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyTypeSetting",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "perAcft",
                            "description": "Duty will be assigned to a chosen tail No",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "perType",
                            "description": "Duty will be assigned to aircraft type",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TimezoneToggleEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UTC",
                            "description": "Will use UTC timezone where applicable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BT",
                            "description": "Will use operator base timezone where applicable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LT",
                            "description": "Will use local timezone related to airports",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorUnitSettingType",
                    "description": "",
                    "fields": [
                        {
                            "name": "defaultWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "settingsSales",
                    "description": "",
                    "fields": [
                        {
                            "name": "accountRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectHandlingAgentsOnSubcharters",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createTripOnContractSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultDueTimeForOptionalTrips",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesInQuoteRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUpdateQuoteOnScheduleChange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDebitorNumberAutogenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteCostBasedTotalPriceUpdateMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteCostBasedTotalPriceUpdateModeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteCostBasedTotalPriceUpdateModeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UPDATE_MARGIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UPDATE_COST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SELECT_MANUALLY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorTripSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripEditScheme",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TripEditScheme",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeSuggestions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorFlightTimeSuggestionsSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TripEditScheme",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "pax",
                            "description": "PAX",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_and_cargo",
                            "description": "PAX & Cargo",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorFlightTimeSuggestionsSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "archivedFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gcdTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gcdWindsTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeFinder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorSimulatorSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightSimulatorDefaultAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutySettingWeekend",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FRI_SAT",
                            "description": "Weekend days are friday and saturday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAT_SUN",
                            "description": "Weekend days are saturday and sunday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DateIntervalInput",
                    "description": "Represents an interval between two ISO8601 dates",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CurrencyType",
                    "description": "",
                    "fields": [
                        {
                            "name": "currencyId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CurrencyIdEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "types",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabled",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "threshold",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timeType",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "occurrences",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyType",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requirements",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNightCurrency",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypePositionList",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AircraftTypePositionList",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCabin",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CurrencyIdEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "dot_lnd_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_lnd_curr_cpt2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_only_lnd_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_only_to_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_lnd_curr_2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_lnd_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_lnd_curr_single",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_lnd_curr_ifr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_to_lnd_curr_single",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_lnd_curr_single_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_curr_single",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_in_crew_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_in_crew_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_in_cockpit_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_in_cabin_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_in_cabin_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_instrument_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_instrument_curr_single",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_instrument_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat2_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_2d_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_2d_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_2d_azi_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_2d_azi_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_2d_cdi_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_2d_cdi_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_3d_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_3d_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_3d_azi_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_3d_azi_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_3d_cdi_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_3d_cdi_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_lnd_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_only_lnd_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_only_lnd_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_only_to_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_only_to_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_lnd_curr_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_block_time",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_total_block_time",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_holding",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_holding_all",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_low_level_flight_time",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_no_activity",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_attestation",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_with_ins",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_cockpit_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_cockpit_instructor",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_cockpit_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_nvg_sectors",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_hoist_cycles",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_efvsa_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_efvsa_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_efvs_night_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_efvs_night_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_efvsl_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_efvsl_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat_2_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat_2_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat_23_autoland_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat_23_autoland_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat_23_hud_pf",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ils_cat_23_hud_pm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_simulated_flameout_landing",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_take_off_and_landing_cabin",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_night_real_simulated_alt",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_ambulance_pic_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dot_mission_pf_or_pm_curr",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftTypePositionList",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Label",
                    "description": "Represents contact label in Leon",
                    "fields": [
                        {
                            "name": "labelNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colorRgb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CurrencyConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "countBothPilots",
                            "description": "Count both pilots (PTO & PLND) toward landing and take-off currencies",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countPilotMonitoring",
                            "description": "Count pilot monitoring toward landing and take-off currencies",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "includeFreelancers",
                            "description": "Calculate currency for freelancers",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorSettingChecklist",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItemStatusResetRules",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistItemStatusResetRule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistStatusResetGlobalRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistStatusResetGlobalRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alwaysEnableForUse",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistDefinitionNid",
                    "description": "Checklist definition numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistItemStatusResetRule",
                    "description": "",
                    "fields": [
                        {
                            "name": "rule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistItemRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "threshold",
                            "description": "Time in minutes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "useThreshold",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "globalThreshold",
                            "description": "Time in minutes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistItemRule",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DEPARTURE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DESTINATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "START_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "END_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSENGERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSENGERS_COUNT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ICAO_TYPE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_RULES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPORTING_AND_DUTY_END",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_NUMBER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "START_DATE_UTC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "END_DATE_UTC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLAN_CARGO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLER_DEPARTURE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLER_DESTINATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DEPARTURE_COUNTRY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DESTINATION_COUNTRY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_ICAO_TYPE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP_TYPE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FERRY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELLATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SLOT_ADEP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SLOT_ADES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CATERING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_TRANSPORT_ADEP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_TRANSPORT_ADES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FW_ETD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistStatusType",
                    "description": "Represents single checklist status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistStatusId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "abbreviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "caption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistStatusId",
                    "description": "Checklist status id",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistStatusResetGlobalRule",
                    "description": "",
                    "fields": [
                        {
                            "name": "startTimeThreshold",
                            "description": "Time in minutes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeThreshold",
                            "description": "Time in minutes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TagSettingType",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTagConditionData",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Json",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FlightNid",
                    "description": "Flight numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Json",
                    "description": "JSON encoded data.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "amos",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AmosIntegrationSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "navBlue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NavBlueIntegrationSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightKeys",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightKeysIntegrationSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crossOperatorFlightSupportSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrossOperatorFlightSupportSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AmosIntegrationSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "configuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AmosIntegrationConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AmosIntegrationConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AmosProtocol",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AmosProtocol",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FTP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FTPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SFTP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NavBlueIntegrationSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "configuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NavBlueIntegrationConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NavBlueIntegrationConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendAutomatically",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendCockpitCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendCabinCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendOtherCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendCrewAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NavBlueIntegrationSendCrewAsType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "NavBlueIntegrationSendCrewAsType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_CODE",
                            "description": "Crew code as defined in Leon will be used to send the crew to NavBlue",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_ID",
                            "description": "Crew ID as defined in Leon will be used to send the crew to NavBlue",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightKeysIntegrationSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "configuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightKeysConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightKeysConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "username",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrossOperatorFlightSupportSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "managedOperatorList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportManagedOperator",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "authorizationUrl",
                            "description": "",
                            "args": [
                                {
                                    "name": "managedOperatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ManagedOperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportManagedOperator",
                    "description": "",
                    "fields": [
                        {
                            "name": "managedOperatorId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ManagedOperatorId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "domain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConnected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFailed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "failMessage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ManagedOperatorId",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullStringValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullStringValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullStringValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ErrorList",
                    "description": "",
                    "fields": [
                        {
                            "name": "errorList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Error",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Error",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ErrorCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ErrorCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "RESOURCE_EDITION_BLOCKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESOURCE_INVALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALIDATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESOURCE_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_EMAIL_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_LOGIN_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_CODE_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_EXTERNAL_ID_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_LOGIN_RESTRICTED_FOR_NEW_USERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_MISSING_ROLE_FOR_USERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_END_OF_EMPLOYMENT_DATE_EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_EXTERNAL_ID_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_ALREADY_DELETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_DELETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_MASKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_EXTERNAL_ID_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_EXTERNAL_ID_BELONGS_TO_ANOTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_REQUIRED_FIELDS_ARE_MISSING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID_EXTERNAL_ID_BELONGS_TO_ANOTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID_REQUIRED_FIELDS_ARE_MISSING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_DEFINITION_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAFTE_FAST_INVALID_INPUT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAFTE_FAST_NO_MORE_REQUESTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REGISTRATION_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_CANNOT_BE_DELETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_CANNOT_BE_RESTORED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_FILE_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVINODE_INTEGRATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MARKETPLACE_INTEGRATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVINODE_FLIGHT_TIME_CALCULATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FORE_FLIGHT_INTEGRATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AMOS_INTEGRATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NAV_BLUE_INTEGRATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOCAL_TIME_UTC_DST_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ADMIN_INITIALIZE_PAYMENT_INVALID_PASSWORD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRAVEL_DOCUMENTS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHTKEYS_INTEGRATION_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftDocuments",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_DOCUMENT_SETTINGS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocumentsSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadManagementConfiguration",
                            "description": "Requires access to resource GRAPHQL_LOAD_MANAGEMENT_CONFIGURATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoadManagementConfiguration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentsSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "allAircraftDocumentDefinitionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDocumentDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleetSelectedDocumentList",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeGndAircraft",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftSelectedDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentEmailNotifications",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocumentEmailNotifications",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftSelectedDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentDefinitionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDocumentDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredDocumentForDispatchList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentEmailNotifications",
                    "description": "",
                    "fields": [
                        {
                            "name": "notificationsEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recipientList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectedFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableSenderList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "intervals",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntNonNegative",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiEmailScalar",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "IntNonNegative",
                    "description": "The `Int` scalar type represents non-fractional signed whole numeric\nvalues. Int can represent values between -(2^31) and 2^31 - 1. ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoadManagementConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftLoadConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftLoadConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftLoadConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to given aircraft.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadPointList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftLoadPoint",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftLoadPoint",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftLoadPointUlid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftLoadPointId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftLoadPointNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadPointId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pointNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "track",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoadTrack",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftLoadPointId",
                    "description": "Aircraft load point identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoadTrack",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CENTER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLATFORM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositionName",
                    "description": "",
                    "fields": [
                        {
                            "name": "operatorName",
                            "description": "The name of the operator position.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regularName",
                            "description": "The regular name of the position.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentsTemplatesSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "templatesConfiguration",
                            "description": "Requires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDocumentTemplateConfiguration",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentTemplateConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "allSelected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftDocumentAvailabilityModeCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DocumentTemplateConfiguration",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftDocumentAvailabilityModeCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SALES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentTemplateConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "template",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNewForDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IataSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "customDeiList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IataSettingCustomDei",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IataSettingCustomDei",
                    "description": "",
                    "fields": [
                        {
                            "name": "deiNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IataDeiFreeFormatNumber",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataElement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DeiDataElement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "IataDeiFreeFormatNumber",
                    "description": "The `Int` scalar type represents non-fractional signed whole numeric\nvalues. Int can represent values between -(2^31) and 2^31 - 1. ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DeiDataElement",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AIRCRAFT_REGISTRATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightEditingWarningSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "warningId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightWarningId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ignorableWarningByDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ignorableWarningRoleList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimpleRole",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightWarningId",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT_TIME_EXCEED_BLOCK_TIME",
                            "description": "Flight time exceed block time",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_MAX_RANGE",
                            "description": "Aircraft max range",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEGS_OVERLAPPING",
                            "description": "Flights, MX and reservation overlapping",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_PROHIBITED",
                            "description": "Airport is prohibited",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REQUIRED_DOCUMENTS_EXPIRED",
                            "description": "Aircraft required documents expired",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REQUIRED_DOCUMENTS_MISSING",
                            "description": "Aircraft required documents missing",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_MIN_RUNWAY_LENGTH",
                            "description": "Runway length",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_CAPACITY",
                            "description": "Aircraft PAX capacity",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ROTATION_TO_SHORT",
                            "description": "Rotation time too short",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_OVERLAPPING",
                            "description": "Crew overlapping",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_DO_NOT_FLY_WITH",
                            "description": "Do not fly with",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_TRAINING_WITHOUT_INSTRUCTOR",
                            "description": "Crew on training only with instructors",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_ON_OFF_DUTY",
                            "description": "Planned crew on Off duty",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STD_CHANGES_WHEN_REPORTING_NON_AUTO",
                            "description": "Changing STD will cause all crew reporting times to turn AUTO",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STA_CHANGES_WHEN_DUTY_END_NON_AUTO",
                            "description": "Changing STA will cause all crew duty end times to turn AUTO",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_HIL",
                            "description": "Aircraft opened HIL restriction",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MISSING_CURRENCY",
                            "description": "Crew member missing currency",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_ENDORSEMENTS",
                            "description": "Crew endorsements",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_TRAVEL_DOCUMENT",
                            "description": "Crew travel document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_INEXPERIENCED",
                            "description": "Inexperienced crew",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_AGE",
                            "description": "Crew age",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_OML",
                            "description": "Crew OML",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CAMO_LIMITS",
                            "description": "Camo limits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUTURE_JOURNEY_LOG",
                            "description": "Journey Log on future flight",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_ACTIVITIES_COLLISION",
                            "description": "Crew activities collision",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_OPENING_HOURS",
                            "description": "Airport opening hours",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SimpleRole",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "RoleNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RoleNid",
                    "description": "Role numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorCargoSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "loadMessagesSetting",
                            "description": "Requires access to resource GRAPHQL_LOAD_MESSAGES_SETTINGS_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LoadMessagesSetting",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoadMessagesSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "mailboxConfigNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MailboxConfigNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fromEmailList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MailboxConfigNid",
                    "description": "Mailbox identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Role",
                    "description": "",
                    "fields": [
                        {
                            "name": "roleNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPersonalOnly",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permissions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RolePermission",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorList",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Operator",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logins",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canSeeSalesDataInOps",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use settings -> canSeeSalesDataInOps field instead"
                        },
                        {
                            "name": "canOpenInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use settings -> canOpenInvoices field instead"
                        },
                        {
                            "name": "settings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RoleSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleAircraftRestriction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RoleAircraftRestriction",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manuals",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RolePermission",
                    "description": "",
                    "fields": [
                        {
                            "name": "role",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Role",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "target",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "place",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canEdit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RoleSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "canModifyFlightAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showNotConfirmedFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canEditClosedJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canSeeOnlyCrewAssignToTheAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLeonSupport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "seeOnlyAssignedOffice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "seeDraftOnCrewCalendar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canSeeSalesDataInOps",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canOpenInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canPrintOpsDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canPrintSalesDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canClearFlightAcftOnMaintenance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showCrewContactInAppMySchedule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showMyAircraftScheduleInCrewAppMySchedule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canCreatePrivateReportWizard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disableReportingEditAfterStart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hideAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RoleAircraftRestriction",
                    "description": "",
                    "fields": [
                        {
                            "name": "target",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AircraftSimple",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notAssignedAircraftPrivilege",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestrictedByAircraftPreferredCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestrictedByAircraftOwned",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestrictedByAircraftBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyTagDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tag",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Gender",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MALE",
                            "description": "Male",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FEMALE",
                            "description": "Female",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNKNOWN",
                            "description": "Unknown",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MaritalStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SINGLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MARRIED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DIVORCED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WIDOWED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNKNOWN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "GenderByAge",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MALE",
                            "description": "Male",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FEMALE",
                            "description": "Female",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INFANT",
                            "description": "Infant",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHILD",
                            "description": "Child",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNKNOWN",
                            "description": "Unknown",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactWeight",
                    "description": "",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactWeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactWeightUnit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "KG",
                            "description": "Kilograms",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LBS",
                            "description": "Pounds",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NationalId",
                    "description": "",
                    "fields": [
                        {
                            "name": "nationalIdExternalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "NationalIdExternalIdScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiresDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiresIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scanList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultByCountryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DefaultTravelDocumentCountryCriteria",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultByCountryGroupList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DefaultTravelDocumentCountryGroupCriteria",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "NationalIdExternalIdScalar",
                    "description": "External ID of nationalId set via API nationalId.create mutation.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Client",
                    "description": "",
                    "fields": [
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Eapis",
                    "description": "Represents single eAPIS contact data belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "state",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "zip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partyCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dob",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hazmatEndorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportIssued",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "driversLicense",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateIssued",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryIssued",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactPreferredHandler",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptdirHandler",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookIsClient",
                    "description": "",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactVaccination",
                    "description": "",
                    "fields": [
                        {
                            "name": "vaccinationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "VaccinationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContactVaccinationExternalIdScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disease",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Disease",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf1stDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf2ndDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf3rdDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf4thDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf5thDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scanList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "VaccinationNid",
                    "description": "Vaccination numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactVaccinationExternalIdScalar",
                    "description": "External ID of contact vaccination.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Disease",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "cholera",
                            "description": "Cholera",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "covid_19",
                            "description": "COVID-19",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dengue_fever",
                            "description": "Dengue fever",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "diphtheria",
                            "description": "Diphtheria",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ebolavirus",
                            "description": "Ebolavirus",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "haemophilus_influenzae_type_b",
                            "description": "Haemophilus influenzae type b",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hepatitis_a",
                            "description": "Hepatitis A",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hepatitis_b",
                            "description": "Hepatitis B",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hepatitis_e",
                            "description": "Hepatitis E",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "human_papillomavirus_infection",
                            "description": "Human papillomavirus infection",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "influenza",
                            "description": "Influenza",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "japanese_encephalitis",
                            "description": "Japanese encephalitis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "malaria",
                            "description": "Malaria",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "measles",
                            "description": "Measles",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "meningococcal_disease",
                            "description": "Meningococcal disease",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mumps",
                            "description": "Mumps",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pneumococcal_disease",
                            "description": "Pneumococcal disease",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pertussis",
                            "description": "Pertussis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "poliomyelitis",
                            "description": "Poliomyelitis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rabies",
                            "description": "Rabies",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotavirus_gastroenteritis",
                            "description": "Rotavirus gastroenteritis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rubella",
                            "description": "Rubella",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tetanus",
                            "description": "Tetanus",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tick_borne_encephalitis",
                            "description": "Tick-borne encephalitis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tuberculosis",
                            "description": "Tuberculosis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typhoid_fever",
                            "description": "Typhoid fever",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "varicella",
                            "description": "Varicella",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "yellow_fever",
                            "description": "Yellow fever",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shingles_herpes_zoster",
                            "description": "Shingles (Herpes Zoster)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookIsAccount",
                    "description": "",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactCategory",
                    "description": "",
                    "fields": [
                        {
                            "name": "categoryNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactCategoryNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactCategoryNid",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactOtherSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "receiveMvtMessages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "newsletter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverDeleteAutomatically",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactAddress",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactAddressNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactAddressNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactAddressNid",
                    "description": "Contact address numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactPhone",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "predefinedName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactPredefinedPhoneNameEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactPredefinedPhoneNameEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "default",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional_phone_work",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone_mobile",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone_priv_mobile",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional_phone_priv",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactEmail",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "predefinedName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ContactPredefinedEmailName",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactPredefinedEmailName",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "default",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email_mvt",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email_notifications",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional_email_priv",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional_email_billing",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "preferredCommunicationMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PreferredCommunicationMethod",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PhonebookContactCommission",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactPercentCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PhonebookContactPercentCommission",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRecipients",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isProvider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteCostBasedTotalPriceUpdateMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactQuoteCostBasedTotalPriceUpdateModeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PreferredCommunicationMethod",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PHONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactCommission",
                    "description": "",
                    "fields": [
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactPercentCommission",
                    "description": "",
                    "fields": [
                        {
                            "name": "percent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactQuoteCostBasedTotalPriceUpdateModeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "BASED_ON_CONFIGURATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UPDATE_MARGIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UPDATE_COST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SELECT_MANUALLY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactPersonDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "isRestrictedForFlying",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextOfKin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmployeeStatusControl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "socialSecurityNumber",
                            "description": "Social security number",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactPayment",
                    "description": "",
                    "fields": [
                        {
                            "name": "paymentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PaymentType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paymentCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paymentConditions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paymentMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PaymentMethod",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PaymentType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PREPAYMENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SPECIAL_CONDITIONS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREDIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PaymentMethod",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DEBIT_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREDIT_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRANSFER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactAccountingSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "costCentre",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "projectNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactAvinode",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeContactId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DecimalDeletable",
                    "description": "Represents decimal number. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactQuoteSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateTaxes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactCalculateTaxes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactCalculateTaxes",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ACCORDING_TO_OPERATOR_SETTINGS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactMaskingStatus",
                    "description": "",
                    "fields": [
                        {
                            "name": "isPassportMasked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isProfileDataMasked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactUnmaskedData",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DateTimeWithTimezone",
                    "description": "Date and time expressed according to ISO 8601 with timezone information, \n\t\t\t\tex. 2019-06-05T12:00:00+02:00, 2019-06-05T10:00:00Z",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ReservationStatus",
                    "description": "Reservation confirmation status",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPPORTUNITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftVirtual",
                    "description": "Represents single virtual aircraft",
                    "fields": [
                        {
                            "name": "aircraftVirtualNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minCrewCockpitQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minCrewCabinQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "virtualLegs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftVirtualLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerReservationBookingDesignator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "configurationVersion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftVirtualLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "leg",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "virtualAircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftVirtual",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Flight",
                    "description": "Represents single flight activity.",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use flightNid field instead"
                        },
                        {
                            "name": "quoteRealizationLegNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSimulator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dispatchOperator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Operator",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arcid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distGcd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cmt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWbOutsideLeon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWbOk",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isStandardPaxWeights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActualCrewWeights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotationTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sentForBilling",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiIn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLog",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JourneyLog",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLogEnabledFieldList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "JourneyLogFieldInterface",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLogCancelledNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legHandling",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegHandling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legItems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegItems",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legNumber",
                            "description": "All legs, including cancelled",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeLegNumber",
                            "description": "All active legs",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewProperty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewProperty",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPriceTypeOrDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbStartNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbEndNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "Access to resource GRAPHQL_FLIGHT_CREW_SEE will soon be required.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use crewMemberList field instead"
                        },
                        {
                            "name": "crewMemberList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_CREW_SEE.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planCargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use planCargo field instead"
                        },
                        {
                            "name": "planCargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iconType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IconType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassengerList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList.isFerry instead"
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListInfantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportTaf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherTaf",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportMetar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherMetar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCategoryForAircraft",
                            "description": "Category for departure airport (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportFullCategoryForAircraft",
                            "description": "Category with variant for departure airport (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportTaf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherTaf",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportMetar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherMetar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCategoryForAircraft",
                            "description": "Category for destination airport (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportFullCategoryForAircraft",
                            "description": "Category with variant for destination airport (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirportCategoryForAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport2",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport2CategoryForAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftVirtual",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftVirtual",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftVirtualNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "Flight start time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "Flight end time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTimesToBeConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesDotColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightOps",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightNotesType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingPermits",
                            "description": "Requires access to resource LANDING_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermits",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermitsRouting",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLastModificationTime",
                            "description": "Flight last modification UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewLastModificationTime",
                            "description": "Crew last modification UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightConfirmationTime",
                            "description": "Flight confirmation UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListLastModificationTime",
                            "description": "Passenger list last modification UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legMission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegMission",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLegGroupList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegGroup",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPrices",
                            "description": "Requires access to resource GRAPHQL_FUEL_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightFuelPrices",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isJourneyLogClosed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogCabinHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogRemainingFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FuelUnitType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlightPricing",
                            "description": "Requires access to resource GRAPHQL_SALES_FERRY_FLIGHTS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FerryFlightPricing",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foreFlightId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountingProjects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightExternalId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Trip",
                    "description": "Represents single trip belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightOrderNoFull",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use tripNumber instead "
                        },
                        {
                            "name": "flightOrderNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightOrderMonth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightOrderYear",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightOrderDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightOrderChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightOrderAllow",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightOrderInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Field removed."
                        },
                        {
                            "name": "salesInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTouched",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletionNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNotifyCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastNotification",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attEmailList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripSupplementaryInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TripNotes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Offer",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketplace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Marketplace",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "isCnl",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterAircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyAllowedAircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestsNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedAeroId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "client",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "representative",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TripExternalId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripNotes",
                    "description": "",
                    "fields": [
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripSupplementaryInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Offer",
                    "description": "",
                    "fields": [
                        {
                            "name": "offerNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offerNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentsUseLt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightBriefNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightQuotationNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charterAgreementNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesSupervisor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesSupervisorLoginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vatIncluded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeClientEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeCompanyAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Marketplace",
                    "description": "Represents sales marketplace in Leon",
                    "fields": [
                        {
                            "name": "marketplaceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "displayName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Checklist",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isArchived",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allExtra",
                            "description": "All \"extra\" records (comments) associated with this checklist.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistExtra",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allItems",
                            "description": "All items associated with this checklist.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extra",
                            "description": "",
                            "args": [
                                {
                                    "name": "cd_nid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistExtra",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "item",
                            "description": "",
                            "args": [
                                {
                                    "name": "cd_nid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistExtra",
                    "description": "",
                    "fields": [
                        {
                            "name": "cdNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "cdNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "csId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "statusCaption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistDefType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itemLinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Link",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupportFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistDefType",
                    "description": "Represents single checklistDefinition",
                    "fields": [
                        {
                            "name": "groupId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistGroupEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shortLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "section",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectionId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "statuses",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistStatusType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistStatusType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailConfiguration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistEmailConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isVisibleOnCrewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAutoAddToLeg",
                            "description": "The checklist item will be automatically added to the flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoAddToLegCondition",
                            "description": "If isAutoAddToLeg is set to true and this condition will be fulfilled then checklist item will be added to the flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoAddDefaultCondition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "affectedAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AffectedAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistItemOffsetAirport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistItemOffsetCountry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistItemOffsetDefault",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorLinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Link",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leonLinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Link",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAppNotificationEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enableForUse",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showConfirmationCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAppRemindBeforeFlightEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAppRemindTimeBeforeFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditableOnMyScheduleCrewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistGroupEnum",
                    "description": "Type of checklist",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SALES",
                            "description": "sales group as uppercase",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS",
                            "description": "ops group as uppercase",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_CARE",
                            "description": "flight care as uppercase",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistTypeEnum",
                    "description": "Type of checklist",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT",
                            "description": "sales group in uppercase",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP",
                            "description": "ops group in uppercase",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistEmailConfiguration",
                    "description": "Node for checklist email configuration",
                    "fields": [
                        {
                            "name": "checklistEmailConfigurationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistEmailConfigurationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "targetChecklistStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailTemplateList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EmailTemplate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TemplateNewForDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalFlightReceivers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightChecklistEmailReceiverType",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalTripReceivers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TripChecklistEmailReceiverType",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepReceivers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChecklistEmailConfigurationAirport",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesReceivers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChecklistEmailConfigurationAirport",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistEmailConfigurationNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplate",
                    "description": "Represents single email template",
                    "fields": [
                        {
                            "name": "emailTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revision",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fromLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "carbonCopy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blindCarbonCopy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mappedDocumentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAutoReplyToLoggedUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHtmlContentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyToType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "EmailTemplateReplyToType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EmailTemplateReplyToType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LOGGED_USER",
                            "description": "",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS_EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SALES_EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CUSTOMER_SERVICE_EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_BASE_EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AS_DEFINED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightChecklistEmailReceiverType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "HANDLING_AGENT_ADEP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_AGENT_ADES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CATERER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLIENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPRESENTATIVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ADEP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ADES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEAD_PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL_PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_OWNER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEAD_PAX_ASSISTANT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL_PAX_ASSISTANT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TripChecklistEmailReceiverType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLIENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPRESENTATIVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEAD_PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL_PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_OWNER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistEmailConfigurationAirport",
                    "description": "Node for checklist email configuration airport",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailToList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AffectedAirport",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "adep",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "both",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistItemOffsetAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestDisabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationDisabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistItemOffsetCountry",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestDisabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationDisabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistItemOffsetDefault",
                    "description": "",
                    "fields": [
                        {
                            "name": "requestedOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Link",
                    "description": "",
                    "fields": [
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealization",
                    "description": "Represents single quote realization belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceWhenBooked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceWhenQuoted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceOprCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerObjectId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasTrip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeAircraftLink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationAvinodeAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentsSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationDocumentSent",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationSubcharter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSubcharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptPriceList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRoundedTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationNotes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotedRecently",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotedDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "booked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bookedDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOutdated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangedInOps",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangedInJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legs",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Pricing",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "Internal operator status showing whether a quote for an external quote request was answered. Possible values: Unanswered, Accepted, Rejected. Note: additional values may be added in the future. Applies when request provided from external marketplace.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeStatus",
                            "description": "Status of quotes for Avinode quote requests showing whether a response was sent to Avinode. Possible values: Unanswered, Accepted, Rejected. Only set for Avinode quotes, null otherwise.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeEmptyLegUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSharingRequested",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sharingSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TripDataSharingSettings",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasSharingUniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "configuredMyskyQuote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MySkyQuoteRealization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "carbonOffsetDefinitionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteCarbonOffsetDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequest",
                    "description": "Represents single quote request belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `providerTypeEnum` field instead"
                        },
                        {
                            "name": "providerTypeEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestProviderEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerObjectId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "realizations",
                            "description": "Returns quotes accessible for logged user considering aircraft privileges.\nReturns non-null values from array",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealization",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "realizationsWithoutAccess",
                            "description": "Returns quotes accessible for logged user considering aircraft privileges.\nReturns non-null values from array",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationWithoutAccess",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mvtEmailList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OperatorBase",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedRealization",
                            "description": "Returns quotes accessible for logged user considering aircraft privileges",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRequestAvinodeStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerFriendlyId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use id field instead"
                        },
                        {
                            "name": "marketplace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Marketplace",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastExternalUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isArchived",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeTrip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRequestAvinodeTrip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationInvoice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "proformaInvoices",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ProformaInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeInvoices",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RechargeInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditNotes",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreditNote",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAvinodeRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessagesNumberForLogin",
                            "description": "",
                            "args": [
                                {
                                    "name": "login_nid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "completeMessagesList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestMessageInfo",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addPositioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTimeMethodEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acceptWebhook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rejectWebhook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterRequests",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestSubcharterRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotesSortMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuotesSortMethod",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripEditScheme",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TripEditScheme",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rejectDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRequestRejectDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contract",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contract",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRequestId",
                    "description": "Quote Request string identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRequestProviderEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEON",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVINODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WEBHOOK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MARKETPLACE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LEON_OWNER_APP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestBuyer",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mobilePhone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "street",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "province",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logoUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "client",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Client",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "representative",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestLeg",
                    "description": "Represents single quote request leg belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestLegId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "request",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdLocal",
                            "description": "Departure (in local time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staLocal",
                            "description": "Arrival (in local time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTBA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceNM",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CargoDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRequestLegId",
                    "description": "Quote request Leg identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerList",
                    "description": "Information about passengers either as contacts or in textual form",
                    "fields": [
                        {
                            "name": "passengerListNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDataSourceContact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDataSourceText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "animalCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "realCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countExcludingAnimals",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactListRaw",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerContact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "limitedPassengerContactList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerContact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListAsText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerText",
                            "description": "Textual passenger representation only present when text is the data source",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactList",
                            "description": "Contact list passenger representation only present when contact is the data source.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PassengerContact",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactAnimalList",
                            "description": "Animal passenger list representation only present when contact is the data source.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PassengerContactAnimal",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "boardingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "BoardingStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "boardedCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerContact",
                    "description": "Represents single passenger contact",
                    "fields": [
                        {
                            "name": "passengerContactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOnBoard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticketNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssrCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdentificationNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelerNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceZipCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationZipCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accompaniedBy",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassengerContact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggageQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggageWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggageWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggageTag",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateSifl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "costCentre",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "projectNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pickupTimeInResidentAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pickupTimeInDestinationAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTransferCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTransferCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TravelDocument",
                    "description": "Represents document that can be associated with crew member or passenger on flight.",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CountryCode",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerContactAnimal",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContactAnimalNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "BoardingStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "not_started",
                            "description": "Not started",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "in_progress",
                            "description": "In progress",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "completed",
                            "description": "Completed",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CargoDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "isDgr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTurnable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isStackable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isBreakable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationWithoutAccess",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "booked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequestMessageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "authorContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isModified",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifiedDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifiedByContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestCommentProvider",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRequestCommentProvider",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEON",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVINODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MARKETPLACE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestStatus",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Current stage in the quote request workflow. Possible values: New Request, Quoted, Rejected, Option, Contract Sent, Booked, Brief Sent, Done, Invoice Sent, Owner Approval, Canceled, Opportunity. Note: additional values may be added in the future.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sort",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUsedBefore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestAvinodeStatus",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationAvinode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestExternalStatusColorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationAvinode",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntegrationAvinodeNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSendQuoteFerryFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUpdateQuoteWhenSendingContract",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "IntegrationAvinodeNid",
                    "description": "Avinode integration numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRequestExternalStatusColorEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DEFAULT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GREEN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestAvinodeTrip",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationAvinode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationInvoice",
                    "description": "Represents quote realization invoice.",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNewForDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "InvoiceStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationInvoiceItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellerDataset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingsDefaultSalesInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationInvoiceBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "billingDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use issueDate field instead"
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "InvoiceStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DRAFT",
                            "description": "Draft",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ISSUED",
                            "description": "Issued",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationInvoiceItem",
                    "description": "Represents single quote invoice item",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "net",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gross",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationInvoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vatValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorSettingsDefaultSalesInvoiceData",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "default",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address1",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ibanCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swiftCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bankName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactPerson",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiQuoteRealizationInvoiceBuyer",
                    "description": "Represents buyer in invoice.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euVatNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Tag",
                    "description": "",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "HealthyUrlScalar",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ProformaInvoice",
                    "description": "Represents proforma invoice.",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNewForDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellerDataset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingsDefaultSalesInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerEuVatNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerPostalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerStateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ProformaInvoiceItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationInvoiceBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ProformaInvoiceItem",
                    "description": "Represents single proforma invoice item",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "net",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gross",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeInvoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ProformaInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vatValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RechargeInvoice",
                    "description": "Represents recharge invoice.",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNewForDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellerDataset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingsDefaultSalesInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerEuVatNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerPostalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerStateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RechargeInvoiceItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationInvoiceBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RechargeInvoiceItem",
                    "description": "Represents single recharge invoice item",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "net",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gross",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeInvoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RechargeInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vatValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreditNote",
                    "description": "Represents credit note.",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNewForDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellerDataset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingsDefaultSalesInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerEuVatNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerPostalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerStateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreditNoteItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationInvoiceBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreditNoteItem",
                    "description": "Represents single credit note item",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "net",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gross",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CreditNote",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vatValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "superType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxPax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxRange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cruiseSpeed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerObjectId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRequestAircraftTypeDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestAircraftTypeDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "easa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessageInfo",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequestMessageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "authorContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isModified",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifiedDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifiedByContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestMessageProvider",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRequestMessageProvider",
                    "description": "Provider of quote request message, ex. Avinode, Leon or Marketplace.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEON",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVINODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MARKETPLACE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightTimeMethodEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "routefinder",
                            "description": "RouteFinder",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aviapages",
                            "description": "Aviapages",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft_model",
                            "description": "Aircraft Performance Model + winds",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft_model_without_winds",
                            "description": "Aircraft Performance Model",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinode",
                            "description": "Avinode",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "historical",
                            "description": "Historical Data",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "historical_quotes",
                            "description": "Historical Quotes",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fore_flight",
                            "description": "ForeFlight",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fore_flight_quote",
                            "description": "ForeFlight Quote",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestSubcharterRequest",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerRequestId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerFriendlyRequestId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCanceled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPassengerListShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messageCountForUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestMessageCount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCountForUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use messageCountForUser field instead"
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestSubcharterRequestAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessageCount",
                    "description": "",
                    "fields": [
                        {
                            "name": "all",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unread",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "read",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestSubcharterRequestAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "superType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxPax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxRange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cruiseSpeed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuotesSortMethod",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "BOOKED_OFFERED_PRICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRICE_ASC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPERATOR_STATUS_PRICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BOOKED_OFFERED_OPERATOR_PRICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPERATOR_PRICE_ASC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPERATOR_STATUS_OPERATOR_PRICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestRejectDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "canceledBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestRejectCanceledByEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancellationReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRequestRejectCanceledByEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "BUYER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SELLER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Contract",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestTag",
                    "description": "",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAvinodeAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emptyLegId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastLeonNotificationStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationAvinodeAircraftLastLeonNotificationStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAvinodeAircraftLastLeonNotificationStatus",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRealizationExternalAircraftNotificationStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRealizationExternalAircraftNotificationStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DELIVERED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ERROR_OCCURRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationDocumentSent",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNewForDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationSubcharter",
                    "description": "Represents single quote realization with subcharter",
                    "fields": [
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SubcharterFile",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasBrokenFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftCategory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "captain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "captain2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstOfficer2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thirdPartyCommissionCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "margin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoDesignator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manufactureYear",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightAttendant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightAttendant2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "doctor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paramedic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "yearOfRefurbishmentInterior",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRequestSubcharterRequest",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterRequestAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRequestSubcharterRequestAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "amenities",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterAmenities",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPhone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documents",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safetyRatings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SafetyRatings",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterTripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterFile",
                    "description": "Represents single subcharter file.",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pathGwt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signature",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterAmenities",
                    "description": "Represents single aircraft amenities",
                    "fields": [
                        {
                            "name": "subcharterNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smoking",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifiType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesWifi",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifiCost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinWidth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinHeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinVolume",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toilet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesToilet",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pets",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airConditioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airShow",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warmingOven",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cdPlayer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "convectionOven",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tvMonitors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dvdPlayer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "espressoMachine",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageCompartment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "numberOfStandardSizeBags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sleepingConfiguration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "SubcharterDocumentNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filePath",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SubcharterDocumentNid",
                    "description": "Document numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SafetyRatings",
                    "description": "Represents single safety ratings",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationNotes",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legalNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationLeg",
                    "description": "Represents single quote realization leg belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationLegConnectedQuoteRequestLeg",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "realization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesTBA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIsFuelStop",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Leg",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Handling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbAdepNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbAdesNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceNM",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationLegNotes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFuelStop",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistSalesFullDotColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterFlightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterFlightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeCalculationDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationLegFlightTimeCalculationDetails",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationLegConnectedQuoteRequestLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestLegId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Leg",
                    "description": "",
                    "fields": [
                        {
                            "name": "revisionId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPositioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSimulator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isQuotation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dispatchOperator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Operator",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport2",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cmt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWbOutsideLeon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWbOk",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isStandardPaxWeights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActualCrewWeights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotationTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sentForBilling",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiIn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planCargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planCargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLog",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JourneyLog",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legHandling",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegHandling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legItems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegItems",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewProperty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewProperty",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPriceTypeOrDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbStartNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbEndNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatch",
                    "description": "Flight Watch for a single flight or quote realisation subcharter leg",
                    "fields": [
                        {
                            "name": "flightWatchNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revisionId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offBlock",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offBlockSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "atd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "atdSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ataSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onBlock",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onBlockSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eetSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delaySource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDivAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "divAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "divSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notesSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internalNotesSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mvt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ecMvt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use offBlock field"
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use onBlock field"
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Field removed"
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Field removed"
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `calculateDuration` field"
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbStartNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbEndNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotIso",
                            "description": "CTOT (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotLt",
                            "description": "CTOT (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdIso",
                            "description": "ETD (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdLt",
                            "description": "ETD (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffIso",
                            "description": "BLOFF (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffLt",
                            "description": "BLOFF (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toIso",
                            "description": "T\/O (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toLt",
                            "description": "T\/O (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eetIso",
                            "description": "EET",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaIso",
                            "description": "ETA (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaLt",
                            "description": "ETA (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgIso",
                            "description": "LDG (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgLt",
                            "description": "LDG (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonIso",
                            "description": "BLON (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonLt",
                            "description": "BLON (in LT)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "statusId",
                            "description": "Short identifier representing a status of the flight watch. It can be one of the following: S for Slot, A for Airborne, + for Finish or D for Delay.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatchCorrelation",
                            "description": "`Flight` or Subcharter `QuoteRealizationLeg` dependent on Flight Watch correlation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FlightOrQuoteRealizationLeg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuel",
                            "description": "BLOFF fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuelUnit",
                            "description": "BLOFF fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuelSource",
                            "description": "BLOFF fuel source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuel",
                            "description": "T\/O fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuelUnit",
                            "description": "T\/O fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuelSource",
                            "description": "T\/O fuel source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuel",
                            "description": "LDG fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuelUnit",
                            "description": "LDG fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuelSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuel",
                            "description": "BLON fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuelUnit",
                            "description": "BLON fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuelSource",
                            "description": "BLON fuel source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxi",
                            "description": "Current departure taxi time and procedure",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiSource",
                            "description": "Current departure taxi time and procedure source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mpr",
                            "description": "Most penalising regulation",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mprSource",
                            "description": "Most penalising regulation source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ttof",
                            "description": "Target time over fix",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ttofSource",
                            "description": "Target time over fix source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tobt",
                            "description": "Target off block time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tobtSource",
                            "description": "Current departure taxi time and procedure source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regCause",
                            "description": "Most penalising regulation (REGUL+) cause",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "RegulationCauseEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regCauseSource",
                            "description": "Most penalising regulation (REGUL+) cause source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextInformation",
                            "description": "Next information, when flight is delayed due to weather",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextInformationSource",
                            "description": "Next information source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tsat",
                            "description": "Target Start-Up Approval Time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tsatSource",
                            "description": "Target Start-Up Approval Time source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adultCount",
                            "description": "Adult count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adultCountSource",
                            "description": "Adult count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCount",
                            "description": "Male count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCountSource",
                            "description": "Male count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "Female count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCountSource",
                            "description": "Female count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCount",
                            "description": "Child count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCountSource",
                            "description": "Child count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCount",
                            "description": "Infant count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCountSource",
                            "description": "Infant count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggage",
                            "description": "Baggage weight",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageSource",
                            "description": "Baggage source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mail",
                            "description": "Mail weight",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailSource",
                            "description": "Mail source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalLoad",
                            "description": "Total load weight",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalLoadSource",
                            "description": "Total load source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightOrQuoteRealizationLeg",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullFlightValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRealizationLegValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullFlightValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullQuoteRealizationLegValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationLeg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RegulationCauseEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CD_89",
                            "description": "[Departure] Balance capacity vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CE_81",
                            "description": "[En route] Balance capacity vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CA_83",
                            "description": "[Arrival] Balance capacity vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ID_89",
                            "description": "[Departure] The regulation is required because industrial actions (e.g. strike) are ongoing at the ATC center.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IE_82",
                            "description": "[En route] The regulation is required because industrial actions (e.g. strike) are ongoing at the ATC center.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IA_83",
                            "description": "[Arrival] The regulation is required because industrial actions (e.g. strike) are ongoing at the ATC center.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RE_81",
                            "description": "[En route] Special ATC routings.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SD_89",
                            "description": "[Departure] Reduced capacity because of ATC staffing reasons.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SE_82",
                            "description": "[En route] Reduced capacity because of ATC staffing reasons.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SA_83",
                            "description": "[Arrival] Reduced capacity because of ATC staffing reasons.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TD_89",
                            "description": "[Departure] Reduced capacity because of ATC equipment reasons (e.g. radar maintenance).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TE_82",
                            "description": "[En route] Reduced capacity because of ATC equipment reasons (e.g. radar maintenance).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TA_83",
                            "description": "[Arrival] Reduced capacity because of ATC equipment reasons (e.g. radar maintenance).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AD_89",
                            "description": "[Departure] Accident or incident occurred.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AA_83",
                            "description": "[Arrival] Accident or incident occurred.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GD_89",
                            "description": "[Departure] The regulation is required to balance capacity (a.o. available aircraft stands) vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GA_83",
                            "description": "[Arrival] The regulation is required to balance capacity (a.o. available aircraft stands) vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ED_99",
                            "description": "[Departure] The regulation is required for e.g. aerodrome de-icing.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EA_99",
                            "description": "[Arrival] The regulation is required for e.g. aerodrome de-icing.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ND_98",
                            "description": "[Departure] The regulation is required because industrial actions (e.g. strike) are ongoing (not at the ATC center).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NA_98",
                            "description": "[Arrival] The regulation is required because industrial actions (e.g. strike) are ongoing (not at the ATC center).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MD_89",
                            "description": "[Departure] Airspace management reasons (e.g. military exercises).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ME_82",
                            "description": "[En route] Airspace management reasons (e.g. military exercises).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MA_83",
                            "description": "[Arrival] Airspace management reasons (e.g. military exercises).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PD_89",
                            "description": "[Departure] Special events (e.g. airshows occurring).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PE_82",
                            "description": "[En route] Special events (e.g. airshows occurring).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PA_83",
                            "description": "[Arrival] Special events (e.g. airshows occurring).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WD_89",
                            "description": "[Departure] Weather conditions.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WE_81",
                            "description": "[En route] Weather conditions.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WA_84",
                            "description": "[Arrival] Weather conditions.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VD_89",
                            "description": "[Departure] Environmental issues (e.g. noise abatement restrictions on RWY usage).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VE_81",
                            "description": "[En route] Environmental issues (e.g. noise abatement restrictions on RWY usage).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VA_83",
                            "description": "[Arrival] Environmental issues (e.g. noise abatement restrictions on RWY usage).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OD_89",
                            "description": "[Departure] Other reasons (e.g. disabled aircraft on RWY).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OE_81",
                            "description": "[En route] Other reasons (e.g. disabled aircraft on RWY).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OA_83",
                            "description": "[Arrival] Other reasons (e.g. disabled aircraft on RWY).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLog",
                    "description": "Journey Log (also called Post Flight Report) for a single flight",
                    "fields": [
                        {
                            "name": "revisionId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "atd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instrumentTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commercialTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClosed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxHeadsCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInTransitCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trafficLoad",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntNonNegative",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInEconomyClassCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInBusinessClassCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxAdultCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxMaleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxFemaleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxChildCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInfantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxPetCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bag",
                            "description": "Bags [mass]",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bagsQuantity",
                            "description": "Bags [quantity]",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "underload",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoLoaded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoUnloaded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "palletsLoaded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "palletsUnloaded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeOffWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ballast",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictedTakeOffWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedLandingWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualLandingWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeOffFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumSectorFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remainingFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedTaxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelDensity",
                            "description": "Fuel density (kg\/L)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelDensity",
                            "description": "Refuel density (kg\/L)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelProvider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelUpliftPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelUpliftCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelInvoiceNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelCostCenter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelDeliveryNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelAfterFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelAfterFlightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelAfterFlightDensity",
                            "description": "Refuel after flight density (kg\/L)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilUplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EngineOilUplift",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilUpliftUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "OilUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apuFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apuHoursTotal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apuCyclesTotal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euetsExclude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEuetsExclude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euEtsException",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogApproachCount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hudEvs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApproved",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "zfw",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDiscretion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mealDiscretion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMealDiscretion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeicing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deicingQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deIcingFluidCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deicingNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "feedback",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runway",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wind",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visibility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rvr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoland",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gpu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gpuTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripReportCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catBBriefCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toiletService",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waterService",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotWater",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "washingDishes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "laundry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "laundryNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oxygen",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asuTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "securityCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "camoNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCleaning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCleaned",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRestocked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinDefects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogApproachTypeCount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffCrewLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingCrewLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxFlightLevel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "topOfClimb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "topOfDescent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trueAirspeed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineRate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "voyageReportNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enginesCycles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isErops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slingLoad",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMaintenanceLogEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilRefilled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPushBack",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCrewTransport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancellationReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffUTC",
                            "description": "BLOFF (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffLocal",
                            "description": "BLOFF (in local time)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonUTC",
                            "description": "BLON (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonLocal",
                            "description": "BLON (in local time)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toTimeUTC",
                            "description": "T\/O (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toTimeLocal",
                            "description": "T\/O (in local time)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgTimeUTC",
                            "description": "LDG (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgTimeLocal",
                            "description": "LDG (in local time)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbStartNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use startAirport relation instead."
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbEndNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use endAirport relation instead."
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timeOnStationStart",
                            "description": "Time on station (start)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timeOnStationEnd",
                            "description": "Time on station (end)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG_FILE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientSatisfaction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ClientSatisfactionEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFuelInvoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApprLndCat2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApprLndPerfoStatis",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLvtoBelow150m",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reducedRequiredLandingDistance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEtops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationOfDataCorrectness",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeAreaCompetencyBriefed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tyrePressureCheckPerformed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tyrePressureNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "congestedArea",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alcoholTest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "terminalMeetPax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lowVisibilityTakeOffAboveHundredFifty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "navDatabaseUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safaRampCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "corMorCompleted",
                            "description": "COR\/MOR completed",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDisinfected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lowLevelSpray",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedTripFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedTripTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lowLevelTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wifi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catering",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCatering",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCateringNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewHotel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewHotelNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hangar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hangarNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingSatisfactory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingSatisfactoryNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRatingDescription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxFlightSatisfactory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCateringSatisfactory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCateringNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxComments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "likes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dislikes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "incidents",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "specialRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "informationForSales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overallPaxExperience",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delayCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogDelay",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCarriageOfDangerousGoods",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreCpt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreFo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreOther",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreDescription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onTask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offTask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "missionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taskCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSuccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airspace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "config",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "successCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoringTakeOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoringLanding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPrist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastModifiedDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "radioCommunicationReport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogRadioCommunicationReport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acDisinsected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airConditioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorFrequency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorDeviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waterScoopes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waterLandings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentationCompletedAccordingOma",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safetyNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gnssIssuesEncourntered",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gnssIssuesNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hoistMission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightVisionFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeNavLogSignedCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avionicsDatabaseUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPreflightBriefing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hobbsOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hobbsOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sealNumbers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dispatchFeedback",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherFeedback",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oxygenRemaining",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hydraulicSystem1Uplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hydraulicSystem2Uplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hydraulicSystem3Uplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftOpenedDefects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogEmptyBool",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDeferredDefects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogEmptyBool",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "indicatedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternateFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionaryFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "finalReserveFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tankeredFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nvgFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instructorTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightDocumentationCompletedSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ukAirspaceTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "goAround",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsInterruptions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogEmptyBool",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsInterruptionsNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "awops",
                            "description": "All Weather Operations",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "controlledRestInCockpit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "controlledRestInCockpitNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRatingAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRatingAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelRemarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationOfDataCorrectnessNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightPicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightSicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightAug1Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightAug2Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightPicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightSicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightAug1Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightAug2Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waste",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wasteNonEu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scheduleRevisionReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LogsScheduleRevisionReason",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCoverFitted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCoverFittedNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rawDataTakeoff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftHandoverReport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EngineOilUplift",
                    "description": "",
                    "fields": [
                        {
                            "name": "engineOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineSerialNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineOilUplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogApproachCount",
                    "description": "",
                    "fields": [
                        {
                            "name": "approach",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Approach",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogApproachTypeCount",
                    "description": "",
                    "fields": [
                        {
                            "name": "approachType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ApproachType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ApproachType",
                    "description": "List of approach types.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LVO",
                            "description": "LVO",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRECISION",
                            "description": "PRECISION",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NONPRECISION",
                            "description": "NON-PRECISION",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISUAL",
                            "description": "VISUAL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_2D",
                            "description": "2D",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_2DCDI",
                            "description": "2D+CDI",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_2DAZI",
                            "description": "2D+AZI",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_3D",
                            "description": "3D",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_3DTYPEA",
                            "description": "3D TYPE A",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_3DTYPEB",
                            "description": "3D TYPE B",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_3DCDI",
                            "description": "CDI",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "_3DAZI",
                            "description": "AZI",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CIRCLING",
                            "description": "CIRCLING",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ClientSatisfactionEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Bad",
                            "description": "Bad",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Average",
                            "description": "Average",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Good",
                            "description": "Good",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogDelay",
                    "description": "",
                    "fields": [
                        {
                            "name": "delayCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delay",
                            "description": "Delay in minutes",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogRadioCommunicationReport",
                    "description": "Radio communication report",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UNREADABLE",
                            "description": "1 - unreadable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "READABLE_NOW_AND_THEN",
                            "description": "2 - readable now and then",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "READABLE_WITH_DIFFICULTY",
                            "description": "3 - readable with difficulty",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "READABLE",
                            "description": "4 - readable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PERFECTLY_READABLE",
                            "description": "5 - perfectly readable",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogEmptyBool",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EMPTY",
                            "description": "---",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YES",
                            "description": "Yes",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": "No",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogKss",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ONE",
                            "description": "1 - Extremely alert ",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TWO",
                            "description": "2 - Very alert",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "THREE",
                            "description": "3 - Alert",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FOUR",
                            "description": "4 - Fairly Alert",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIVE",
                            "description": "5 - Neither alert nor sleepy",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SIX",
                            "description": "6 - Some signs of sleepiness",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEVEN",
                            "description": "7 - Sleepy, but no effort to keep awake",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EIGHT",
                            "description": "8 - Sleepy, but some effort to keep awake",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NINE",
                            "description": "9 - Very sleepy, great effort to keep awake, fighting sleep",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LogsScheduleRevisionReason",
                    "description": null,
                    "fields": [
                        {
                            "name": "reasonNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegHandling",
                    "description": "Represents handler information relevant to given flight.",
                    "fields": [
                        {
                            "name": "adepReqItems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesReqItems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHotelRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegItems",
                    "description": "",
                    "fields": [
                        {
                            "name": "minReqFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBurnPlan",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternateFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "finalReserveFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionaryFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safUsed",
                            "description": "Sustainable Aviation Fuel used flag",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "Sustainable Aviation Fuel blend amount (%)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewProperty",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commanderLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cockpitCrewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinCrewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullCockpitCrewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullCabinCrewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullCockpitAndCabinCrewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberOnLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "posNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workFraction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFirstOfficer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightAttendant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightMechanic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEngineer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isObserver",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightAttendantObserver",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLoadMaster",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOnCockpitPosition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTrainingPilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use pilotNote field instead"
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberConfirmationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTrainingType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTrainingType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlCalculations",
                            "description": "Requires access to resource GRAPHQL_FTL",
                            "args": [
                                {
                                    "name": "legList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "VirtualFtlSectorCalculationLegInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlCalculations",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changesHistory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportingHistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberConfirmationStatus",
                    "description": "Show if crew member confirmed changes.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_SEND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightTrainingType",
                    "description": "List of allowed flight training types.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LINE_CHECK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LINE_TRAINING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "VirtualFtlSectorCalculationLegInput",
                    "description": "Represents input data for Ftl calculations.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "commanderDiscretionRest",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "PositionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferry",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "commercial",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightRule",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportOn",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AutoTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportOff",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AutoTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "schedule",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "VirtualFtlSectorCalculationLegScheduleInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "TrActivityType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positioningType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "PositioningType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "VirtualFtlSectorCalculationFlightWatchInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timezoneType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "FTLTimezoneType",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TrNid",
                    "description": "Tr (time reservation) numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AocNid",
                    "description": "AOC preset numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AutoTimeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "isAuto",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "VirtualFtlSectorCalculationLegScheduleInput",
                    "description": "Represents schedule for leg input.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cancelled",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LocationNid",
                    "description": "Airport numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TrActivityType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "POSITIONING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OFFICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESERVATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "QUOTATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAINTENANCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DUTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PositioningType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OTHER",
                            "description": "Other",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMMERCIAL_CARRIER",
                            "description": "Commercial carrier",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRAIN",
                            "description": "Train",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CAR",
                            "description": "Car",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOTEL_TRANSFER",
                            "description": "Hotel transfer",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BUS",
                            "description": "Bus",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "VirtualFtlSectorCalculationFlightWatchInput",
                    "description": "Represents flight watch input.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "estimatedTimeOfArrival",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "estimatedTimeOfDeparture",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "actualTimeOfArrival",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "actualTimeOfDeparture",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "estimatedEnrouteTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "HoursAndMinutesAmount",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockOff",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockOn",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "HoursAndMinutesAmount",
                    "description": "Hours and minutes amount expressed as string, ex. 122:15.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FTLTimezoneType",
                    "description": "FTL Timezone type, describing whether the provided time is in a local, or UTC timezone.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UTC",
                            "description": "UTC",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LT",
                            "description": "LT",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlCalculations",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpExtension",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReduction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RestFacilityEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "break",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMemberBreak",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlLimitedValue",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyLimitedLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlLimitedValue",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalBlockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlLimitedValue",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectorBlockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restAfterComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restBeforeComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EOBTComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restAfterDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restBeforeDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestBeforeForced",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestAfterForced",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHotelProvidedAfter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHotelProvidedDuringBreak",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFdpExtensionDisabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFdpModeAuto",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acclimatisation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acclimatisationDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextEOBT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legalOffences",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "fdpExtensionDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "splitDutyLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "last36hRest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Last36hRestFtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "cumulativeBlock",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "cumulativeDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "nocturnalLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "nocturnalRestAfterLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "cumulativeDaysOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "fdpSectors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmentedFDPLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use ftlCumulativeLimits node instead"
                        },
                        {
                            "name": "fdpExtensionCaution",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReductionAuto",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReductionModeBefore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RestReduction",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReductionModeAfter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RestReduction",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isViolationApproved",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "violationApprovedNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "useFlightTimeForCumulativeLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canEditReportingTimes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextEOBTLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DateTimeUtcAndLocal",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlCumulativeLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlCumulativeLimits",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextEobtWithCompensation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextEobtWithCompensationComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RestFacilityEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEAT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEMI",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BUNK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberBreak",
                    "description": "",
                    "fields": [
                        {
                            "name": "length",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTrNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTrNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AutoTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AutoTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TimeUtcAndLocal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TimeUtcAndLocal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AutoTime",
                    "description": "",
                    "fields": [
                        {
                            "name": "isAuto",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TimeUtcAndLocal",
                    "description": "",
                    "fields": [
                        {
                            "name": "utc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "local",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlLimitedValue",
                    "description": "",
                    "fields": [
                        {
                            "name": "actual",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "limit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "limitType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TypeOfFtlLimit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use label instead"
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offence",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TypeOfFtlLimit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Last36hRestFtlLimitedValue",
                    "description": "",
                    "fields": [
                        {
                            "name": "actual",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "limit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "limitType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TypeOfFtlLimit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offence",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousRestDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "untilDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousRestDateLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DateTimeUtcAndLocal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "untilDateLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DateTimeUtcAndLocal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DateTimeUtcAndLocal",
                    "description": "",
                    "fields": [
                        {
                            "name": "utc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "local",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AutoTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AutoTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trActivityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TrActivityType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlLegSchedule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isInFdp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isReportingEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isBreakAfterDisabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isJoinAfterForced",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestAfterPossible",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHotelProvidedAfterSector",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cockpitCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportOffLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TimeUtcAndLocal",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportOnLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TimeUtcAndLocal",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportOnDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DateTimeUtcAndLocal",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportOffDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DateTimeUtcAndLocal",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "possibleBreakAfter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlLegSchedule",
                    "description": "",
                    "fields": [
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TimeUtcAndLocal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectorName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TimeUtcAndLocal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RestReduction",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AUTO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISABLED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FORCED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlCumulativeLimits",
                    "description": "",
                    "fields": [
                        {
                            "name": "fdpLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legalOffences",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpExtensionDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "splitDutyLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last36hRest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Last36hRestFtlLimitedValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulativeBlock",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulativeDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nocturnalLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nocturnalRestAfterLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulativeDaysOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmentedFDPLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FtlLimitedValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportingHistorySnapshot",
                    "description": "Represents snapshot of reporting times at given timestamp",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "HistoryActivityCrewReportingTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryActivityCrewReportingTime",
                    "description": "Represents reporting time state at given timestamp",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureDocumentNumber",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureDocumentCountry",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalDocumentNumber",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalDocumentCountry",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Handling",
                    "description": "",
                    "fields": [
                        {
                            "name": "handlingNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepHandlerNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandlerNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepPaxTransportSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepPaxTransportHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesPaxTransportSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesPaxTransportHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptdirSupplier",
                    "description": "",
                    "fields": [
                        {
                            "name": "supplierNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Supplier name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "Supplier type",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFavorite",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legalName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationLegNotes",
                    "description": "",
                    "fields": [
                        {
                            "name": "salesNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiQuoteRealizationLegFlightTimeCalculationDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "isFlightTimeCalculatedByFallbackMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Pricing",
                    "description": "Represents detailed quote pricing for quote realization.",
                    "fields": [
                        {
                            "name": "aircraftPrices",
                            "description": "Validated aircraft prices for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAcftPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use `fees` field instead"
                        },
                        {
                            "name": "airportPrices",
                            "description": "Validated airport prices for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAptSubPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use `fees` field instead"
                        },
                        {
                            "name": "taxPrices",
                            "description": "Validated taxes price for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationTaxPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use `fees` field instead"
                        },
                        {
                            "name": "currency",
                            "description": "Currency of pricing.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRoundedTo",
                            "description": "Quote rounding setting.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRoundedPrice",
                            "description": "Quote summary price.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptPriceList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftPriceList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPricesSorted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAptPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fees",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationFees",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeQuotationMethodEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricingMargin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceWithoutCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VATRate",
                            "description": "VAT rate [%]",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VATAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAcftPrice",
                    "description": "Represents single element from quote aircraft prices.",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceFee",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "Calculated aircraft price for item in quote",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitPrice",
                            "description": "Unit price for pricing item",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantityType",
                            "description": "Unit type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "carbonOffsetDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteCarbonOffsetDefinition",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteStatUnit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "number",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "float",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteCarbonOffsetDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Money",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeightWithUnit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Money",
                    "description": "",
                    "fields": [
                        {
                            "name": "amount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WeightWithUnit",
                    "description": "",
                    "fields": [
                        {
                            "name": "amount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnitWithT",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WeightUnitWithT",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "KG",
                            "description": "Kilograms",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LB",
                            "description": "Pound",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "T",
                            "description": "Ton",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAptSubPrice",
                    "description": "Represents single element from quote airport prices.",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationAptPrice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "Calculated airport price for item in quote",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Item name with airport code",
                            "args": [
                                {
                                    "name": "airport_code",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "AirportCodeType",
                                        "ofType": null
                                    },
                                    "defaultValue": "ICAO"
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "singlePriceName",
                            "description": "Single price name.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitPrice",
                            "description": "Unit price for pricing item.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAptPrice",
                    "description": "Represents single element from quote airport prices.",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAptSubPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceFee",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantityType",
                            "description": "Unit type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationTaxPrice",
                    "description": "Tax price for quote realization",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "Calculated summary tax price.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitPrice",
                            "description": "Unit price for pricing item.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantityType",
                            "description": "Unit type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationFees",
                    "description": "Represents fees for quote realization.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "All aircraft prices for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAcftPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luaAircraft",
                            "description": "All Lua aircraft prices for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationLuaAcftPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "All airport prices for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAptSubPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tax",
                            "description": "All taxes price for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationTaxPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "other",
                            "description": "All other prices for quote.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationOtherPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationLuaAcftPrice",
                    "description": "Represents single element from quote Lua aircraft prices.",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sumBehavior",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeBehaviorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "Calculated Lua aircraft price for item in quote",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitPrice",
                            "description": "Unit price for pricing item",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantityType",
                            "description": "Unit type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationOtherPrice",
                    "description": "Other price for quote realization",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "Calculated summary of other price.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitPrice",
                            "description": "Unit price for pricing item.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "group",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationOtherPriceGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationOtherPriceGroup",
                    "description": "Other price group",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripDataSharingSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "isTripSharingActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHandlingShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCrewShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOverflightPermitsShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSlotsShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPprShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCateringShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerryLegsShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAircraftShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPassengerListShared",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MySkyQuoteRealization",
                    "description": "",
                    "fields": [
                        {
                            "name": "mySkyQuoteToken",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMySkyPricingUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mySkyQuoteUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripExternalId",
                    "description": "External IDs for trip integrations",
                    "fields": [
                        {
                            "name": "salesforceId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "JourneyLogFieldInterface",
                    "description": "Journey Log field interface for different value types",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogAirportField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogApproachField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogApproachTypeField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogBooleanField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogDateField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogFilesField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogIntField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogFloatField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogOilUpliftField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogSelectField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogStringField",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogTimeField",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "ENUM",
                    "name": "FlightStatus",
                    "description": "Flight confirmation status",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPPORTUNITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IconType",
                    "description": "Icon type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "flight",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "office",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservation",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenance",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulator",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WeatherTaf",
                    "description": "",
                    "fields": [
                        {
                            "name": "rawText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WeatherMetar",
                    "description": "",
                    "fields": [
                        {
                            "name": "rawText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "observationTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightOps",
                    "description": "",
                    "fields": [
                        {
                            "name": "slotStd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotSta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "garStd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "garSta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extendedRange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightNotesType",
                    "description": "Flight notes",
                    "fields": [
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "legPermitNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LegPermitNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exitPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permitStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shortNotice",
                            "description": "Notice in hours",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permitOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntNonNegative",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LegPermitType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LegPermitNid",
                    "description": "Flight permits (overflight or landing) numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LegPermitType",
                    "description": "Leg permit type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "landing",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflight",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegMission",
                    "description": "",
                    "fields": [
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airspace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "missionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "LegMissionType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taskCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contract",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "LegMissionContractType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegEndUser",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LegMissionType",
                    "description": "Leg mission type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AA1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AA2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AA3",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AA4",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AA5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AA6",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AW1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AW2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AW3",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AW4",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AW5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AW6",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CG1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CG2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CG3",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CG4",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FSCN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AEROMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TACINTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRACKING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRANSIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SPARE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LegMissionContractType",
                    "description": "Leg mission contract type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "JATTSW1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JATTSW2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JATTSW3",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JATTSW4",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JATTSW5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NAFC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Careflight",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IFF",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AAA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegEndUser",
                    "description": "",
                    "fields": [
                        {
                            "name": "legEndUserNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LegEndUserNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LegEndUserNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegGroup",
                    "description": "",
                    "fields": [
                        {
                            "name": "multiLegGroupNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MultiLegGroupNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLegRequestsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "servicesList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "MultiLegServiceTypeEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLegGroupId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MultiLegGroupNid",
                    "description": "Multi Leg Group numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegRequest",
                    "description": "",
                    "fields": [
                        {
                            "name": "multiLegRequestNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MultiLegRequestStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "servicesOnFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegRequestFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLegGroupNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MultiLegGroupNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MultiLegRequestStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NEW",
                            "description": "NEW",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REQUESTED",
                            "description": "REQUESTED",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UPDATE_REQUIRED",
                            "description": "UPDATE REQUIRED",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UPDATE_PENDING",
                            "description": "UPDATE PENDING",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMED",
                            "description": "CONFIRMED",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELLATION_REQUIRED",
                            "description": "CANCELLATION REQUIRED",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELLATION_PENDING",
                            "description": "CANCELLATION PENDING",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELLED",
                            "description": "CANCELLED",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MailboxMessageNid",
                    "description": "Mailbox message identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxMessage",
                    "description": "Content of mailbox message",
                    "fields": [
                        {
                            "name": "mailboxMessageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MailboxMessageType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHtml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessageAttachment",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "from",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Email",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MailboxMessageType",
                    "description": "Mailbox message type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RECEIVED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxMessageAttachment",
                    "description": "Identifier for a single attachment",
                    "fields": [
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Email",
                    "description": "",
                    "fields": [
                        {
                            "name": "display",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegRequestFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "servicesList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "MultiLegServiceTypeEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removedServicesList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "MultiLegServiceTypeEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MultiLegServiceTypeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "catering",
                            "description": "Catering",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_adep",
                            "description": "Handling ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_ades",
                            "description": "Handling ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slot_adep",
                            "description": "Slot ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slot_ades",
                            "description": "Slot ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_adep",
                            "description": "PAX transport ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_ades",
                            "description": "PAX transport ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPrices",
                    "description": "",
                    "fields": [
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightFuelSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightFuelSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelSupplier",
                    "description": "",
                    "fields": [
                        {
                            "name": "fuelPriceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basePrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedPriceBySetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceBySetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lowestPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelQuantityUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showOnTripsheet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FuelQuantityUnit",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "USGAL",
                            "description": "US Gal",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "L",
                            "description": "L",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "T",
                            "description": "T",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "KG",
                            "description": "KG",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelUnitType",
                    "description": "",
                    "fields": [
                        {
                            "name": "unit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricing",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Leg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightExternalId",
                    "description": "External IDs for flight integrations",
                    "fields": [
                        {
                            "name": "salesforceId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IataServiceType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "J",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "S",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "U",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "F",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "V",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "M",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Q",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "G",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "B",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "A",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "R",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "C",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "O",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "H",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "L",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "P",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "T",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "K",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "D",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "E",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "W",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "X",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "I",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "N",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Status",
                    "description": "Confirmation status",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "open",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "completed",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelActivityHistoryFlight",
                    "description": "Entry represents flight state at current timestamp",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelHistoryInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "CrewPanelHistoryInterface",
                    "description": "Common interface for different history types types.",
                    "fields": [
                        {
                            "name": "startAirportCode",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelActivityHistoryFlight",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelActivityHistoryPositioning",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelActivityHistoryDuty",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelActivityHistoryPositioning",
                    "description": "Entry represents positioning state at current timestamp",
                    "fields": [
                        {
                            "name": "positioningNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositioningNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelHistoryInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PositioningNid",
                    "description": "Positioning numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelActivityHistoryDuty",
                    "description": "Entry represents duty state at current timestamp",
                    "fields": [
                        {
                            "name": "dutyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelHistoryInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DutyNid",
                    "description": "Duty numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryActivityFlight",
                    "description": "Represents flight state at given timestamp",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "HistoryActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "HistoryActivityInterface",
                    "description": "Interface for different history activity types.",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "HistoryActivityFlight",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "HistoryActivityPositioning",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "HistoryActivityDuty",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryActivityPositioning",
                    "description": "Represents positioning state at given timestamp",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositioningNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "HistoryActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryActivityDuty",
                    "description": "Represents duty state at given timestamp",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "HistoryActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFlightType",
                    "description": "",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AocWithSource",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewWithPosition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginPosition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "CrewPanelActivityInterface",
                    "description": "Common interface for different activity types.",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AocWithSource",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelFlightType",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelSimulatorType",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelDutyType",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelPositioningType",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMember",
                    "description": "Represents a person, who has at least one rating for aircraft.",
                    "fields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ratingList",
                            "description": "",
                            "args": [
                                {
                                    "name": "onlyDefaultPosition",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersRatings",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ratingListForAutoRoster",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftTypeIdList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersRatings",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsementList",
                            "description": "List of endorsements issued for this crew member..\nRequires access to resource CREW_MEMBER_ENDORSEMENT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsementApplicableList",
                            "description": "List of all endorsements that are applicable to this crew member, issued or not.",
                            "args": [
                                {
                                    "name": "requiredOnly",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "true"
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementApplicable",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "",
                            "args": [
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalEndorsement",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onlineFamiliarization",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalAirportEndorsement",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportRecency",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalAirportEndorsement",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportBrief",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalAirportEndorsement",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutiesAmount",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberDutiesAmount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutiesOnDetails",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberDutiesDetails",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutiesOffDetails",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberDutiesDetails",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "annualDaysOffLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftListFromRatings",
                            "description": "Returns only aircraft user can access.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "onlyForDefaultPositions",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftNidListFromRatings",
                            "description": "Returns only aircraft nid user can access",
                            "args": [
                                {
                                    "name": "onlyForDefaultPositions",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "role",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Role",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberContact",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_CONTACT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewExternalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase1LocationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase2LocationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase1",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase2",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "highestRankRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersRatings",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromLeon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "noAccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAccessDevOnly",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorBase",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebaseHistory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginHome",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isGuest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFreelancer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEapisCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLineTraining",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "doNotFlyWith",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNeverLogout",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calendarUniqId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "temporaryAircraftList",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftCrewTemporary",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startOfEmployment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endOfEmployment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportList",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "NationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vaccinationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactVaccination",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "experienceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginExperience",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyAccount",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccount",
                            "description": "",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyAccount",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionTypeListPerAircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberPositionTypePerAircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licence",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMemberLicence",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyManager",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Will be removed, use dutyManagerList node instead."
                        },
                        {
                            "name": "dutyManagerNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Will be removed, use dutyManagerList node instead."
                        },
                        {
                            "name": "dutyManagerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allowedAocList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AOC",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adminData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberAdminData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "employment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMemberEmployment",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "profilePhotos",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginCompany",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LoginCompany",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isServiceAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeLicenceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberAircraftTypeLicence",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginSettings",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LoginSettings",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CrewMemberNid",
                    "description": "Crew member (`Login`) numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersRatings",
                    "description": "Represents personal rating for aircraft",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "posNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExperienced",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPositionDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementApplicable",
                    "description": "",
                    "fields": [
                        {
                            "name": "endorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Endorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalEndorsement",
                            "description": "Will be empty if endorsement is not issued.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalEndorsement",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "STATUS_OK",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STATUS_WARNING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STATUS_VIOLATION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STATUS_NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "EndorsementNid",
                    "description": "Endorsement numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalAirportEndorsement",
                    "description": "Represents personal endorsement for airport",
                    "fields": [
                        {
                            "name": "locationNid",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportEndorsementType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use expiresIso field instead"
                        },
                        {
                            "name": "expiresIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use dateOfIssueIso field instead"
                        },
                        {
                            "name": "dateOfIssueIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "historyList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PersonalAirportEndorsementHistorySnapshot",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastVisit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextVisit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [
                                {
                                    "name": "validForTime",
                                    "description": "Status is calculated depending on whether date of expires has exceeded validForTime. If not passed, calculate for now.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PersonalEndorsementStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsementName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNotIssued",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "PersonalEndorsementInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AirportEndorsementType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "training",
                            "description": "Airport endorsement type for training",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief",
                            "description": "Airport endorsement type for flight brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_brief",
                            "description": "Airport endorsement type for airport brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalAirportEndorsementHistorySnapshot",
                    "description": "Represents history for personal airport endorsement",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalAirportEndorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalAirportEndorsementSnapshot",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalAirportEndorsementSnapshot",
                    "description": "Represents changed data in personal airport endorsement",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TimeIntervalInput",
                    "description": "Represents an interval between two ISO8601 dates",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "start",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "end",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TimeZoneToggle",
                    "description": "Toggle for timeZone",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "baseNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeZone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TimezoneToggleEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutiesAmount",
                    "description": "Contains information about amount of duties for crew member.",
                    "fields": [
                        {
                            "name": "on",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "off",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutiesDetails",
                    "description": "Contains information about details of duties amounts for crew member.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "genderEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documents",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_CONTACT_DOCUMENTS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberContactDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberContactDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "passportDefault",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftCrewTemporary",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftCrewTemporaryNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftCrewTemporaryNidScalar",
                    "description": "Aircraft Crew Temporary Nid",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginExperience",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "picTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Position",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeOffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightLanding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTakeOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dualFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icusFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingMonitoringCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeOffMonitoringCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JourneyLogApproachCount",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JourneyLogApproachTypeCount",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginExperienceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "LoginExperienceNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LoginExperienceNid",
                    "description": "Login experience numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyAccount",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyAccountDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccountDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "balance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Decimal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyAccountDefinition",
                    "description": "Represents single duty account definition",
                    "fields": [
                        {
                            "name": "dutyAccountDefinitionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyAccountDefinitionNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefaultAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recurrenceRule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ApiDutyAccountDefinitionRecurrenceRule",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DutyAccountDefinitionNidScalar",
                    "description": "Duty account definition scalar",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiDutyAccountDefinitionRecurrenceRule",
                    "description": "",
                    "fields": [
                        {
                            "name": "recurrenceRule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "RecurrenceRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recurrenceRuleAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RecurrenceRule",
                    "description": "A standard way to specify recurring events in calendar. RRule is a part of the iCalendar specification (RFC 5545).",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Decimal",
                    "description": "Represents decimal number",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPositionTypePerAircraftType",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DutyPositionType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLicence",
                    "description": "",
                    "fields": [
                        {
                            "name": "englishLevel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "EnglishLevel",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginLicenseType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trained",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginLicenceTrained",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoginLicenceTrained",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiLoginNidScalar",
                    "description": "User (login) numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberAdminData",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginAndPasswordAuthentication",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Toggle",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Toggle",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ENABLED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISABLED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEmployment",
                    "description": "",
                    "fields": [
                        {
                            "name": "contractType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoginEmploymentContractType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoginEmploymentContractType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PART_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FULL_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginCompany",
                    "description": "Login company fields.",
                    "fields": [
                        {
                            "name": "companySimCard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EFBDevice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewContractType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uniform",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditCard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginCompanyCreditCardType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cashAdvance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "perDiems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredVisa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoginCompanyCreditCardType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberAircraftTypeLicence",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoginLicenseType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "discontinuity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AocWithSource",
                    "description": "",
                    "fields": [
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AocSource",
                    "description": "Source for AOC preset.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": "Does not use any AOC. Activity will not be included in FTL calculations.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DEFAULT",
                            "description": "Uses operator's default AOC preset",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRESET",
                            "description": "Uses operator's specific AOC preset. Preset must be defined in separate field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginPosition",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelSimulatorType",
                    "description": "",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AocWithSource",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDutyType",
                    "description": "",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AocWithSource",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "managerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tbc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyAccountDefinition",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Endorsement",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyDefinition",
                    "description": "Represents single duty definition",
                    "fields": [
                        {
                            "name": "dutyDefNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "length",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefinitionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use dutyDefinitionTypeEnum field"
                        },
                        {
                            "name": "dutyDefinitionTypeEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standbyType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIncludeInPlanning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIncludeInPlanningForConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cdrType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeColour",
                            "description": "Crew Panel Timeline colour",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionColour",
                            "description": "Crew Panel Calendar colour",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onAircraft",
                            "description": "Is duty defined on aircraft",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isVacation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClockInOutEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultDutyAccountDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyAccountDefinition",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunriseOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "OffsetInMinutes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunsetOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "OffsetInMinutes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasSunsetSunsetOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fromTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canBeRequested",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeTimezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyTypeTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyTypeEnum",
                    "description": "Value describing what kind of duty node represents, ex. off or standby.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DUTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRAINING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OFF",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OffsetInMinutes",
                    "description": "Offset in minutes",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyTypeTimezone",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LOCAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SELECTED_ON_VIEW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPositioningType",
                    "description": "",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AocWithSource",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "CrewPanelActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogAirportField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogApproachField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogApproachTypeField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogBooleanField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogDateField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogFilesField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogIntField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogFloatField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogOilUpliftField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogSelectField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogStringField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogTimeField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "humanReadableValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "JourneyLogFieldInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Query",
                    "description": "Represents all root fields exposed by Leon API",
                    "fields": [
                        {
                            "name": "echo",
                            "description": "Outputs given string, can be used for testing API connection and credentials",
                            "args": [
                                {
                                    "name": "text",
                                    "description": "Text to output",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightList",
                            "description": "Returns flights data for given period using specified filter settings. Period cannot be greater that 3 months..\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use positioningSection > positioning field instead"
                        },
                        {
                            "name": "positioningList",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning.\ntime interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Positioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use positioningSection > listByTimeInterval field instead"
                        },
                        {
                            "name": "positioningSection",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiPositioningSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservationSection",
                            "description": "Requires access to resource GRAPHQL_HOTEL_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HotelReservationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulator",
                            "description": "Requires access to resource GRAPHQL_SIMULATOR_SEE.\nRequires access to given simulator",
                            "args": [
                                {
                                    "name": "simulatorNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SimulatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Simulator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyList",
                            "description": "Allowed time interval length depends on loginNidList count.\nFor count of up to 9 elements, time interval has to be shorter than 3 months.\nFor count of up to 19 elements, time interval has to be shorter than 2 months.\nOtherwise, time interval has to be shorter than 1 month.\n.\nReturns only duties accessible for logged user considering aircraft and operator privileges.\nRequires access to resource GRAPHQL_DUTY_SEE",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRequest",
                                    "description": "If passed node will return either only requests or only actual duties.\n\t\t\t\t\t\t\tIf not passed all duties will be returned.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyDefinitionNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiDutyDefinitionNidRequiredScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Duty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please, use query->duty->dutyList instead"
                        },
                        {
                            "name": "duty",
                            "description": "Requires access to resource GRAPHQL_DUTY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefinition",
                            "description": "Requires access to resource GRAPHQL_DUTY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyDefinitionQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "filterSpecialAircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyActive",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "easaType",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to given aircraft.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "acftNid",
                                    "description": "Aircraft numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftByRegistration",
                            "description": "Requires access to given aircraft.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "registration",
                                    "description": "Aircraft registration",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftRegistrationActive",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "List of all aircraft types with aircraft types \n\t\t\t\t\talready belonging to operator sorted on top",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "If no wildcard is provided, all aircraft types will be returned",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyForOperator",
                                    "description": "If true is provided, only aircraft types belonging to operator will be returned",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use one of the following fields instead: operatorAircraftTypeList, allAircraftTypeList"
                        },
                        {
                            "name": "operatorVirtualAircraftTypeList",
                            "description": "List of all operator virtual aircraft types.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorAircraftTypeList",
                            "description": "List of all operator aircraft types.",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "If no wildcard is provided, all aircraft types will be returned",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isActive",
                                    "description": "If true, only active aircraft types be returned",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftTypeId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacilityList",
                            "description": "List of all rest facilities.",
                            "args": [
                                {
                                    "name": "acftNid",
                                    "description": "If no aircraft is given as an argument, the default value for operator is provided.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RestFacility",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftLocationList",
                            "description": "Find aircraft location by day.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftLocation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDayNoteList",
                            "description": "Get aircraft day notes for a time interval.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDayNote",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCategoryList",
                            "description": "Get aircraft category list",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftCategory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allAircraftTypeList",
                            "description": "List of all aircraft types.",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "If no wildcard is provided, all aircraft types will be returned",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyActive",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftVirtualList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftVirtual",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftAvailability",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftAvailabilitySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAvailability",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAvailabilitySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftActivities",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftActivitiesSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPanel",
                            "description": "Requires access to resource GRAPHQL_CREW_PANEL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportByWildcard",
                            "description": "Search airports by wildcard. Searches in ICAO, IATA, FAA, custom codes, airport name, and city. For wildcards shorter than 2 characters without countryCode or maxResults, automatically limits results to 100 airports..\nRequires access to resource GRAPHQL_AIRPORT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "maxResults",
                                    "description": "Maximum number of results. Defaults to 100 when wildcard is shorter than 2 characters and countryCode is not provided.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportByLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [
                                {
                                    "name": "airport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportsWithHandlersByWildcard",
                            "description": "Get airports with handlers by wildcard. Will search by airport code or handler name. You can search both by pattern: \"airport_code - handler_name\" ",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportsTimezoneDetailsByCodesAndDates",
                            "description": "",
                            "args": [
                                {
                                    "name": "codes",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AirportCodeScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dates",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Date",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportTimezoneWithSunriseSunset",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportByCode",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "Requires access to resource PRICE_LIST.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptPriceList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "Requires access to resource PRICE_LIST.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftPriceList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use crewList->crewMember instead"
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "crewList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "feasibilityCheck",
                            "description": "Requires access to resource GRAPHQL_FEASIBILITY_CHECK",
                            "args": [
                                {
                                    "name": "schedule",
                                    "description": "List of flights",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FeasibilityCheckFlight",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "validations",
                                    "description": "List of validations",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "FeasibilityCheckValidation",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "addPositioningLegs",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "OBJECT",
                                                "name": "FeasibilityCheckInfo",
                                                "ofType": null
                                            }
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportsNearAircraftRange",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startAirport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endAirport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "paxNumber",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airportCategories",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportsNearAircraftRange",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactByWildcard",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "Minimum 1 characters length",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                },
                                {
                                    "name": "account",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactByWildcardForPhonebook",
                            "description": "Will return all types of contacts.",
                            "args": [
                                {
                                    "name": "phonebookFilter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PhonebookFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sortBy",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "PhonebookSortByEnumType",
                                        "ofType": null
                                    },
                                    "defaultValue": "NAME"
                                },
                                {
                                    "name": "sortByDirection",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "SortDirectionEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "ASCENDING"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PhonebookContactList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactByWildcardForDuplicationList",
                            "description": "",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactDuplicationFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DuplicationContact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companiesByWildcard",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "Minimum 1 characters length",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientByWildcard",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "Minimum 1 characters length",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountsByWildcard",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "Minimum 1 characters length",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contract",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContractQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAgentByWildcard",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use airportDirectory->handlingAgentByWildcard instead"
                        },
                        {
                            "name": "handlingAgentByLocation",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use airportDirectory->handlingAgentByLocation instead"
                        },
                        {
                            "name": "fuelSupplierByLocation",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FuelSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use airportDirectory->fuelSupplierByLocation instead"
                        },
                        {
                            "name": "opsMaintenance",
                            "description": "Requires access to resource GRAPHQL_MAINTENANCE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MaintenanceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservation",
                            "description": "Requires access to resource GRAPHQL_RESERVATION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReservationQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countriesByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryGroupQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteInvoiceByQuoteRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationInvoice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuoteRealizationInvoice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteOperatorSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteOperatorSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usersPermanentlyDeleted",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "deletedCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserPermanentlyDeleted",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "privilegeLevel",
                            "description": "",
                            "args": [
                                {
                                    "name": "place",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PrivilegePlaceScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PrivilegeLevelEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `permissionLevel` field instead of this."
                        },
                        {
                            "name": "permission",
                            "description": "",
                            "args": [
                                {
                                    "name": "place",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PrivilegePlaceScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PermissionLevel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteInvoiceDefaults",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteDefaultInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TripQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftl",
                            "description": "Requires access to resource GRAPHQL_FTL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Ftl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueRiskManagement",
                            "description": "Requires access to resource GRAPHQL_FRM_DATA_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FatigueRiskManagement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerAppQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftFilter",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_FILTER_SEE",
                            "args": [
                                {
                                    "name": "operatorBaseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "place",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "AircraftFilterPlaceEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "BOOKINGS"
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftFilter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightWatchQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerByWildcard",
                            "description": "Requires access to resource GRAPHQL_PASSENGER.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "0"
                                },
                                {
                                    "name": "clientNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ClientNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passenger",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightEstimatedTime",
                            "description": "Calculate estimated flight times based on departure\/arrival airports and aircraft. Requires either stdLt (scheduled departure time local) or staLt (scheduled arrival time local) to be provided.",
                            "args": [
                                {
                                    "name": "stdLt",
                                    "description": "Scheduled departure time in local timezone (optional if staLt is provided)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "staLt",
                                    "description": "Scheduled arrival time in local timezone (optional if stdLt is provided)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adep",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ades",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EstimatedTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLog",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportCategory",
                            "description": "Requires access to resource GRAPHQL_AIRPORT_CATEGORY_SEE",
                            "args": [
                                {
                                    "name": "airport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiAirportCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phonebook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataMessages",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IataMessagesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "privileges",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PrivilegesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HistorySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subchartersByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationSubcharter",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterLastCancellationPolicy",
                            "description": "",
                            "args": [
                                {
                                    "name": "operator",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subchartersOperatorsByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailboxConfig",
                            "description": "Requires access to resource MAILBOX_CONFIG_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "historicalFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HistoricalFlightsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginByWildcardWithAccessToPlace",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "place",
                                    "description": "Place resource map",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginByNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "If nid not provided, logged user will be used",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logins",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Logins",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorServiceAccounts",
                            "description": "List of all service accounts for operator..\nRequires access to resource GRAPHQL_API_KEYS",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "languages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LanguagesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "newsfeed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Newsfeed",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftModelFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftModelFlightTimeQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginPreferences",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoginPreferencesQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerBoard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerBoardQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftInsurance",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_INSURANCE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftInsuranceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewTravel",
                            "description": "Requires access to resource GRAPHQL_CREW_TRAVEL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewTravelSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricingManager",
                            "description": "Restricted access only for Leon Support dedicated user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PricingManagerQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorsModules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "operatorsModulesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OpsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCrewTemporary",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftCrewTemporarySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccountQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "webhook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WebhookQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuel",
                            "description": "Requires access to resource GRAPHQL_FUEL_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightPermitQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pairing",
                            "description": "Requires access to resource GRAPHQL_PAIRING_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PairingQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leonAccountSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonAccountSettingsQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryDirectory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryDirectoryQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "featureToggles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FeatureTogglesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TravelDocumentSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mvt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MvtSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCustomer",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_CUSTOMER_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightCustomer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "security",
                            "description": "Requires access to resource GRAPHQL_SECURITY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SecurityQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recurrenceRule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RecurrenceRuleQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportDirectory",
                            "description": "Access to resource GRAPHQL_AIRPORT_DIRECTORY_SEE will soon be required",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentManager",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interactiveAPI",
                            "description": "Requires access to resource INTERACTIVE_API_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveAPI",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUser",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizard",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wingmanAi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationWingmanAiQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationQueries",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBases",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorBase",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "resourceList",
                            "description": "Requires access to resource GRAPHQL_API_KEYS",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ApiResource",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apiKeyList",
                            "description": "Requires access to resource GRAPHQL_API_KEYS",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ApiKey",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apiKey",
                            "description": "Requires access to resource GRAPHQL_API_KEYS",
                            "args": [
                                {
                                    "name": "apiKeyNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiKey",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalMarketplace",
                            "description": "Requires to be authenticated by OAuth..\nRequires access to resource GRAPHQL_EXTERNAL_MARKETPLACE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tag",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TagQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleetPlanning",
                            "description": "Requires access to resource GRAPHQL_FLEET_PLANNING_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetPlanningQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ai",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ScheduleQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leonAsFlightSupport",
                            "description": "Requires access to resource MANAGED_OPERATOR_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonAsFlightSupportQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mcp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Mcp",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezones",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TimezoneQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentSettingsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailTemplate",
                            "description": "Requires access to resource EMAIL_TEMPLATE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightFilter",
                    "description": "Set of rules for fetching a collection of flights",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightType",
                            "description": "Only flights with flight type from this list will be included in the result",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightStatus",
                            "description": "Only flights with status from this list will be included in the result",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightStatus",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftTypeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedByNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ClientNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCnl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFerry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "null"
                        },
                        {
                            "name": "adepLocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBaseNameList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "OperatorBaseName",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "limit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftTypeScalar",
                    "description": "Aircraft type identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ClientNid",
                    "description": "Client contact numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TagDefinitionNid",
                    "description": "Tag definition numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OperatorBaseName",
                    "description": "Operator base name. Validated against existing operator bases.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Positioning",
                    "description": "Represents single crew positioning activity.",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use positioningNid field instead"
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PositioningType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `startDateTime` field instead."
                        },
                        {
                            "name": "startDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `endDateTime` field instead."
                        },
                        {
                            "name": "startDateTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "Positioning start time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "Positioning end time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositioningNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCanceled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "historyList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PositioningHistorySnapshot",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRebook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningAircraft",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_AIRCRAFT_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PositioningAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Checklist",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberOnPositioning",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberContact",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_CONTACT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `reportingDateTime` field instead."
                        },
                        {
                            "name": "reportingDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use `dutyEndDateTime` field instead."
                        },
                        {
                            "name": "dutyEndDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositioningHistorySnapshot",
                    "description": "Represents history for a positioning.",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PositioningHistoryData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositioningHistoryData",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PositioningType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositioningAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiPositioningSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "positioning",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listByTimeInterval",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning.\ntime interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum possible interval period is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Positioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listByPnr",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "pnr",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PnrScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Positioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listChangedByDate",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTimePast",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PositioningsChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultChecklistDefinitionList",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistDefType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "list",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiPositioningSectionListFilterInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "length",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Positioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PnrScalar",
                    "description": "Person identification by PNR",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DateTimePast",
                    "description": "Past date and time expressed according to ISO 8601, ex. 2019-06-05, 2019-06-05T12:00:00",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositioningsChanges",
                    "description": "",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Positionings created.\nRequires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Positioning",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Positionings changed.\nRequires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Positioning",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Positionings deleted",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Positionings data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiPositioningSectionListFilterInputType",
                    "description": "Represents filter input data for list of positioning.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelReservationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "listByPnr",
                            "description": "",
                            "args": [
                                {
                                    "name": "pnr",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PnrScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HotelReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listChangedByDate",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTimePast",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HotelReservationsChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listByTimeInterval",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HotelReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultTimes",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "date",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HotelReservationTimesType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listRequired",
                            "description": "",
                            "args": [
                                {
                                    "name": "startTimestamp",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTimestamp",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNids",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RequiredHotel",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelReservation",
                    "description": "Field represent one hotel reservation",
                    "fields": [
                        {
                            "name": "hotelReservationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HotelReservationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SimpleAirportType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HotelReservationStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewContactList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMyHotelReservation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "HotelReservationNid",
                    "description": "Hotel reservation numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SimpleAirportType",
                    "description": "Represents single airport",
                    "fields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shouldBeHidden",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HotelReservationStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UNTOUCHED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REQUESTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelReservationsChanges",
                    "description": "Hotel reservations created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Hotel reservations created",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "HotelReservation",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Hotel reservations changed",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "HotelReservation",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Hotel reservations deleted",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Hotel reservations data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelReservationTimesType",
                    "description": "Field represents one hotel check in and check out times",
                    "fields": [
                        {
                            "name": "checkIn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RequiredHotel",
                    "description": "Represents a missing hotel reservation required for a crew member",
                    "fields": [
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SimpleAirportType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SimulatorNid",
                    "description": "Simulator numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Simulator",
                    "description": "",
                    "fields": [
                        {
                            "name": "simulatorNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SimulatorNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeInTimeZone",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeInTimeZone",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffTimeInTimeZone",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingTimeInTimeZone",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTimeInTimezone",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTimeInTimezone",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingsAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffsAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "captain",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CPT2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FO2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRI",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRE",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LTC",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FE",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FE2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OBS",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FA",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FA1",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FA2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotTakingOff",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotLanding",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoringTakingOff",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoringLanding",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JourneyLogApproachCount",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachTypeCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JourneyLogApproachTypeCount",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimulatorTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatorType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "place",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Endorsement",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightRule",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "facilityLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SimulatorTag",
                    "description": "",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiDutyDefinitionNidRequiredScalar",
                    "description": "Duty definition numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Duty",
                    "description": "Represents single duty belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "dutyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateStartTimestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standbyType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "DutyStandbyTypeEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "DutyRequestStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Position",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "DutyPositionType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use pilotNote field instead"
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAllDay",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notOnDutyAircraftList",
                            "description": "Returns aircraft list on which crew member is in preferred crew, that are not assigned to this duty.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vacation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maskDutyDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyDefinition",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyStandbyTypeEnum",
                    "description": "Only applicable to standby duties, describes what kind of standby duty node represents.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "HOME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOTEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESERVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyRequestStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACCEPTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REJECTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyList",
                            "description": "Allowed time interval length depends on loginNidList count.\nFor count of up to 9 elements, time interval has to be shorter than 3 months.\nFor count of up to 19 elements, time interval has to be shorter than 2 months.\nOtherwise, time interval has to be shorter than 1 month.\n.\nReturns only duties accessible for logged user considering aircraft and operator privileges",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRequest",
                                    "description": "If passed node will return either only requests or only actual duties.\n\t\t\t\t\t\t\tIf not passed all duties will be returned.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyDefinitionNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiDutyDefinitionNidRequiredScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Duty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedDutyList",
                            "description": "Duty list created, modified or deleted after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyChanges",
                    "description": "Duty created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Duties created.\nReturns only duties accessible for logged user considering aircraft and operator privileges",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Duty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Duties changed.\nReturns only duties accessible for logged user considering aircraft and operator privileges",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Duty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Duties deleted",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Duties data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyDefinitionQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "data",
                            "description": "",
                            "args": [
                                {
                                    "name": "dutyDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiDutyDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DutyDefinitionQuerySectionDataOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefinitionList",
                            "description": "Full list of duty definitions.\nRequires access to resource DUTY_DEFINITION_UNRESTRICTED",
                            "args": [
                                {
                                    "name": "loginNidList",
                                    "description": "If passed, node will return only those definitions, that are available for all passed logins.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyDefaultPositions",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefinitionRestrictedList",
                            "description": "List of duty definitions restricted by aircraft privileges",
                            "args": [
                                {
                                    "name": "loginNidList",
                                    "description": "If passed, node will return only those definitions, that are available for all passed logins.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyDefaultPositions",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftRegistration",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistration",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewExternalIdList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberExternalIdScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldFilterByAoc",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyDefinitionNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiDutyDefinitionNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workPlanList",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyWorkPlan",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiDutyDefinitionNidScalar",
                    "description": "Duty definition numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DutyDefinitionQuerySectionDataOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDutyDefinitionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DutyDefinitionQuerySectionDataViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDutyDefinitionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyDefinitionQuerySectionDataViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyDefinitionQuerySectionDataViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyDefinitionQuerySectionDataViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyDefinitionQuerySectionDataViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyDefinitionQuerySectionDataViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftRegistration",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CrewMemberExternalIdScalar",
                    "description": "External ID of crew member set via API crewMember.create mutation.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyWorkPlan",
                    "description": "Represents single work plan",
                    "fields": [
                        {
                            "name": "workPlanNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasAnyAircraftDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use: \"hasAnyAutoRosterDuty\" instead"
                        },
                        {
                            "name": "hasAnyAutoRosterDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasAnyDutyType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftRegistrationActive",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftLocation",
                    "description": "Represents aircraft location.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportDate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDate",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDayNote",
                    "description": "",
                    "fields": [
                        {
                            "name": "day",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftAvailabilitySection",
                    "description": "Represents fields related to aircraft availability module",
                    "fields": [
                        {
                            "name": "availabilityList",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_AVAILABILITY",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": "Aircraft availability will be fetched \n\t\t\t\t\t\t\tstarting from this time for a period of 3 months. \n\t\t\t\t\t\t\tIf not specified, current time will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "registration",
                                    "description": "Aircraft for which availability will be fetched. \n\t\t\t\t\t\t\tIf not specified, availability will be fetched for all accessible aircraft.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationActive",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftAvailability",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scheduleList",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_AVAILABILITY.\ntime interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Scheduled activities will be fetched starting from this time. \n\t\t\t\t\t\t\tIf not specified, interval starting at current time with maximum length will be used.",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TimeIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "registration",
                                    "description": "Aircraft for which schedule will be fetched. \n\t\t\t\t\t\t\tIf not specified, schedule will be fetched for all accessible aircraft.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationActive",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftSchedule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emptyLegList",
                            "description": "Requires access to resource EMPTY_LEGS_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": "Empty legs will be fetched starting from this time\n\t\t\t\t\t\t\tfor a period of 1 month. If not specified, current time will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "registration",
                                    "description": "Aircraft for which empty legs will be fetched. \n\t\t\t\t\t\t\tIf not specified, empty leg will be fetched for all accessible aircraft.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationActive",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "include_opportunities",
                                    "description": "Include opportunities as empty legs.\n\t\t\t\t\t\t\tIf not specified opportunities will not be included",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "endTime",
                                    "description": "Defines the time after which \n\t\t\t\t\t\t    flights are not considered with STD bigger than his value.\n\t\t\t\t\t\t    If not specified, flights will be fetched for period +1 month.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isCnl",
                                    "description": "Allows you to choose whether \n\t\t\t\t\t\t    we also want to see empty legs that are cancelled",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EmptyLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftAvailability",
                    "description": "Represents list of availability records for specified aircraft.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recordList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftAvailabilityRecord",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftAvailabilityRecord",
                    "description": "Represents information about aircraft availability on specified location from specified time.",
                    "fields": [
                        {
                            "name": "location",
                            "description": "Airport where aircraft availability is in effect. \n\t\t\t\t\tNo value indicates unknown aircraft location..\nRequires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "Date and time from which aircraft availability is in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availabilityStatus",
                            "description": "Aircraft availability status from start time to next record in record list.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AvailabilityStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AvailabilityStatusEnum",
                    "description": "Value describing whether or not aircraft is available.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AVAILABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BLOCKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftSchedule",
                    "description": "Represents list of scheduled activities for specified aircraft.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastLocation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftAvailabilityRecord",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TimeReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TimeReservation",
                    "description": "Represents time reservation for arbitrary activity.",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmptyLeg",
                    "description": "Represents single flight activity.",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use flightNid field instead"
                        },
                        {
                            "name": "quoteRealizationLegNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSimulator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dispatchOperator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Operator",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arcid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distGcd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cmt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWbOutsideLeon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWbOk",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isStandardPaxWeights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActualCrewWeights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotationTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sentForBilling",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiIn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLog",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JourneyLog",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLogEnabledFieldList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "JourneyLogFieldInterface",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLogCancelledNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legHandling",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegHandling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legItems",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegItems",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legNumber",
                            "description": "All legs, including cancelled",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeLegNumber",
                            "description": "All active legs",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewProperty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewProperty",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPriceTypeOrDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Checklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbStartNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dbEndNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "Access to resource GRAPHQL_FLIGHT_CREW_SEE will soon be required.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use crewMemberList field instead"
                        },
                        {
                            "name": "crewMemberList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_CREW_SEE.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planCargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use planCargo field instead"
                        },
                        {
                            "name": "planCargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iconType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IconType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassengerList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList.isFerry instead"
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListInfantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportTaf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherTaf",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportMetar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherMetar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCategoryForAircraft",
                            "description": "Category for departure airport (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportFullCategoryForAircraft",
                            "description": "Category with variant for departure airport (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportTaf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherTaf",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportMetar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherMetar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCategoryForAircraft",
                            "description": "Category for destination airport (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportFullCategoryForAircraft",
                            "description": "Category with variant for destination airport (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirportCategoryForAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport2",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport2CategoryForAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftVirtual",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftVirtual",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftVirtualNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "Flight start time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "Flight end time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTimesToBeConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesDotColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightOps",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightNotesType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingPermits",
                            "description": "Requires access to resource LANDING_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermits",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermitsRouting",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLastModificationTime",
                            "description": "Flight last modification UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewLastModificationTime",
                            "description": "Crew last modification UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightConfirmationTime",
                            "description": "Flight confirmation UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListLastModificationTime",
                            "description": "Passenger list last modification UTC time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legMission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegMission",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLegGroupList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegGroup",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPrices",
                            "description": "Requires access to resource GRAPHQL_FUEL_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightFuelPrices",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isJourneyLogClosed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogCabinHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogRemainingFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FuelUnitType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlightPricing",
                            "description": "Requires access to resource GRAPHQL_SALES_FERRY_FLIGHTS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FerryFlightPricing",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foreFlightId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountingProjects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightExternalId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAvailabilitySection",
                    "description": "Represents fields related to crew availability module",
                    "fields": [
                        {
                            "name": "availabilityList",
                            "description": "Requires access to resource GRAPHQL_CREW_AVAILABILITY",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTime",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAvailability",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAvailability",
                    "description": "Represents list of availability records for specified crew member.",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recordList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAvailabilityRecord",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAvailabilityRecord",
                    "description": "Represents information about aircraft availability on specified location from specified time.",
                    "fields": [
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availabilityStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AvailabilityStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftActivitiesSection",
                    "description": "Represents fields related to aircraft activities module",
                    "fields": [
                        {
                            "name": "activities",
                            "description": "Aircraft activities similar to avinode schedule upload format. \n\t\t\t\tIf times not specified, activities will be fetched from current time for a period of 3 months..\nRequires access to resource GRAPHQL_AIRCRAFT_AVAILABILITY",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "registration",
                                    "description": "Aircraft for which availability will be fetched.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftRegistration",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftActivities",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftActivities",
                    "description": "",
                    "fields": [
                        {
                            "name": "lift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftActivitiesLift",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activities",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftActivitiesItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftActivitiesLift",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftTail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftActivitiesItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "activityId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCanceled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AvinodeVendorCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlers",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedAeroId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AvinodeVendorCode",
                    "description": "",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MAINT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ONGROUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPPORTUNITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanel",
                    "description": "Represents fields available for Crew Panel module",
                    "fields": [
                        {
                            "name": "draftEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasUnpublishedDrafts",
                            "description": "Returns true if there are any unpublished draft activities for the given interval and crew members..\ntime interval has to be shorter than 3 months.\nList cannot be empty",
                            "args": [
                                {
                                    "name": "interval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyNotixEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "publishHistory",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PublicationHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "Requires access to resource GRAPHQL_DUTY_SEE.\nThrows exception if trying to access not accessible activity considering aircraft privileges.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "Numeric identifier for any time reservation, here represents duty.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelDuty",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulator",
                            "description": "Requires access to resource GRAPHQL_SIMULATOR_SEE.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "Numeric identifier for any time reservation, here represents simulator.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelSimulator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPositioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftl",
                            "description": "Requires access to resource GRAPHQL_FTL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelFtlSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTraining",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelFlightTrainingQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraftChanges",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftActive",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelAircraftActive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignCrewFeasibilityCheck",
                            "description": "",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewFeasibilityCheckInputType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FeasibilityType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use crew -> assignCrewFeasibilityCheck"
                        },
                        {
                            "name": "filter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewPanelFilter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewDutiesFilter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewDutiesFilter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activities",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDrafts",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showOptions",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelActivities",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityListByTr",
                            "description": "",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDrafts",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INTERFACE",
                                            "name": "CrewPanelActivityInterface",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityListByLoginAndTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDrafts",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "useRevision",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightRevisionType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INTERFACE",
                                            "name": "CrewPanelActivityInterface",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPositionSuggestion",
                            "description": "List cannot be empty",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "autoRoster",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "PositionNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "autoRosterType",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "DutyPositionType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDefaultSelectConfirmedFlights",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelPositionSuggestion",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservation",
                            "description": "Requires access to resource GRAPHQL_HOTEL_SEE.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "hotelReservationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelHotelReservation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberList",
                            "description": "DEPRECATED - Use `crewMemberListNew` instead.",
                            "args": [
                                {
                                    "name": "crewMemberNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftTypeScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTagNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "PositionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionTypeList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "DutyPositionType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "functionTypeList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FunctionTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "labelNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aocNid",
                                    "description": "DEPRECATED Use crewAocNid instead",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewAocNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AocNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftAocNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AocNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "homebaseList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AirportNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftHomebaseList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "BaseNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftHomebaseICAOList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AirportNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelCrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "This field will be removed soon."
                        },
                        {
                            "name": "crewMemberListWithFilter",
                            "description": "Temporary field. It will be changed later on `crewMemberList`.",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelCrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "temporarilyAssignedCrewMemberList",
                            "description": "",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelCrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelCrewQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewNotesIdInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewPanelNotesValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullCrewMemberList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberHighestRankList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberHighestRank",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use CrewMember->highestRangList instead."
                        },
                        {
                            "name": "flightList",
                            "description": "Returns flights data for given period using specified filter settings. Period cannot be greater that 3 months..\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFlightFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListByHours",
                            "description": "Returns flights data for given period using specified filter settings. Hours for each day are taken into consideration. Period cannot be greater that 3 months..\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFlightFilterByHours",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutySection",
                            "description": "Requires access to resource GRAPHQL_DUTY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelDutySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rosterValidationSection",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelRosterValidationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "compensationTimeList",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CompensationTimeListInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CompensationTime",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTimeList",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "BlockTimeListInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "BlockTime",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weeklyRestList",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "WeeklyRestListInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WeeklyRestRecord",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelFilterToggle",
                    "description": "Toggle for crew panel timezone and airport code.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "baseNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aptCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCodeType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeZone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelTimezoneToggleEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewPanelTimezoneToggleEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UTC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CBT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PublicationHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "from",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "to",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "publishBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "publishTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "publishTimezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDuty",
                    "description": "Represents single duty activity for crew panel",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startAirport field instead"
                        },
                        {
                            "name": "endApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endAirport field instead"
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use pilotNote field instead"
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "managerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "compensatedNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maskDutyDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyDefinition",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use aircraftTypeList node to get full list of aircraft types assigned to duty."
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use aircraftTypeList node to get full list of aircraft types assigned to duty."
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use aircraftList node to get full list of aircraft assigned to duty."
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use aircraftList node to get full list of aircraft assigned to duty."
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Field startTimeWithIso contains full start date and time in ISO8601 format"
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Field endTimeWithIso contains full start date and time in ISO8601 format"
                        },
                        {
                            "name": "isRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isVacation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastChangedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastChangedDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tbc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountDefinitionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DutyAccountDefinitionNidScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Endorsement",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handledBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handledTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelSimulator",
                    "description": "Represents single simulator for Crew Panel. \n\t\t\tThis can be actual activity or activity\tcreated or modified in Crew Panel drafts.",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startAirport field instead"
                        },
                        {
                            "name": "endApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endAirport field instead"
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatorNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SimulatorNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingsAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffsAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "captain",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CPT2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FO2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRI",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRE",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LTC",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FE",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FE2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FA",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FA1",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FA2",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OBS",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotTakingOff",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotLanding",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoringTakingOff",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoringLanding",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JourneyLogApproachCount",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachTypeCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JourneyLogApproachTypeCount",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimulatorTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatorType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "place",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Endorsement",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "facilityLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPositioning",
                    "description": "Represents single positioning for crew panel",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startAirport field instead"
                        },
                        {
                            "name": "endApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endAirport field instead"
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositioningNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticketNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PositioningType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "driverLogin",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewMember",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use crewOnPositioning field instead."
                        },
                        {
                            "name": "crewOnPositioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelCrewMemberOnPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "draftStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DraftStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Trip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRebook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "Positioning start time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "Positioning end time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewMemberOnPositioning",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticketNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PNR",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DraftStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ACTUAL",
                            "description": "The data is in \"not in draft\" mode.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NEW",
                            "description": "A draft of a new data.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UPDATED",
                            "description": "A draft of an updated data.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DELETED",
                            "description": "A draft of a deleted data.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFtlSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dayOffViolationList",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlLoginDayViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyWithViolationList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDaysOffViolations",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "true"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyWithWarningList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDaysOffViolations",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "true"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlDuty",
                    "description": "Contains information regarding single FTL duty.",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstTrNid",
                            "description": "Numerical ID reference to the first sector of the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastTrNid",
                            "description": "Numerical ID reference to the last sector of the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyStartTime",
                            "description": "Start time of the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "End time of the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyLength",
                            "description": "Duration of the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpStartTime",
                            "description": "FDP start time, for the duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpEndTime",
                            "description": "FDP end time, for the duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpLength",
                            "description": "FDP length, for the duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdpExtension",
                            "description": "FDP extended time, for the duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "splitDutyTime",
                            "description": "Duration of the break in the split duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectorList",
                            "description": "List of sectors belonging to given duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlSector",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasViolation",
                            "description": "Indicating whether the duty violates any of the rules",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlAocRevId",
                            "description": "An Object describing the AOC revision, related to the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AocRevision",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "An Object describing the airport where duty starts.\nRequires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "An Object describing the airport where duty ends.\nRequires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeAirport",
                            "description": "An Object describing the airport where crew member's home base is located.\nRequires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startsInHomeBase",
                            "description": "Indicating whether duty starts at home base of the crew member",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endsInHomeBase",
                            "description": "Indicating whether duty ends at home base of the crew member",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectorCount",
                            "description": "Count of sectors in the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousDutyEndTime",
                            "description": "When the previous duty ended",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextDutyStartTime",
                            "description": "When the next duty starts",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakStartTime",
                            "description": "When the break starts",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakFdpExtension",
                            "description": "FDP extension gained from the break",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakMaxFdpExtension",
                            "description": "Maximum FDP extension possible from the break",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakMaxFdpLength",
                            "description": "Maximum FDP length with the break applied",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakNextRestReduction",
                            "description": "Rest reduction for next rest period after the break",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockStartTime",
                            "description": "Time of the first block-off time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockEndTime",
                            "description": "Time of the last block-on time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAugmentation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberAugmentation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCabinCrew",
                            "description": "Indicating whether this is cabin crew",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSinglePilot",
                            "description": "Indicating whether this is single pilot operation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionLength",
                            "description": "Duration of commander's discretion used",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "Enum describing available rest facility type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RestFacilityEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flyingTime",
                            "description": "Can be either block time, or the flying time on the duty, in hours and minutes.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longestSectorTime",
                            "description": "Duration of the longest sector in the duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectorTimeViolation",
                            "description": "Duration by which the longest sector exceeds the limit",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectorTimeLimit",
                            "description": "Maximum allowed sector time limit",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightDutyType",
                            "description": "Enum indicating type of night duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NightDutyType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutiveWoclDuties",
                            "description": "Count of consecutive WOCL (Window of Circadian Low) duties",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutiveEarlyStarts",
                            "description": "Count of consecutive early start duties",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstDayOffAfter",
                            "description": "Time of the first day off after this duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastDayOffAfter",
                            "description": "Time of the last day off after this duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "localNightsBefore",
                            "description": "Count of local nights before the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minLocalNightsBefore",
                            "description": "Minimum required local nights before the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutiveNightsBefore",
                            "description": "Count of consecutive nights before the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWeeklyRestAfter",
                            "description": "Indicating whether weekly rest follows this duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAcclimated",
                            "description": "Whether the crew member is acclimated at the beginning of the duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutiveNonAcclimatedFdp",
                            "description": "Count of consecutive non-acclimated FDPs",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "localTimeOffset",
                            "description": "Duration offset of local time zone",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimezoneOffset",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastAcclimatisationOffset",
                            "description": "The time offset of the last acclimatisation.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimezoneOffset",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastAcclimatisationTime",
                            "description": "The time of the last acclimatisation.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalAtCurrentTimezone",
                            "description": "When crew member arrived at current timezone",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warningFdpLength",
                            "description": "How much the flying duty period extends the warning threshold (fdp_warning_threshold).",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxFdpLength",
                            "description": "Duration of maximum allowed FDP length",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxDutyLength",
                            "description": "Duration of maximum allowed duty length",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxFlyingTime",
                            "description": "Duration of maximum allowed flying time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minRestBeforeTotal",
                            "description": "Duration of minimum required rest before duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minRestAfterTotal",
                            "description": "Duration of minimum required rest after duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotationStartTime",
                            "description": "When the rotation starts",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commentDuty",
                            "description": "Comment about the duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commentFdp",
                            "description": "Comment about the FDP",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commentRestAfter",
                            "description": "Comment about rest after duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commentRestBefore",
                            "description": "Comment about rest before duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commentLocalNightsBefore",
                            "description": "Comment about local nights before duty",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mealDiscretionTime",
                            "description": "Duration of meal break discretion time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextEobt",
                            "description": "Next estimated block off time",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakEndTime",
                            "description": "When the break ends",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutiveNightDuties",
                            "description": "Count of consecutive night duties",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotationExtendedFdpCount",
                            "description": "Count of extended FDPs during the rotation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxOffsetDiff",
                            "description": "Maximum timezone difference in the current rotation",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlSector",
                    "description": "Contains information regarding single FTL sector, which is a part of FTL duty.",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isStartsInHomeBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEndsInHomeBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousSector",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlSector",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextSector",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlSector",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AocRevision",
                    "description": "",
                    "fields": [
                        {
                            "name": "aocRevisionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AocRevisionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AOC",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AocRevisionNid",
                    "description": "The AocRevision numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberAugmentation",
                    "description": "Crew augmentation type, describing the crew member augmentation on the flight.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "normal",
                            "description": "Normal",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented",
                            "description": "Augmented",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "doubled",
                            "description": "Doubled",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripled",
                            "description": "Tripled",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "NightDutyType",
                    "description": "Night duty type, describing the night duty on the flight.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Late",
                            "description": "Late",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "None",
                            "description": "None",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Early",
                            "description": "Early",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Night",
                            "description": "Night",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TimezoneOffset",
                    "description": "UTC offset in hours, must be between . A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlLoginDayViolation",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "violationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDayOffWithLimit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlDayOffWithLimit",
                    "description": "",
                    "fields": [
                        {
                            "name": "actual",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "limit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offence",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "periodLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "periodUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFlightTrainingQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "data",
                            "description": "",
                            "args": [
                                {
                                    "name": "id",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingIdInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewPanelFlightTrainingValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataList",
                            "description": "",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightTrainingIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullCrewPanelFlightTrainingValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightTrainingIdInput",
                    "description": "Identification for existing flight training for specific crew member on a specific flight.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullCrewPanelFlightTrainingValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewPanelFlightTrainingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewPanelFlightTrainingValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelFlightTraining",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFlightTraining",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trainingType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightTrainingType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullCrewPanelFlightTrainingValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullCrewPanelFlightTrainingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullCrewPanelFlightTrainingValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelFlightTraining",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelAircraftActive",
                    "description": "Represents aircraft which are assign to some activities in particular time interval",
                    "fields": [
                        {
                            "name": "aircraftRealList",
                            "description": "Returns only aircraft user can access.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftVirtualList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftVirtual",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewFeasibilityCheckInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "loginNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeasibilityType",
                    "description": "",
                    "fields": [
                        {
                            "name": "validationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "level",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FeasibilityLevel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FeasibilityLevel",
                    "description": "Level of feasibility.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ERROR",
                            "description": "",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CAUTION",
                            "description": "",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WARNING",
                            "description": "",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOTICE",
                            "description": "",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFilter",
                    "description": "Values of filter set in Crew Panel by particular user.",
                    "fields": [
                        {
                            "name": "loginList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewHomebaseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorBase",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewHomebaseAirportList",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludedLoginList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludedLabelList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterPresetNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FilterPresetNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preferredCrewAircraftNidList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyFilter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewPanelDutyFilter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FilterPresetNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDutyFilter",
                    "description": "Values of filter set in Crew Panel by duties.",
                    "fields": [
                        {
                            "name": "dutyDefinitionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateRange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewDutiesFilter",
                    "description": "Values of filter set in Crew Duties by particular user.",
                    "fields": [
                        {
                            "name": "crewMemberList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "functionTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FunctionTypeEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftAocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebaseList",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftHomebaseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorBase",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftHomebaseICAOList",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludedCrewMemberList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excludedLabelList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterPresetNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FilterPresetNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FunctionTypeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "COCKPIT_CPT",
                            "description": "Cockpit CPT",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COCKPIT_FO",
                            "description": "Cockpit FO",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COCKPIT_OTHER",
                            "description": "Cockpit OTHER",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SENIOR_CABIN",
                            "description": "Senior Cabin",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CABIN",
                            "description": "Cabin",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAINTENANCE",
                            "description": "Maintenance",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GROUND",
                            "description": "GROUND",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER_RATINGS",
                            "description": "Other Ratings",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UAV",
                            "description": "UAV",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelActivities",
                    "description": "Represents fields available for retrieving Crew Panel activities",
                    "fields": [
                        {
                            "name": "duties",
                            "description": "Requires access to resource GRAPHQL_DUTY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulators",
                            "description": "Requires access to resource GRAPHQL_SIMULATOR_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelSimulator",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionings",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "draftDays",
                            "description": "Requires access to resource GRAPHQL_CREW_PANEL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelDraftDay",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationStatusList",
                            "description": "Requires access to resource GRAPHQL_CREW_PANEL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelDayConfirmationStatus",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservations",
                            "description": "Requires access to resource GRAPHQL_HOTEL_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelHotelReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "midnightPassList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelMidnightPass",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFlight",
                    "description": "Represents single flight activity for crew panel",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startAirport field instead"
                        },
                        {
                            "name": "endApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endAirport field instead"
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDraftDay",
                    "description": "Represents a day, that has some draft changes",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDayConfirmationStatus",
                    "description": "Represents a confirmation status for day and login",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelConfirmationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewPanelConfirmationStatus",
                    "description": "Show if user confirmed changes.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_NOTIFIED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOTIFIED_NOT_CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelHotelReservation",
                    "description": "Entry represents hotel reservation",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startAirport field instead"
                        },
                        {
                            "name": "endApt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endAirport field instead"
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasDraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkInTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use startTimeISO instead"
                        },
                        {
                            "name": "checkOutTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use endTimeISO instead"
                        },
                        {
                            "name": "hotel",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Hotel",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HotelReservationStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use crewOnHotelList instead"
                        },
                        {
                            "name": "crewOnHotelList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelHotelReservationCrew",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bookingNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Hotel",
                    "description": "Represents single hotel belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "hotelNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFavourite",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelHotelReservationCrew",
                    "description": "Entry represents crew member in hotel reservation",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "PnrScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelMidnightPass",
                    "description": "Represents a single day starting midnight pass",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightRevisionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PLAN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACTUAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPositionSuggestion",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "available",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "suggested",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LabelNid",
                    "description": "Label numerical identifier. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AirportNidScalar",
                    "description": "Airport nid",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewMember",
                    "description": "Represents a person - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startOfEmployment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFreelancer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewPanelAirport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use aircraftNidList instead of this. This is created only for backward compatibility"
                        },
                        {
                            "name": "aircraftNidList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftNidListFromRatings",
                            "description": "",
                            "args": [
                                {
                                    "name": "onlyForDefaultPositions",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeForRatingList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "temporaryAircraftList",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelTemporaryAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "highestRankList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelHighestRank",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelAirport",
                    "description": "Represents an airport - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelAirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelAirportCode",
                    "description": "Represents an airport code - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "mostDescriptive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelContact",
                    "description": "Represents contact data - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelContactLabel",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelContactLabel",
                    "description": "Represents label - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "labelNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colorRgb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelAircraft",
                    "description": "Represents aircraft - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelTemporaryAircraft",
                    "description": "Represents temporary aircraft - optimized for crew calendar",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftCrewTemporaryNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use aircraftNid instead of this. This is created only for backward compatibility"
                        },
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelHighestRank",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPosition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPosition",
                    "description": "",
                    "fields": [
                        {
                            "name": "positionGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "posType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftTypeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTagNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "TagDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "PositionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "DutyPositionType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "functionTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FunctionTypeEnum",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LabelNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateInterval",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "DateIntervalInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewAocNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftAocNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baseNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "BaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "homebaseList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AirportNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftHomebaseList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftHomebaseICAOList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AirportNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludedCrewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludedLabelNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LabelNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "availableForSwap",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER.\nList cannot be empty.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "trNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableForReplacementIncludeAircraftFromFlight",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER.\nList cannot be empty.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberListForReplacement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiDutyDefinitionNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableForSwapBetweenFlights",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "\nPossible violation list: IS_NOT_THE_SAME_CREW",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignCrewFeasibilityCheck",
                            "description": "Requires access to resource GRAPHQL_CREW_PANEL",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewFeasibilityCheckInputType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FeasibilityType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swapCrewFeasibilityCheck",
                            "description": "List cannot be empty.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewSwapRecordList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewSwapRecordInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FeasibilityType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewLocations",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDrafts",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewLocations",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberListForReplacement",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewMemberList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullBooleanValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewPanelCrewQuerySectionAvailableForSwapBetweenFlightsViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_THE_SAME_CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewSwapRecordInput",
                    "description": "Pair of logins for crew swap.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fromLoginNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toLoginNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewLocations",
                    "description": "Represents crew member location on a specific day",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "location",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewNotesIdInput",
                    "description": "Identification for existing crew note for specific crew member on a specific flight.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullCrewPanelNotesValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewPanelNotesValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewPanelNotesValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelNotes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelNotes",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberHighestRank",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelFlightFilter",
                    "description": "Set of rules for fetching a collection of flights",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightType",
                            "description": "Only flights with flight type from this list will be included in the result",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightStatus",
                            "description": "Only flights with status from this list will be included in the result",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightStatus",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftTypeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedByNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ClientNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "workPlanNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelFlightFilterByHours",
                    "description": "Set of rules for fetching a collection of flights",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeZoneToggle",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeZoneToggle",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeInterval",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hourInterval",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "HourIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightStatus",
                            "description": "Only flights with status from this list will be included in the result",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightStatus",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "HourIntervalInput",
                    "description": "Represents an interval between two ISO8601 hours, ex. 08:30.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "start",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "end",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDutySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "isColliding",
                            "description": "Check, if given duties set collides with any existing duty..\nCannot create more than 150 duties at once",
                            "args": [
                                {
                                    "name": "loginDateList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelLoginDatesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiDutyDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startTime",
                                    "description": "If not provided, time from duty definition will be used",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTime",
                                    "description": "If not provided, time from duty definition will be used",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDrafts",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelLoginDatesInput",
                    "description": "Represents single crew member and a list of days on which changes will be applied.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "loginNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelRosterValidationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "validation",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeDrafts",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RosterValidation",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "configurationList",
                            "description": "Requires access to resource GRAPHQL_ROSTER_VALIDATIONS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RosterValidationConfiguration",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "configuration",
                            "description": "Requires access to resource GRAPHQL_ROSTER_VALIDATIONS_EDIT",
                            "args": [
                                {
                                    "name": "operatorRosterValidationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "RosterValidationConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RosterValidation",
                    "description": "",
                    "fields": [
                        {
                            "name": "day",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RosterValidationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RosterValidationMessage",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RosterValidationStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RosterValidationMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ruleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RosterValidationConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CompensationTimeListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeZoneToggle",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeZoneToggle",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isInDraftsMode",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CompensationTime",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "compensationTime",
                            "description": "Compensation time in seconds",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "BlockTimeListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeZoneToggle",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeZoneToggle",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isInDraftsMode",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BlockTime",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "Block time in seconds",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "WeeklyRestListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeZoneToggle",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeZoneToggle",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isInDraftsMode",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WeeklyRestRecord",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "from",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "to",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportQueryInput",
                    "description": "Represents an airport in query inputs",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "codeType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCodeType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportHandler",
                    "description": "Represents handler",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptdirHandler",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AirportCodeScalar",
                    "description": "Airport code, one of: IATA, ICAO, FAA or custom",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportTimezoneWithSunriseSunset",
                    "description": "",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "abbreviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currentOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standardOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dstOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextDstChangeTimestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportSunriseSunsets",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportSunriseSunsetData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportSunriseSunsetData",
                    "description": "",
                    "fields": [
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunrise",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "crewList",
                    "description": "",
                    "fields": [
                        {
                            "name": "eapisCrewMemberList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EAPIS.\nRequires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [
                                {
                                    "name": "crewMemberNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftTypeScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTagNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "defaultPositionsAircraftTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftTypeScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "functionTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FunctionTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "labelNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aocNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "PositionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "DutyPositionType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "deleted",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberListByWildcard",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberListByRatings",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftTypeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "posNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberRestrictedList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [
                                {
                                    "name": "crewMemberNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftTypeScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTagNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "defaultPositionsAircraftTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftTypeScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "functionTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FunctionTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "labelNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aocNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "PositionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "DutyPositionType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "deleted",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberOnLeg",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "crewMemberId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberOnLeg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use crewMemberOnFlight or crewMemberOnPositioning instead"
                        },
                        {
                            "name": "crewMemberOnFlight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_CREW_MEMBER",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": "\nPossible violation list: IS_NOT_CREW_MEMBER",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberOnLeg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberOnPositioning",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_CREW_MEMBER",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningNid",
                                    "description": "\nPossible violation list: IS_NOT_CREW_MEMBER",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberOnLeg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyManagerList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "suggestByLocation",
                            "description": "Requires access to resource GRAPHQL_CREW_CALENDAR",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewSuggestByLocationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewSuggestion",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberCurrencySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberEndorsementSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlCalculationsOnActivity",
                            "description": "Requires access to resource GRAPHQL_FTL.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FtlCalculationsOnActivityInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "legList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "VirtualFtlSectorCalculationLegInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TimeZoneToggle",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlCalculations",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberId",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "loginNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewMemberValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewMemberValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewSuggestByLocationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewSuggestion",
                    "description": "",
                    "fields": [
                        {
                            "name": "groupHeader",
                            "description": "Group header for categorizing crew suggestions",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "monthBlock",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "yearBlock",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "location",
                            "description": "ICAO\/IATA code representing actual crew member airport",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inAdep",
                            "description": "Indicates if crew member is at departure airport",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inexperienced",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "excluded",
                            "description": "Indicates if crew member is excluded from planning",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CrewSuggestionLabel",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewSuggestionLabel",
                    "description": "Label information for crew suggestions",
                    "fields": [
                        {
                            "name": "labelNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colorRgb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberCurrencySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "statusList",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNidList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidOptionScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "forDateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "forTrNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TrNidOption",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberCurrencySectionStatusListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencyList",
                            "description": "",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberCurrencyListFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sortBy",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "CurrencySectionSortByEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "DATE_EXPIRED"
                                },
                                {
                                    "name": "sortDirection",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "SortDirectionEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "DESCENDING"
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "length",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CrewMemberCurrency",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiLoginNidOptionScalar",
                    "description": "User (login) numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TrNidOption",
                    "description": "Tr (time reservation) numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberCurrencySectionStatusListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullCrewMemberStatusValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberCurrencySectionStatusListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullCrewMemberStatusValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberStatus",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberStatus",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidOptionScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberCurrencySectionStatusListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberCurrencySectionStatusListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberCurrencySectionStatusListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberCurrencySectionStatusListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberCurrencySectionStatusListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberCurrencyListFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNidList",
                            "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currencyIdList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LabelNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeIdList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftTypeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewStatus",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showFreelancers",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "expiryStatus",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ExpiryStatusFilter",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoginStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ACTIVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INACTIVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ExpiryStatusFilter",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ALL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLOSE_TO_EXPIRE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CurrencySectionSortByEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DATE_EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_NAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SortDirectionEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ASCENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DESCENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberCurrency",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ExpiryStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeDisplayName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ExpiryStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLOSE_TO_EXPIRE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "statusList",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNidList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidOptionScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "forDateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "forTrNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TrNidOption",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementSectionStatusListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getExpiredEndorsements",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getExpiredOnlineAndRecency",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalAirportEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsementList",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_SEE",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMemberEndorsementFilterInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "length",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sortBy",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "PersonalEndorsementSortByEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "DATE_EXPIRED"
                                },
                                {
                                    "name": "sortDirection",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "SortDirectionEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "DESCENDING"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportEndorsementList",
                            "description": "Returns personal certificates crew for airport..\nRequires access to resource CREW_MEMBER_AIRPORT_ENDORSEMENT_SEE",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMemberAirportEndorsementFilterInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "Number of skipped records.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "length",
                                    "description": "Number of retrieved records.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalAirportEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPersonalEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_SEE",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementSectionGetPersonalEndorsementOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatePersonalEndorsementRevalidation",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "revalidationList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberPersonalEndorsementInputType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "revalidationDate",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsementSimulatedRevalidation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatePersonalEndorsementRevalidationByFilter",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberEndorsementFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "revalidationDate",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PersonalEndorsementSimulatedRevalidation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAirportEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_SEE",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AirportEndorsementType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "UNION",
                                "name": "CrewMemberEndorsementSectionGetAirportEndorsementOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsementHistoryList",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PersonalEndorsementHistorySnapshot",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportEndorsementHistoryList",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airportNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AirportEndorsementType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PersonalAirportEndorsementHistorySnapshot",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementSectionStatusListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullCrewMemberStatusValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementSectionStatusListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSectionStatusListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementSectionStatusListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSectionStatusListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementSectionStatusListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementSectionStatusListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberEndorsementFilterInput",
                    "description": "Represents data for filter endorsement list.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftTypeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PositionType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "certificateAircraftTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftTypeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "certificatePositionTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PositionType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ratingAircraftTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftTypeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ratingPositionTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PositionType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endorsementNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "groupNameList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "licence",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberLicenceInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LabelNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "shouldShowEmpty",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "true"
                        },
                        {
                            "name": "shouldShowExpired",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "true"
                        },
                        {
                            "name": "dateToExpire",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewStatus",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidation",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "EndorsementRevalidation",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showNeverExpires",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "showInRevalidationWindow",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "showOnlyRequiredForCrewMember",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "endorsementName",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showFreelancers",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "aocList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AocNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueStatus",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "EndorsementIssueStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isMandatory",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showValid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PositionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CABIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COCKPIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GROUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAINTENANCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_ACTIVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UAV",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "EndorsementDefinitionNid",
                    "description": "Endorsement definition id number.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberLicenceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "englishLevel",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "EnglishLevel",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "licenceType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginLicenseType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trained",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginLicenceTrained",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementRevalidation",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PLANNED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_PLANNED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementIssueStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Issued",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NotIssued",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PersonalEndorsementSortByEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DATE_EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DATE_OF_ISSUE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_CODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_SURNAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CERTIFICATE_NAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberAirportEndorsementFilterInput",
                    "description": "Represents data for filter airport endorsement list.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "CrewMemberAirportEndorsementType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportCodeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AirportCodeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "visitedStatus",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "AirportVisitedStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewStatus",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showFreelancers",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "ratingAircraftTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftTypeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueStatus",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "EndorsementIssueStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberAirportEndorsementType",
                    "description": "Types of airport certificate.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "training",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_brief",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AirportVisitedStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "VISITED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EVER_VISITED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TO_BE_VISITED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementSectionGetPersonalEndorsementOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementSectionGetPersonalEndorsementViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPersonalEndorsementValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PersonalEndorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSectionGetPersonalEndorsementViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementSectionGetPersonalEndorsementViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSectionGetPersonalEndorsementViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementSectionGetPersonalEndorsementViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementSectionGetPersonalEndorsementViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberPersonalEndorsementInputType",
                    "description": "Data for identification of personal endorsement",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endorsementNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "EndorsementNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberPersonalEndorsementAttachmentsType",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberPersonalEndorsementAttachmentsType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "attachmentsList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileDataInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "overwriteAttachments",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FileDataInput",
                    "description": "File data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fileId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "path",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete file",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "NotEmptyString",
                    "description": "Not empty string. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalEndorsementSimulatedRevalidation",
                    "description": "Represents simulation of personal endorsement revalidation",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "certificate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "File",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AirportOptionScalar",
                    "description": "Airport identification by location nid or code",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementSectionGetAirportEndorsementOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "PersonalAirportEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementSectionGetAirportEndorsementViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PersonalAirportEndorsementValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PersonalAirportEndorsement",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSectionGetAirportEndorsementViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementSectionGetAirportEndorsementViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementSectionGetAirportEndorsementViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementSectionGetAirportEndorsementViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementSectionGetAirportEndorsementViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FtlCalculationsOnActivityInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "activityNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "definitionList",
                            "description": "Requires access to resource ENDORSEMENT_DEFINITION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Endorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "get",
                            "description": "Requires access to resource ENDORSEMENT_DEFINITION_SEE",
                            "args": [
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "EndorsementQuerySectionGetOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "EndorsementQuerySectionGetOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "EndorsementQuerySectionGetViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullEndorsementValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Endorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementQuerySectionGetViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EndorsementQuerySectionGetViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementQuerySectionGetViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementQuerySectionGetViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementQuerySectionGetViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FeasibilityCheckFlight",
                    "description": "Single flight details",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraft",
                            "description": "Aircraft by registration",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AircraftQueryInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "Flight start time UTC",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "Flight end time UTC",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Start airport",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AirportQueryInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": "End airport",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AirportQueryInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emptyLeg",
                            "description": "Indicates if flight is empty leg",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "PAX number",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rotationTime",
                            "description": "Rotation time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FeasibilityCheckValidation",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEGS_OVERLAPPING",
                            "description": "Flights, MX and reservation overlapping",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ROTATION_TOO_SHORT",
                            "description": "Rotation time too short",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_MAX_RANGE",
                            "description": "Aircraft max range",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_CATEGORY_UP",
                            "description": "Airport category U\/P",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_CATEGORY_C",
                            "description": "Airport category C",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_PROHIBITED",
                            "description": "Airport is prohibited",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_NOTE",
                            "description": "Airport note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_OPENING_HOURS",
                            "description": "Airport opening hours",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_CATEGORY_B",
                            "description": "Airport category B",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_BRIEF_EXPIRED",
                            "description": "Airport briefing expired",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_PRACTICAL_TRAINING_REQ",
                            "description": "Airport recency req.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_NOTE",
                            "description": "Aircraft note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_FTL",
                            "description": "FTL violation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_FTL_CLOSE_TO_LIMIT",
                            "description": "Close to FTL limit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_FROM_ROSTER_MISSING",
                            "description": "Crew not available in the roster",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REQUIRED_DOCUMENTS_MISSING",
                            "description": "Aircraft required documents missing",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REQUIRED_DOCUMENTS_EXPIRED",
                            "description": "Aircraft required documents expired",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_REQUIRED_DOCUMENTS_NEARLY_CAUTION",
                            "description": "Aircraft required documents nearly expired",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_HIL_RESTRICTIONS",
                            "description": "HIL restriction",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_HANDLER_REMARKS",
                            "description": "Airport handler remarks",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APT_DISCONTINUITY",
                            "description": "ACFT discontinuity",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_CAMO",
                            "description": "CAMO limit exceeded",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_CAMO_CLOSE_TO_LIMIT",
                            "description": "CAMO close to limit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_MIN_RUNWAY_LENGTH",
                            "description": "Runway length",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_AIRPORT_RFFC_COMPATIBILITY",
                            "description": "Aircraft airport RFFC compatibility",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_RFFC_UNKNOWN",
                            "description": "Airport RFFC unknown",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_ON_OFF_DUTY",
                            "description": "Planned crew on Off duty",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_IRREGULAR_OPENING_HOURS_CAUTION",
                            "description": "Irregular opening hours",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_IRREGULAR_CUSTOMS_OPENING_HOURS_CAUTION",
                            "description": "Irregular customs opening hours",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_IRREGULAR_TOWER_OPENING_HOURS_CAUTION",
                            "description": "Irregular control tower opening hours",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeasibilityCheckInfo",
                    "description": "Represents single feasibility check information.",
                    "fields": [
                        {
                            "name": "validationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FeasibilityCheckValidation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FeasibilityLevel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportsNearAircraftRange",
                    "description": "Represents airports in aircraft range with center point of airport search.",
                    "fields": [
                        {
                            "name": "center",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LatitudeLongitude",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airports",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AirportNearAircraftRange",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LatitudeLongitude",
                    "description": "Represents latitude and longitude of geographic point.",
                    "fields": [
                        {
                            "name": "latitudeDeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitudeDeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportNearAircraftRange",
                    "description": "Represents single airport in aircraft range with distance of start airport.",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportDistance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AccountNid",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookFilter",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "wildcard",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PhonebookFilterShowType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userLabels",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LabelNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categories",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PhonebookFilterCategory",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "types",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PhonebookFilterContactType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accounts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PhonebookFilterShowType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ALL",
                            "description": "All",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ANIMALS",
                            "description": "Animals",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DELETED",
                            "description": "Deleted",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT",
                            "description": "Contact",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEDULED_FOR_DELETE",
                            "description": "Scheduled for delete",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PhonebookFilterCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CLIENT",
                            "description": "Client",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW",
                            "description": "Crew",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX",
                            "description": "PAX",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "USER",
                            "description": "User",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PROVIDER",
                            "description": "Provider",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PhonebookFilterContactType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PERSON",
                            "description": "Person",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ANIMAL",
                            "description": "Animal",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPANY",
                            "description": "Company",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PhonebookSortByEnumType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SURNAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactList",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allWorkEmailsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyShort",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accounts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PhonebookContactAccounts",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "genderEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactAccounts",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactDuplicationFilter",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "wildcard",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "limit",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "offset",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludedContactNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": "[]"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DuplicationContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allWorkEmailsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DuplicationContactPassport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DuplicationContactPassport",
                    "description": "",
                    "fields": [
                        {
                            "name": "passportNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactQuery",
                    "description": "Node for contact queries",
                    "fields": [
                        {
                            "name": "single",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedContactList",
                            "description": "Contact list created, modified or deleted after selected date (max one week until now).\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactsChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorUsersContactList",
                            "description": "Get all users contacts assigned to operator.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactByCompanyNid",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "companyNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "CompanyNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportByNid",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "passportNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportByExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullPassportOutputValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaByExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "VisaExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullPassportVisaValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdByExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NationalIdExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullNationalIdValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdByNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "nationalIdNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NationalIdNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NationalId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientCompanyByWildcard",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "Minimum length of wildcard: 1",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactsByNids",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactsNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ContactNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactsByFilter",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactSearchFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactListByPage",
                            "description": "Get contact list for page number.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "\nPossible violation list: TOO_LOW_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sortBy",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ContactsPageSort",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "CONTACT_NAME"
                                },
                                {
                                    "name": "sortDirection",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SortDirectionEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "ASCENDING"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "ContactListByPageOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableCategories",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactCategory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableLabels",
                            "description": "Get all available labels that can be used related to contacts.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Label",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListAsPassenger",
                            "description": "Get flights where contact is a passenger.\nRequires access to resource PHONEBOOK_FLIGHTS_SEE",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "0"
                                },
                                {
                                    "name": "limit",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "1000"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceList",
                            "description": "Get invoices where contact set as requester",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "0"
                                },
                                {
                                    "name": "limit",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "1000"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListAsBuyer",
                            "description": "Get flights where contact is a buyer.\nRequires access to resource PHONEBOOK_FLIGHTS_SEE",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "0"
                                },
                                {
                                    "name": "limit",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "1000"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateContactData",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ValidateContactDataInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ValidateContactDataType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findCompanyDataDuplicates",
                            "description": "",
                            "args": [
                                {
                                    "name": "companyData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FindCompanyDuplicatesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FindCompanyDuplicatesResponse",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findCompanyDataDuplicatesForNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FindCompanyDuplicatesResponse",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findContactDuplicatesForContactNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getVisaTypes",
                            "description": "",
                            "args": [
                                {
                                    "name": "countryOrSchengen",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCodeOrSchengen",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportVisaType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactBasicHistoryList",
                            "description": "Get contact basic history.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactBasicHistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactDetailsHistoryList",
                            "description": "Get contact details history.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDetailsHistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactDocumentsHistoryList",
                            "description": "Get contact documents history.\nRequires access to resource PHONEBOOK_DOCUMENTS_SEE",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDocumentsHistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "predefinedPhoneNameList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ContactPredefinedPhoneNameEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "predefinedEmailNameList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ContactPredefinedEmailName",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeContracts",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contract",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "account",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AccountQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactByExternalId",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactExternalId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactsByExternalId",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactExternalIds",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ContactExternalId",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactsByLoginNidList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "loginNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactListCreatedBetween",
                            "description": "Get contact list created between date range.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "dateRange",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OptionalDateRangeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getRecommendedTravelDocuments",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "GetRecommendedTravelDocumentsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactRecommendedTravelDocuments",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactNid",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactsChanges",
                    "description": "Contact created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Contacts created.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Contacts changed.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Contacts deleted (contactNid)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Contacts data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CompanyNid",
                    "description": "Company contact numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassportNidScalar",
                    "description": "Leon identifier of passport",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullPassportOutputValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportOutputValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPassportOutputValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullPassportVisaValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportVisaValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPassportVisaValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportVisa",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullNationalIdValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullNationalIdValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullNationalIdValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NationalId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "NationalIdNid",
                    "description": "National ID numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactSearchFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "limit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactsPageSort",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONTACT_NID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_NAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "ContactListByPageOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullContactValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ContactListByPageViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullContactValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactListByPageViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactListByPageViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactListByPageViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactListByPageViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactListByPageViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_LOW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "isSubcharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNid",
                            "description": "Null for subcharter flights",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": "Null for subcharter flights",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "It can be null for subcharter flights",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "Flight time in seconds",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "client",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactInvoice",
                    "description": "",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SalesInvoiceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "amount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "link",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SalesInvoiceType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "INVOICE",
                            "description": "Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RECHARGE_INVOICE",
                            "description": "Recharge Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREDIT_NOTE",
                            "description": "Credit Note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PROFORMA",
                            "description": "Proforma",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ValidateContactDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passportData",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ValidateContactPassportDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdDataList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ValidateContactNationalIdDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "visaDataList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ValidateContactVisaDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ValidateContactPassportDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ValidateContactNationalIdDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ValidateContactVisaDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isSchengen",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ValidateContactDataType",
                    "description": "",
                    "fields": [
                        {
                            "name": "duplicates",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FindCompanyDuplicatesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FindCompanyDuplicatesResponse",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CountryCodeOrSchengen",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactBasicHistorySnapshot",
                    "description": "Represents basic history for a contact.",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactBasicHistoryData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactBasicHistoryData",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "account",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailWork2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailBilling",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistorySnapshot",
                    "description": "Represents details history for a contact.",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactDetailsHistoryData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryData",
                    "description": "",
                    "fields": [
                        {
                            "name": "personCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jobTitle",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salutation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "language",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitOfWeight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preferredCommunicationMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PreferredCommunicationMethod",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labels",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherAccounts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personalAssistant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euVat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preferredHandlingAgent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDetailsHistoryPreferredHandlingAgent",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRepresentative",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRestrictedForFlying",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextOfKin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactDetailsHistoryAddress",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactDetailsHistoryPhone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactDetailsHistoryPayment",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customerCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactDetailsHistoryCustomerCommission",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactDetailsHistoryQuote",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinodeIdList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isProvider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmployeeStatusControl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotePriceRoundedTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Decimal",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryPreferredHandlingAgent",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryAddress",
                    "description": "",
                    "fields": [
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryPhone",
                    "description": "",
                    "fields": [
                        {
                            "name": "work",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "private",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryPayment",
                    "description": "",
                    "fields": [
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PaymentType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "method",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PaymentMethod",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "conditions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryCustomerCommission",
                    "description": "",
                    "fields": [
                        {
                            "name": "percent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDetailsHistoryQuote",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRecipientList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteCostBasedTotalPriceUpdateMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactQuoteCostBasedTotalPriceUpdateModeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDocumentsHistorySnapshot",
                    "description": "Represents documents history for a contact.",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passports",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDocumentsHistoryPassport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visas",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDocumentsHistoryVisa",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIds",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDocumentsHistoryNationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vaccinations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactDocumentsHistoryVaccination",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDocumentsHistoryPassport",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDocumentsHistoryVisa",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "numberOfEntries",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxNumberOfEntries",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDocumentsHistoryNationalId",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NationalIdDocumentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "NationalIdDocumentType",
                    "description": "List of National ID document types.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "id_card",
                            "description": "ID Card",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "driving_licence",
                            "description": "Driving Licence",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alien_card",
                            "description": "Alien Card",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residence_card",
                            "description": "Residence Card",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "facilitation_document",
                            "description": "Facilitation Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "military_card",
                            "description": "Military Card",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nexus_card",
                            "description": "Nexus Card",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refugee_document",
                            "description": "Refugee Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "irpa_exempt",
                            "description": "IRPA exempt",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "naturalisation_certificate",
                            "description": "Naturalisation Certificate",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "china_home_return_permit",
                            "description": "China Home Return Permit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taiwan_mainland_permit",
                            "description": "Taiwan Mainland Permit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sar_hong_kong_pass",
                            "description": "SAR Hong Kong Pass",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sar_macau_pass",
                            "description": "SAR Macau Pass",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "un_passport",
                            "description": "UN Passport",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gun_permit",
                            "description": "Gun Permit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "other",
                            "description": "Other",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew_member_card",
                            "description": "Crew Member Card",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "china_home_return_permit_for_hk_mo_residents",
                            "description": "China Home Return Permit for HK\/MO Residents",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taiwan_entry_permit_for_mainland_chinese",
                            "description": "Taiwan Entry Permit for Mainland Chinese",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mainland_travel_permit_for_taiwan_residents",
                            "description": "Mainland Travel Permit for Taiwan Residents",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "redress",
                            "description": "Redress",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactDocumentsHistoryVaccination",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disease",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Disease",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf1stDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf2ndDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf3rdDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf4thDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOf5thDose",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccountQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "byContactNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AccountNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Account",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "byExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AccountExternalId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Account",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "byAvinodeId",
                            "description": "",
                            "args": [
                                {
                                    "name": "avinodeId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AccountAvinodeIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Account",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bySalesforceId",
                            "description": "",
                            "args": [
                                {
                                    "name": "salesforceId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AccountSalesforceIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Account",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Account",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "connectedContactList",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AccountExternalId",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AccountAvinodeIdScalar",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AccountSalesforceIdScalar",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactExternalId",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OptionalDateRangeInput",
                    "description": "Date range with optional from and to dates. At least one must be provided.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "from",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "to",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "GetRecommendedTravelDocumentsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contactNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocationNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocationNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactRecommendedTravelDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContractQuery",
                    "description": "Node for contract queries",
                    "fields": [
                        {
                            "name": "findByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contract",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelSupplier",
                    "description": "Represents single fuel supplier belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "supplierNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApproved",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFavourite",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MaintenanceQuery",
                    "description": "Node for maintenance queries",
                    "fields": [
                        {
                            "name": "maintenanceList",
                            "description": "List maintenance.\nReturns only revisions accessible for logged user considering aircraft privileges.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "Status",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use aircraftMaintenanceList instead"
                        },
                        {
                            "name": "aircraftMaintenanceList",
                            "description": "List maintenance.\nReturns only revisions accessible for logged user considering aircraft privileges.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "Status",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aog",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftMaintenance",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenanceListExcel",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "Status",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenanceListPdf",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "Status",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenance",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aircraftMaintenanceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftMaintenanceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftMaintenance",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenanceHistory",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftMaintenanceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftMaintenanceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MaintenanceHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenanceTagDefinitionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkMaintenanceCollisions",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startTimeUTC",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTimeUTC",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftMaintenanceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftMaintenanceNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MaintenanceCollisions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hilList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hilItemNumber",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "melItemNumber",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightLimitations",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "HilFlightLimitation",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isOpen",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Hil",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getHoldItem",
                            "description": "",
                            "args": [
                                {
                                    "name": "holdItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HoldItemNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Hil",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hilHistory",
                            "description": "",
                            "args": [
                                {
                                    "name": "holdItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HoldItemNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HilHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftMaintenance",
                    "description": "Represents single aircraft reservation activity.",
                    "fields": [
                        {
                            "name": "aircraftMaintenanceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use startTimeUTC"
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use endTimeUTC"
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progressStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Status",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use supplierOrFacility"
                        },
                        {
                            "name": "supplierOrFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use tahLimitTime field"
                        },
                        {
                            "name": "tahLimitTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahTimeNow",
                            "description": "calculated at now UTC-0",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahTimeEstimated",
                            "description": "calculated at beginning of aircraft reservation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacNow",
                            "description": "calculated at now UTC-0",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacEstimated",
                            "description": "calculated at beginning of aircraft reservation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateLimitLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAllowOverlapping",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "Activity color",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "upliftUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileOutputType",
                    "description": "",
                    "fields": [
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "file content base64 encoded",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftMaintenanceNid",
                    "description": "Maintenance numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MaintenanceHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangedByLeonAutomatic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierOrFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progressStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Status",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahLimitTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "costWithCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBeforeUpliftWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "upliftWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MaintenanceCollisions",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOverlapFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "HoldItemNid",
                    "description": "Hold Item numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HilHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "howAffects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOpen",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itemNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateStartUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDateUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueTah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueTac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extensionDueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateCorrectedUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLimitations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilFlightLimitation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foundBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "book",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "page",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilEntryType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilMelItemCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partsOrdered",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "referenceWorkOrderTask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "part145ReleaseToService",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workDoneBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inspectedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemProcedurePerformed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilMelItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "techLogBook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "techLogPage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "correctiveActions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partNumberOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNumberOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "partNumberOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serialNumberOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReservationQuery",
                    "description": "Node for reservation queries",
                    "fields": [
                        {
                            "name": "reservationList",
                            "description": "List reservations.\nReturns only revisions accessible for logged user considering aircraft privileges.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientsList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ClientNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "activityStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "ReservationStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "virtualAircraftReservationList",
                            "description": "List of virtual aircraft reservation.\nReturns only revisions accessible for logged user considering aircraft privileges.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "virtualAircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftVirtualNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "activityStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "ReservationStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findReservations",
                            "description": "List reservations by numerical identifier.\nRequires access to resource GRAPHQL_ACFT.\nRequires access to given reservation",
                            "args": [
                                {
                                    "name": "aircraftReservationNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftReservationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getReservationClientList",
                            "description": "Find reservations clients in time period",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "activityStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "ReservationStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientLabelList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Client",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservationByTrNid",
                            "description": "Reservation by numerical tr_nid.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftReservation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listDefaultNames",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getReservationHistory",
                            "description": "Requires access to given reservation",
                            "args": [
                                {
                                    "name": "aircraftReservationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftReservationHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftVirtualNid",
                    "description": "Virtual aircraft numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftReservationNid",
                    "description": "Reservation numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftReservationHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangedByLeonAutomatic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ReservationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangingPosition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAllowOverlapping",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftName",
                            "description": "Aircraft registration or virtual aircraft name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableForCharterOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryGroupQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "findByWildcard",
                            "description": "Returns a list of country groups",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryGroup",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRequestNid",
                    "description": "Quote Request numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationNid",
                    "description": "Quote Realization numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiQuoteOperatorSettings",
                    "description": "Represents operator's quote settings.",
                    "fields": [
                        {
                            "name": "roundingSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationRoundingSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceSellerData",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorSettingsDefaultSalesInvoiceData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultInvoiceStatus",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "InvoiceStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationRoundingSettings",
                    "description": "Represents operator's quote rounding settings",
                    "fields": [
                        {
                            "name": "roundTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestSection",
                    "description": "Information related to quote requests from Sales Panel module.",
                    "fields": [
                        {
                            "name": "messageContentList",
                            "description": "Contents of messages indicated by given id list.",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRequestMessageIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestMessageContent",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestMessageIdInput",
                    "description": "Identifier for single quote request message.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "messageNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provider",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestMessageProvider",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessageContent",
                    "description": "Content of single quote request message.",
                    "fields": [
                        {
                            "name": "messageId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestMessageId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullContentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachmentList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestMessageAttachmentId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHtml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmpty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessageId",
                    "description": "Identifier for single quote request message.",
                    "fields": [
                        {
                            "name": "messageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestMessageProvider",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessageAttachmentId",
                    "description": "Identifier for a single attachment to quote request message.",
                    "fields": [
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserPermanentlyDeleted",
                    "description": "Represents single user which was permanently deleted",
                    "fields": [
                        {
                            "name": "deletedByLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletedCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletedTime",
                            "description": "Deletion time in UTC",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PrivilegePlaceScalar",
                    "description": "String representation of place, ex. : \"crew_panel\", \"schedule_crew\", ...",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PrivilegeLevelEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EDIT",
                            "description": "User can see and edit in specified place",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SEE",
                            "description": "User can only see in specified place",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_ALLOWED",
                            "description": "User is not allowed to see specified place",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PermissionLevel",
                    "description": "",
                    "fields": [
                        {
                            "name": "level",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PrivilegeLevelEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPersonalOnly",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteDefaultInvoice",
                    "description": "Represents default quote invoice based on client.",
                    "fields": [
                        {
                            "name": "sellerDataset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingsDefaultSalesInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDateDays",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDateType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "InvoiceDueDateType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationDefaultInvoiceBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationDefaultInvoiceItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itemsWithFees",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationDefaultInvoiceItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "proformaNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditNoteNoAutoGenerated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "includeFeesOnlyOnProforma",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeInvoiceItemDefaultTax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "InvoiceDueDateType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AFTER_ISSUE_DATE",
                            "description": "After issue date",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AFTER_INVOICE_DATE",
                            "description": "After invoice date",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BEFORE_FLIGHT_DATE",
                            "description": "Before flight date",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiQuoteRealizationDefaultInvoiceBuyer",
                    "description": "Represents buyer in default quote invoice, data from contacts.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euVatNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationDefaultInvoiceItem",
                    "description": "Represents default invoice item in default invoice",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "net",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gross",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesQuery",
                    "description": "Node for Sales queries",
                    "fields": [
                        {
                            "name": "findQuoteRequestsWithRealizations",
                            "description": "Find Quote requests with realizations.\nRequires access to resource GRAPHQL_SALES_BOOKINGS",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excludeQuotesWithTrips",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientsList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ClientNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "assigneesList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "withUnassigned",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "bookingsDisplayType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "BookingsDisplayType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRequestStatuses",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "QuoteRequestStatusEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findSubcharterQuoteRealizations",
                            "description": "Find Quote realization with subcharter.\nRequires access to resource GRAPHQL_SALES_BOOKINGS",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientsList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ClientNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "assigneesList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "withUnassigned",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "bookingsDisplayType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "BookingsDisplayType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationSubcharter",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestsList",
                            "description": "Get Quote requests list.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntPositive",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "from",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeArchived",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "true"
                                },
                                {
                                    "name": "isBooked",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestsCreatedOn",
                            "description": "Get quote requests created on a specific day.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "date",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findQuoteRequestByWildcard",
                            "description": "Find Quote requests whose No. contains the wildcard (min 3 chars).\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequest",
                            "description": "Get Quote request.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestListByNid",
                            "description": "Get Quote request list by nid list.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRequestNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestListByProviderFriendlyId",
                            "description": "Get Quote request list by provider friendly ID list.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestIdList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRequestId",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestById",
                            "description": "Get Quote request by string identifier.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRealization",
                            "description": "Get single quote realization belonging to operator specified in request endpoint.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "searchPossibleAssignees",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvinodeSearchUrl",
                            "description": "Get Avinode search URL for given quote request.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvinodeSearchTripUrl",
                            "description": "Get Avinode trip URL for given quote request.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getRechargeInvoices",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RechargeInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getProformaInvoices",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ProformaInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCreditNotes",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreditNote",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getRfqPricing",
                            "description": "Calculate quote for provided itinerary and aircraft registrations..\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "rfqInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RfqPricingInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "UNION",
                                        "name": "RfqPricingOrError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteLegs",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "forQuoteLegs",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ForQuoteLegsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RfqQuoteLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPublishedDocuments",
                            "description": "Get published sales document list.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE.\nRequires access to given aircraft list",
                            "args": [
                                {
                                    "name": "emailDataSource",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "EmailDataSource",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DocumentData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getRequestAutoUpdateBookedTripsData",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AutoUpdateBookedTripsData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharter",
                            "description": "Subcharter related queries.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterRequestQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getStatusStatsForRequester",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "requester",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequesterStatusStats",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getListStatsForRequester",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "requester",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "route",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AirportCodeScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "currency",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequesterListStats",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestHistory",
                            "description": "Get quote request history.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRealizationHistory",
                            "description": "Get single quote realization history.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRealizationPricingHistory",
                            "description": "Get single quote realization pricing history.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationPricingHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFeasibilitySettings",
                            "description": "Sales panel feasibility settings.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesFeasibilitySetting",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkFeasibilityForQuote",
                            "description": "Check feasibility for quote.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "validationList",
                                    "description": "List of validation IDs that determine which feasibility checks should be applied when analyzing the quote. All available values can be retrieved via the sales.getFeasibilitySettings field.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesQuoteFeasibilityResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkFeasibilityForQuoteList",
                            "description": "Check feasibility for quoteList.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "validationList",
                                    "description": "List of validation IDs that determine which feasibility checks should be applied when analyzing the quote. All available values can be retrieved via the sales.getFeasibilitySettings field.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesQuoteFeasibilityResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkQuoteListValidForStatusChange",
                            "description": "Check quote list valid for status change.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteStatusChangeValidationResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getDefaultNotes",
                            "description": "Sales quote default notes.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesDefaultNotes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSalesTagsList",
                            "description": "Get sales tags list.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAircraftTagsList",
                            "description": "Get aircraft labels list.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRequestTags",
                            "description": "Get quote request tags.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PriceListQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripQuoteRequestFlightBriefDocument",
                            "description": "Quote request Flight Brief document.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DocumentFileData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteCharterAgreementDocument",
                            "description": "Generates a Charter Agreement document for a quote realization. Automatically selects the first available template if no template is specified.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "Quote realization identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateNid",
                                    "description": "Optional template identifier. If not provided, the first available published template is selected automatically. Template type must match quote realization: 'charter_agreement_sales' for regular quotes, 'charter_agreement_subcharter' for subcharter quotes.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DocumentTemplateNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationLegNids",
                                    "description": "Optional list of quote realization leg identifiers to include in the document. If not provided, all legs from the quote realization will be included.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DocumentFileDataValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightQuotationDocument",
                            "description": "Generates a Flight Quotation document for a quote request. Automatically selects the first available template if not specified. If no realization list is provided, uses the used realization or falls back to the first realization of the request..\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "Quote request identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateNid",
                                    "description": "Optional template identifier. If not provided, the first available published template is selected automatically. Template type must be 'flight_quotation_sales'.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DocumentTemplateNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationNidList",
                                    "description": "Optional list of quote realization identifiers to include in the document. If not provided, the used realization is used; if none is set, the first realization of the request is used as a fallback. Empty list is not allowed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DocumentFileDataValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoices",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesInvoicesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "applyFlightTimes",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "legs",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SalesApplyFlightTimeLegInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesApplyFlightTimeLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scheduledTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ScheduledTimeQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRealizationsClientsList",
                            "description": "Find quote realizations clients in time period.\nRequires access to resource GRAPHQL_SALES_BOOKINGS",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeSubcharters",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "bookingsDisplayType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "BookingsDisplayType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "assigneeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "withUnassigned",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientLabelList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Client",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSalesChecklistItems",
                            "description": "Sales checklist items.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findAircraftToken",
                            "description": "Find aircraft list and token for find aircraft initialization..\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "minCategory",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesFindAircraftInit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripSummary",
                            "description": "Requires access to resource GRAPHQL_SALES_TRIP_SUMMARY_TAB_SEE",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullSalesTripSummaryValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteRealizationLeg",
                            "description": "Get single quote realization leg belonging to operator specified in request endpoint.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationLeg",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedQuotesList",
                            "description": "Quotes with modified price or itinerary since given datetime. (maximum 7 days). Results are ordered by change time ascending.",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuotesChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestAvailableStatuses",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestAvailableStatusesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftSalesList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "orderedByAircraftCategoryNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftCategoryNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPassengerListHistory",
                            "description": "",
                            "args": [
                                {
                                    "name": "passengerListNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassengerListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerListHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripListForNewQuoteRequest",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripForNewQuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getDefaultTripTypeForBooking",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ScheduleTripType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FerryFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketplace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MarketplaceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteWingmanAi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanAiQuoteQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteChecklistQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateBlockTimeFromFlightTime",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "flightTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepLocationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesLocationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "blockTime",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationEmailTemplate",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "BookingsDisplayType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QUOTE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEDULE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "QUOTE_AND_SCHEDULE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRequestStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NEW_REQUEST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "QUOTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REJECTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTRACT_SENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BOOKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVOICE_SENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BRIEF_SENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OWNER_APPROVAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPPORTUNITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RfqPricingInput",
                    "description": "Input for rfq pricing",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RfqItineraryInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistrationList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addPositioning",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftPriceListNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftPriceListNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aptPriceListNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportPriceListNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftPriceFeeQuotationMethodEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RfqItineraryInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestLegNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isTBA",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CargoInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRequestLegNid",
                    "description": "Quote Request Leg numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CargoInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quantity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weightUnit",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "details",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CargoDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CargoDetailsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "isDgr",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isTurnable",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isStackable",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isBreakable",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftPriceListNid",
                    "description": "Aircraft Price list numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AirportPriceListNid",
                    "description": "Airport Price list numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "RfqPricingOrError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "RfqPricing",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Error",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "RfqPricing",
                    "description": "Represents request for quote single aircraft pricing.",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Pricing",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ForQuoteLegsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RfqItineraryInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addPositioning",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTimeMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTimeMethodEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeMode",
                            "description": "Default time mode is LT.",
                            "type": {
                                "kind": "ENUM",
                                "name": "TimeMode",
                                "ofType": null
                            },
                            "defaultValue": "UTC"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TimeMode",
                    "description": "Time mode type.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UTC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RfqQuoteLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceNM",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "el",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTBA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EmailDataSource",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "charter_agreement_sales",
                            "description": "Charter Agreement",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement_subcharter",
                            "description": "Charter Agreement (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief_sales",
                            "description": "Flight Brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief_subcharter",
                            "description": "Flight Brief (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_quotation_sales",
                            "description": "Flight Quotation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_book",
                            "description": "Quote Book",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_invoice",
                            "description": "Quote Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_option",
                            "description": "Quote Option",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_reject",
                            "description": "Quote Reject",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew_panel_roster_change",
                            "description": "Crew panel roster change",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_request",
                            "description": "Duty request notification",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuel_order",
                            "description": "Fuel Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catering_order",
                            "description": "Catering Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_order",
                            "description": "PAX Transport Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landing_permits",
                            "description": "Landing Permits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflight_permits",
                            "description": "Overflight Permits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule_changes_summary",
                            "description": "Schedule Changes Summary",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_airport_brief",
                            "description": "Airport brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_custom_document",
                            "description": "Custom Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_flight_order",
                            "description": "Flight Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_general_declaration",
                            "description": "General Declaration",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_pax_manifest",
                            "description": "PAX Manifest",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_pax_tripsheet",
                            "description": "PAX Tripsheet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_tripsheet",
                            "description": "Crew Tripsheet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_ops_documents",
                            "description": "Ops Documents",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "show_schedule",
                            "description": "Show schedule",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "report_wizard_schedule",
                            "description": "Report Wizard Schedule",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sales_panel_message",
                            "description": "Sales Panel Message",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharter_message",
                            "description": "Subcharter Message",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharter_catering",
                            "description": "Subcharter services - catering",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharter_pax_transport",
                            "description": "Subcharter services - pax transport",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner_approval",
                            "description": "Owner Approval",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multi_leg_request_new",
                            "description": "Multi Leg Request New",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multi_leg_request_update",
                            "description": "Multi Leg Request Update",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multi_leg_request_cancellation",
                            "description": "Multi Leg Request Cancellation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple_ticket",
                            "description": "Ticket",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "share_trip_link",
                            "description": "Share trip link",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_cancel",
                            "description": "Quote Cancel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_checklist_order",
                            "description": "Flight Checklist Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist_leg_item_email",
                            "description": "Checklist Leg Item Email",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist_trip_item_email",
                            "description": "Checklist Trip Item Email",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentData",
                    "description": "Document data.",
                    "fields": [
                        {
                            "name": "documentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revisionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "language",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Language",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefault",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DocumentTemplateNid",
                    "description": "DocumentTemplateNid numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AutoUpdateBookedTripsData",
                    "description": "",
                    "fields": [
                        {
                            "name": "hasAutoUpdateSetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showAutoUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterQuery",
                    "description": "Represents fields available for querying of subcharter",
                    "fields": [
                        {
                            "name": "modifiedSubcharterList",
                            "description": "Subcharter list created, modified or deleted in selected date range. Default dateTimeTo is now. Filters by triggersList..\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "dateTimeFrom",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateTimeTo",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "triggersList",
                                    "description": "List of filter triggers to include. If null, no filter will be applied.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "SubcharterFilterTriggerEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSubcharterMessages",
                            "description": "Get message list for subcharter quote.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterQuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSubcharterMessageContentList",
                            "description": "Contents of messages indicated by given id list.",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SubcharterMessageIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessageContent",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "services",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterServicesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSubcharterByTripNumber",
                            "description": "Get subcharter by trip number.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "tripNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterTripNumber",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModified",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SubcharterFilterTriggerEnum",
                    "description": "Filter trigger for subcharter history queries. Currently only INVOICES supported.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "INVOICES",
                            "description": "Include subcharters for which an invoice,credit note,recharge invoice or proforma was issued in the range.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedList",
                    "description": "Subcharter created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Subcharter created list",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModified",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modified",
                            "description": "Subcharter modified list",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModified",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Subcharter nid list that have been removed within the input time range. Additionally, any subcharter found in the \"modified\" or \"created\" nodes that is currently canceled (regardless of the specified time range) will be automatically reclassified as deleted.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModified",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRealizationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedQuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manufactureYear",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refurbishmentExterior",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refurbishmentInterior",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "captain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "captain2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstOfficer2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightAttendant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightAttendant2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPhone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "doctor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paramedic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itinerary",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModifiedLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceSection",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedPriceSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequest",
                    "description": "",
                    "fields": [
                        {
                            "name": "providerFriendlyId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requester",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedQuoteRequestBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "representative",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterModifiedQuoteRequestRepresentative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripStartDateTime",
                            "description": "It indicates the departure date of the first leg of the booked subcharter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripEndDateTime",
                            "description": "It indicates the arrival date of the last leg of the booked subcharter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OperatorBase",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "billing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedQuoteRequestBilling",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestBuyer",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestRepresentative",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestBilling",
                    "description": "",
                    "fields": [
                        {
                            "name": "invoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterModifiedQuoteRequestInvoice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModifiedQuoteRequestRechargeInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModifiedQuoteRequestCreditNote",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "proformaInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModifiedQuoteRequestProforma",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestInvoice",
                    "description": "",
                    "fields": [
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedBaseInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedBaseInvoiceData",
                    "description": "",
                    "fields": [
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedBaseInvoiceBuyer",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterModifiedBaseInvoiceItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sellDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClosed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoiceTotalGrossPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Money",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentUrl",
                            "description": "This URL will be valid for 3600 seconds from the moment the API is called (after that, you need to query this field again to generate a new URL).",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedBaseInvoiceBuyer",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euVatNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedBaseInvoiceItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "net",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gross",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestRechargeInvoice",
                    "description": "",
                    "fields": [
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedBaseInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestCreditNote",
                    "description": "",
                    "fields": [
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedBaseInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedQuoteRequestProforma",
                    "description": "",
                    "fields": [
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedBaseInvoiceData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationLegNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedPassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationLegNid",
                    "description": "Quote Realization Leg numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedPassengerList",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PassengerListNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "animalCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SubcharterModifiedPassengerContact",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactAnimalList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SubcharterModifiedPassengerContactAnimal",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassengerListNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedPassengerContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PassengerContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassengerContactNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedPassengerContactAnimal",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PassengerContactAnimalNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterModifiedContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassengerContactAnimalNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterModifiedPriceSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "price",
                            "description": "The total price of the quotation.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorPrice",
                            "description": "The price provided by the subcharter operator.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "margin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SubcharterQuoteRealizationNid",
                    "description": "Subcharter Quote Realization numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterMessage",
                    "description": "Represents single message for subcharter quote",
                    "fields": [
                        {
                            "name": "messageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterRequestNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "author",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromCurrentUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fromOperator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SubcharterMessageIdInput",
                    "description": "Identifier for single subcharter message.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "messageNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provider",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SubcharterMessageProvider",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SubcharterMessageProvider",
                    "description": "Provider of quote request message, ex. Avinode, Leon or Marketplace.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEON",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AVINODE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MARKETPLACE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMAIL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterMessageContent",
                    "description": "Content of single subcharter message.",
                    "fields": [
                        {
                            "name": "messageId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterMessageId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullContentUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachmentList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessageAttachmentId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHtml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmpty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterMessageId",
                    "description": "Identifier for single subcharter message.",
                    "fields": [
                        {
                            "name": "messageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SubcharterMessageProvider",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterMessageAttachmentId",
                    "description": "Identifier for a single attachment to subcharter message.",
                    "fields": [
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterServicesQuery",
                    "description": "Represents fields available in subcharter services",
                    "fields": [
                        {
                            "name": "catering",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterService",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdep",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterService",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdes",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterService",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterService",
                    "description": "Represents single Subcharter service",
                    "fields": [
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterMailboxMessage",
                    "description": "Represents single Subcharter Mailbox Message",
                    "fields": [
                        {
                            "name": "mailboxMessageNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MailboxMessageType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHtml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessageAttachment",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "from",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Email",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SubcharterTripNumber",
                    "description": "Subcharter trip number string",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterRequestQuery",
                    "description": "Represents fields available for querying of subcharter request",
                    "fields": [
                        {
                            "name": "getMessages",
                            "description": "Get message list for subcharter request",
                            "args": [
                                {
                                    "name": "subcharterRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getMessageContentList",
                            "description": "Contents of messages indicated by given id list.",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SubcharterMessageIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessageContent",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SubcharterRequestNid",
                    "description": "Subcharter request numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequesterStatusStats",
                    "description": "Represents status statistics for requester",
                    "fields": [
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequesterStatusStatsStatistic",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataChart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequesterStatusStatsChartData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequesterStatusStatsStatistic",
                    "description": "Represents status statistics for single status for requester",
                    "fields": [
                        {
                            "name": "totalNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPercentage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequesterStatusStatsChartData",
                    "description": "Represents status chart data for single status for requester",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequesterListStats",
                    "description": "Represents list statistics for requester",
                    "fields": [
                        {
                            "name": "requesterData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequesterListStatsRow",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequesterListStatsRow",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequesterListStatsRow",
                    "description": "Represents single row statistics for requester",
                    "fields": [
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftIcaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualStatusName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offeredPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeJL",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTimeJL",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "representative",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestLegHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestAircraftHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestLegHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AirportCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AirportCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTba",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestAircraftHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationLegHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationLegHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesTba",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AirportCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AirportCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationPricingHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricingMargin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAircraftPriceHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAirportPriceHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationTaxPriceHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAircraftPriceHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAirportPriceHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationAirportSubPriceHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationAirportSubPriceHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationTaxPriceHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesFeasibilitySetting",
                    "description": "Represents one setting for feasibility in sales panel",
                    "fields": [
                        {
                            "name": "validationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SalesFeasibilityCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SalesFeasibilityCategoryEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "notices",
                            "description": "Notices",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cautions",
                            "description": "Cautions",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Warnings",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesQuoteFeasibilityResult",
                    "description": "Represents feasibility result for quote",
                    "fields": [
                        {
                            "name": "quoteNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legsFeasibilityResults",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesQuoteLegFeasibilityResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesQuoteLegFeasibilityResult",
                    "description": "Represents feasibility result for single itinerary in quote",
                    "fields": [
                        {
                            "name": "quoteLegNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesQuoteFeasibilityResultMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cautions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesQuoteFeasibilityResultMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesQuoteFeasibilityResultMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesQuoteFeasibilityResultMessage",
                    "description": "Represents feasibility result for single message in quote itinerary",
                    "fields": [
                        {
                            "name": "validationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validationLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteStatusChangeValidationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesDefaultNotes",
                    "description": "Sales quote default notes",
                    "fields": [
                        {
                            "name": "legalNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PriceListQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportPriceListQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftPriceListQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPriceListQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getPriceListAsCsv",
                            "description": "Price list representation in CSV format",
                            "args": [
                                {
                                    "name": "airportPriceListNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportPriceListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AirportPriceListAsCsv",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "queryLanguage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportPriceListItemQueryLanguageQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPriceListAsCsv",
                    "description": "AirportPriceListAsCsv",
                    "fields": [
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPriceListItemQueryLanguageQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "documentation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportPriceListItemQueryLanguageSchemaFieldList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validate",
                            "description": "",
                            "args": [
                                {
                                    "name": "expression",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportPriceListItemQueryLanguageValidationResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPriceListItemQueryLanguageSchemaFieldList",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exampleUsageList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPriceListItemQueryLanguageValidationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "isValid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPriceListQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getByNid",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aircraftPriceListNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftPriceListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentFileData",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DocumentFileDataValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "DocumentFileDataValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentFileDataValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DocumentFileData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesInvoicesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "findForContactsAndTimePeriod",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": "If not specified, current time will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTime",
                                    "description": "If not specified, one month from startTime will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "contacts",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ContactNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesInvoices",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getInvoicesTagsList",
                            "description": "",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTagsForInvoice",
                            "description": "",
                            "args": [
                                {
                                    "name": "invoiceType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SalesInvoiceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "invoiceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDuplicatedInvoiceNo",
                            "description": "",
                            "args": [
                                {
                                    "name": "invoiceNo",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteInvoiceNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesInvoices",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rechargeInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RechargeInvoice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "creditNoteInvoices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreditNote",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SalesApplyFlightTimeLegInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uuid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "std",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sta",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFerry",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isTBA",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesApplyFlightTimeLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "uuid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScheduledTimeQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateStdFromBlockTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "calculationData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ScheduledTimeFromBlockTimeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateStaFromBlockTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "calculationData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ScheduledTimeFromBlockTimeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ScheduledTimeFromBlockTimeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adep",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "referenceTimeLt",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistNid",
                    "description": "Checklist numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesFindAircraftInit",
                    "description": "",
                    "fields": [
                        {
                            "name": "token",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullSalesTripSummaryValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullSalesTripSummaryValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullSalesTripSummaryValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesTripSummary",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummary",
                    "description": "",
                    "fields": [
                        {
                            "name": "legs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesTripSummaryLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesTripSummaryAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesTripSummaryAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryHandling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SalesTripSummaryCrew",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SalesTripSummaryLegPermit",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slots",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryLegSlot",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryLegPpr",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catering",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryLegCatering",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryLegAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SalesTripSummaryPassenger",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryHandling",
                    "description": "",
                    "fields": [
                        {
                            "name": "adepHandler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepHandlerChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandlerChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryHandler",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "Handler name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryChecklistStatus",
                    "description": "Represents single checklist status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "abbreviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "caption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryCrew",
                    "description": "",
                    "fields": [
                        {
                            "name": "positionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesTripSummaryContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryLegPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryLegSlot",
                    "description": "",
                    "fields": [
                        {
                            "name": "adepChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryLegPpr",
                    "description": "",
                    "fields": [
                        {
                            "name": "adepChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryLegCatering",
                    "description": "",
                    "fields": [
                        {
                            "name": "adepSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummarySupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepChecklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesTripSummaryChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummarySupplier",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryLegAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesTripSummaryPassenger",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuotesChanges",
                    "description": "Quotes with modified price or itinerary since given datetime.",
                    "fields": [
                        {
                            "name": "created",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealization",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealization",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Quotes data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestAvailableStatusesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getForExisting",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestStatus",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getForNew",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestStatus",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftCategoryNid",
                    "description": "Aircraft category numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerListHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "editor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PassengerListDataSource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "textRepresentation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "animalCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContacts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerContactHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerAnimalContacts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerContactHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PassengerListDataSource",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "contact",
                            "description": "Database",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "Text",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerContactHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalIdHistory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalIdHistory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportHistory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportHistory",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NationalIdHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassportHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "issueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripForNewQuoteRequest",
                    "description": "Trip for quote request creation",
                    "fields": [
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "ferryFlightList",
                            "description": "",
                            "args": [
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "interval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FerryFlightOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlightPricing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FerryFlightPricingOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricingOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MarketplaceQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "leon",
                            "description": "For internal use by Leon Marketplace only",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonMarketplaceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketplaceList",
                            "description": "List of all available marketplaces",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Marketplace",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "operator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonMarketplaceOperatorSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableAircraftForQuoteRequest",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchForQuoteRequestResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableAircraftForItinerary",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceTripRequestItineraryInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableAmbulanceAircraftForItinerary",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceAmbulanceItineraryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "searchFerryFlights",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceFerryFlightSearchInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLeonMarketplaceFerryFlightSearchResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripPassengerList",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "itinerary",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "LeonMarketplaceTripPassengerListLegInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullLeonMarketplaceTripPassengerListValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "searchCompaniesByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLeonMarketplaceCompanyValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceOperatorSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "details",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullLeonMarketplaceOperatorDetailsValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceOperatorAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullLeonMarketplaceOperatorDetailsValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullLeonMarketplaceOperatorDetailsValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullLeonMarketplaceOperatorDetailsValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonMarketplaceOperatorDetails",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceOperatorDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logoUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wyvernRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "argusRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestResponsePercentage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medianResponseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceOperatorAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCategoryName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homebaseIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "yearOfProduction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pictureUrls",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceOperatorAircraftPicture",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceOperatorAircraftPicture",
                    "description": "",
                    "fields": [
                        {
                            "name": "thumbnail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "large",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchForQuoteRequestResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchForQuoteRequestResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchForQuoteRequestResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceAvailableAircraftSearchForQuoteRequestResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceAvailableAircraftSearchForQuoteRequestResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonMarketplaceAvailableAircraftSearchResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAlreadyUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceAvailableAircraftSearchResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pictureUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manufactureYear",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningAirportIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceTripRequestItineraryInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceTripRequestItineraryLegInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftMinimumCategory",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftCategoryNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceTripRequestItineraryLegInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullLeonMarketplaceAvailableAircraftSearchResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceAvailableAircraftSearchResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceAmbulanceItineraryInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceTripRequestItineraryLegInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceFerryFlightSearchInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startAirports",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirports",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateFrom",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateTo",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftMinimumCategory",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftCategoryNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullLeonMarketplaceFerryFlightSearchResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullLeonMarketplaceFerryFlightSearchResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullLeonMarketplaceFerryFlightSearchResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceFerryFlightSearchResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceFerryFlightSearchResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pictureUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceTripPassengerListLegInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullLeonMarketplaceTripPassengerListValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullLeonMarketplaceTripPassengerListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullLeonMarketplaceTripPassengerListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonMarketplaceTripPassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceTripPassengerList",
                    "description": "",
                    "fields": [
                        {
                            "name": "itinerary",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceTripPassengerListLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUpdated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceTripPassengerListLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceTripPassengerListPassenger",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceTripPassengerListPassenger",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LeonMarketplaceTripPassengerListTravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LeonMarketplaceTripPassengerListTravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceTripPassengerListTravelDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MarketplaceTravelDocumentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceTripPassengerListFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MarketplaceTravelDocumentType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PASSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceTripPassengerListFile",
                    "description": "",
                    "fields": [
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullLeonMarketplaceCompanyValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullLeonMarketplaceCompanyValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullLeonMarketplaceCompanyValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LeonMarketplaceCompany",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceCompany",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanAiQuoteQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getQuoteFlightFeasibilityResult",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LoginAiConversationThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "QuoteFlightFeasibilityResultUnion",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LoginAiConversationThreadId",
                    "description": "Login ai conversation thread id",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "QuoteFlightFeasibilityResultUnion",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullErrorListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAiFlightFeasibilityResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponseValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullErrorListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAiFlightFeasibilityResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiFlightFeasibilityResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AiFlightFeasibilityResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "failed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullQuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponseValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponse",
                    "description": "Poll for results using query WingmanAiQuoteQuery.",
                    "fields": [
                        {
                            "name": "threadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LoginAiConversationThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteChecklistQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getChecklistItemHistory",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "GetChecklistItemHistoryOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "GetChecklistItemHistoryOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullChecklistHistoryResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "GetChecklistItemHistoryViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullChecklistHistoryResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistHistoryResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistHistoryResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "statusHistory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistStatusHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notesHistory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistNotesHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filesHistory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileHistory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistStatusHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "statusCaption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistHistoryResultChangedByData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistHistoryResultChangedByData",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistNotesHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistHistoryResultChangedByData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GetChecklistItemHistoryViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "GetChecklistItemHistoryViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GetChecklistItemHistoryViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GetChecklistItemHistoryViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "GetChecklistItemHistoryViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationEmailTemplate",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteWithDocument",
                            "description": "Get email data for quote with document attachment.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteWithDocumentInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteWithDocumentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "emailTemplateNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "EmailTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteLegNids",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRealizationLegNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": "null"
                        },
                        {
                            "name": "trNids",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": "null"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "EmailTemplateNid",
                    "description": "EmailTemplateNid numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailData",
                    "description": "",
                    "fields": [
                        {
                            "name": "to",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bcc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fromLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EmailAttachment",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHtmlContentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errors",
                            "description": "Template rendering errors (if any occurred)",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "EmailTemplateErrors",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailAttachment",
                    "description": "",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "UrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "UrlScalar",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateErrors",
                    "description": "",
                    "fields": [
                        {
                            "name": "subject",
                            "description": "Error message for subject template rendering",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "Error message for body template rendering",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripQuery",
                    "description": "Node for trip queries",
                    "fields": [
                        {
                            "name": "bookingsTripList",
                            "description": "Find trips.\nRequires access to resource GRAPHQL_SALES_BOOKINGS.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isCnl",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientsList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ClientNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "assigneesList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "withUnassigned",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightTypes",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripTypes",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "ScheduleTripType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Trip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripsClientsList",
                            "description": "Find trips clients in time period.\nRequires access to resource GRAPHQL_SALES_BOOKINGS",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "assigneeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "withUnassigned",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "ScheduleTripType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientLabelList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Client",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "Trip history",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TripHistoryQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTrip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNidList",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Trip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findTripQuoteByWildcard",
                            "description": "Find trip quote numbers which contains the wildcard (min 3 chars).\nRequires access to resource TRIP_QUOTE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findTripByWildcard",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Trip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripByTripNumber",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNumber",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNumber",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripHistoryQuery",
                    "description": "Node for trip history queries",
                    "fields": [
                        {
                            "name": "getTripNotesHistory",
                            "description": "Get trip notes history.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistoryChange",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripSupplementaryInfoHistory",
                            "description": "Get trip supplementary info. history.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistoryChange",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripHistory",
                            "description": "Requires access to resource GRAPHQL_TRIP_HISTORY_SEE",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripIgnoredWarningHistory",
                            "description": "Requires access to resource GRAPHQL_TRIP_HISTORY_SEE",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripIgnoredWarningHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TripNid",
                    "description": "Trip numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryChange",
                    "description": "Represents single change in history",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editor",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripHistoryLegData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripHistoryLegData",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftSimple",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCancelled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUtc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUtc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toAltnAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altnAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altn2Airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commander",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TripHistoryLegCommander",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripHistoryCrewData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legTagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripHistoryTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TripHistoryTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripHistoryLegCommander",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripHistoryCrewData",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripHistoryTag",
                    "description": "",
                    "fields": [
                        {
                            "name": "tagNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripIgnoredWarningHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ignoredWarnings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TripNidList",
                    "description": "List of trip numerical identifiers",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TripNumber",
                    "description": "Trip number string",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Ftl",
                    "description": "Section for querying data related to FTL module.",
                    "fields": [
                        {
                            "name": "dutyList",
                            "description": "List of duties fulfilling criteria specified in arguments..\ntime interval has to be shorter than 1 month 1 day",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "List of all FTL settings for a given crew member at a given aircraft at a given time.\n\t\t\t\t<br \/>If no crew member is passed via arguments it will fall back to the settings for aircraft<br \/>\n\t\t\t\tand then default for the operator. If time is not passed the settings for NOW will be returned.",
                            "args": [
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTimeWithTimezone",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FtlSettings",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlDutyForCrewMembers",
                            "description": "A duty, related to a sector, and crew members on the list.\nRequires access to resource GRAPHQL_FTL",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMembersOnSectorInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDutyForCrewMemberOnSector",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCompensationTimeCalculationEnabled",
                            "description": "A boolean value, describing if Compensation time calculation is enabled. ",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlCalculationsForCrewMember",
                            "description": "time interval has to be shorter than 2 months",
                            "args": [
                                {
                                    "name": "crewMember",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PersonIdentificationOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlCalculationsForCrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlSettings",
                    "description": "List of FTL Settings.",
                    "fields": [
                        {
                            "name": "reporting_time_default",
                            "description": "Reporting time (duty) before start of first operating sector, if it is not overriden by any other <em>reporting_time_*<\/em> categories.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_by_homebase",
                            "description": "For selected crew home bases, custom reporting times can be specified instead of <em>reporting_time_default<\/em>. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding reporting time. This setting overrides <em>reporting_time_default<\/em> but has lower priority than any of settings that follow.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_by_sunrise",
                            "description": "<b>LRQ rules<\/b> When set reporting time before start of first operating sector will be calculated so that duty starts at ADEP sunrise minus 30 minutes or at 07:30, whichever is later. If this is set, <em>reporting_time_default<\/em> and <em>reporting_time_by_homebase<\/em> will be ignored. All other reporting time settings can override this setting.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_domestic",
                            "description": "Reporting time (duty) before start of first operating sector, if that sector is domestic. If set to \"inf\" (default), <em>reporting_time_default<\/em> is used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning sector for a crew member (by any transport, flight or bus).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_car",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning by car. If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_commercial_carrier",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning of type \"commercial carrier\". If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_train",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning by train. If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_hotel_transfer",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning of type \"Hotel transfer\". If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_bus",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning by \"bus\". If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_commercial_carrier_international",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning by \"commercial carrier\" and the country of the arrival airport is different from the country of the departure airport. If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_positioning_commercial_carrier_domestic",
                            "description": "Reporting time before start of first sector in duty, if it is a positioning by \"commercial carrier\" and the country of the arrival airport is the same as the country of the departure airport If set to \"inf\", default reporting time for positioning is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_scheduled",
                            "description": "Reporting time (duty) before start of first operating sector, for scheduled flights. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_ferry",
                            "description": "Reporting time (duty) before start of first operating sector, if it is a \"positioning\" flight (empty leg). If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_single_pilot",
                            "description": "Reporting time (duty) before start of first operating sector, if it is a single-pilot flight. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_per_departure",
                            "description": "For selected airports of departure, custom reporting times before operating sectors may be specified. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding reporting time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_per_destination",
                            "description": "For selected airports of destination, custom reporting times before operating sectors may be specified. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding reporting time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_distance_dependent",
                            "description": "Reporting time dependent of flight distance. You may specidy several combinations of distance and reporting time. Each line has format: \"DISTANCE HH:MM\", where DISTANCE is distance in NM (Nautical Miles)  and HH:MM is corresponding reporting time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_cabin",
                            "description": "Reporting time (duty) before start of first operating sector for cabin crew. If set to \"inf\", reporting time for cockpit crew (with all possible modifications) will be used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_per_position",
                            "description": "For selected positions, custom reporting times before operating sectors may be specified. Each line has format \"POSITION HH:MM\", where POSITION is an operator name for a given position (e.g. LTC) and HH:MM is the corresponding reporting time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overwrite_all_reporting_time_if_position_occupied",
                            "description": "If given position is occupied all other crew members will have specified reporting time. This applies only to cockpit positions. If multiple positions are defined and occupied on sector, the longest time will be used. Each line has format \"POSITION HH:MM\", where POSITION is an operator name for a given position (e.g. LTC) and HH:MM is the corresponding reporting time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_haul_flight_duration",
                            "description": "The duration time of the long haul flight must be declared here in order to use reporting times for long haul flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_cockpit_long_haul_flight",
                            "description": "Reporting time for cockpit crew for the long haul flight.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_cabin_long_haul_flight",
                            "description": "Reporting time for cabin crew for the long haul flight.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_sector_time",
                            "description": "Duty margin after end of last sector (used only when duty ends with an operating sector).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_sector_by_homebase",
                            "description": "For selected crew home bases, custom post-flight duty times can be specified instead of <em>duty_after_last_sector_time<\/em>. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding post-flight duty time. This setting overrides <em>duty_after_last_sector_time<\/em> but has lower priority than any of settings that follow.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_sector_by_sunset",
                            "description": "<b>LRQ rules<\/b> Duty margin after end of last sector will be calculated so that duty ends at ADES sunset plus 30 minutes. If this is set, <em>duty_after_last_sector_time<\/em> and <em>duty_after_last_sector_by_homebase<\/em> will be ignored. All other duty end time settings can override this setting.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_sector_time_for_single_pilot",
                            "description": "Duty margin after end of last sector (used only when duty ends with an operating sector) when single pilot.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_domestic",
                            "description": "Duty margin after end of last operating sector, if that sector is domestic. If set to \"inf\" (default), <em>duty_after_last_sector_time<\/em> is used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ignore_post_flight_duty_with_actual_times",
                            "description": "If this option is set, both <em>duty_after_last_sector_time<\/em> and all post-flight duty options will be ignored and the (flight) duty period will end at the actual block-on time, if the actual time (from FW or JL) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_post_flight_duty_per_destination",
                            "description": "For selected airports of destination, custom post-flight duty times after last operating sector may be specified. Each line has format \"ICAO HH:MM\", where ICAO is a mask for the ICAO code for the airport (e.g. K***) and HH:MM is the corresponding post-flight duty time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_post_flight_duty_per_position",
                            "description": "For selected positions, custom post-flight duty times after last operating sector may be specified. Each line has format \"POSITION HH:MM\", where POSITION is an operator name for a given position (e.g. LTC) and HH:MM is the corresponding post-flight duty time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overwrite_all_post_flight_duty_time_if_position_occupied",
                            "description": "If given position is occupied all other crew members will have specified post flight duty time. This applies only to cockpit positions. If multiple positions are defined and occupied on sector, the longest time will be used. Each line has format \"POSITION HH:MM\", where POSITION is an operator name for a given position (e.g. LTC) and HH:MM is the corresponding post flight duty time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_positioning",
                            "description": "Duty margin after end of last leg, if it is a positioning sector.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_after_last_positioning_commercial_carrier",
                            "description": "Duty margin after end of last leg, if it is a positioning of type \"commercial carrier\". If set to \"inf\", <em>duty_after_last_positioning<\/em> is used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "post_flight_duty_in_fdp_weight",
                            "description": "Fraction of the post-flight duty included in the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_post_flight_duty_in_fdp",
                            "description": "Maximum duration of post-flight duty to be included in FDP with <em>post_flight_duty_in_fdp_weight<\/em>. Post-flight duty exceeding this limit will not be included in FDP at all.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_for_simulator_cabin",
                            "description": "Custom reporting time for cabin crew on simulator and training flights. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_for_simulator_cockpit",
                            "description": "Custom reporting time for cockpit crew on simulator and training flights. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_end_duty_time_for_simulator_flight",
                            "description": "Custom end duty time for simulator and training flights. If set to \"inf\" default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_for_technical_flight",
                            "description": "Custom reporting time for technical type flight. If set to \"inf\" default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_end_duty_time_for_technical_flight",
                            "description": "Custom end duty time for technical type flight. If set to \"inf\" default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_for_training_flight",
                            "description": "Custom reporting time for trips with training type. If set to \"inf\", default reporting time is used. If flight is a line training as well <i>custom_reporting_time_for_line_training<\/i> takes priority.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_end_duty_time_for_training_flight",
                            "description": "Custom end duty time for trips with training type. If set to \"inf\", default reporting time is used. If flight is a line training as well <i>custom_end_duty_time_for_line_training<\/i> takes priority.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_for_line_training",
                            "description": "Custom reporting time for line trainings and line checks. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_end_duty_time_for_line_training",
                            "description": "Custom end duty time for line trainings and line checks. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_reporting_time_for_ambulance",
                            "description": "Custom reporting time for ambulance flights. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_end_duty_time_for_ambulance",
                            "description": "Custom end duty time for ambulance flights. If set to \"inf\", default reporting time is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "account_for_latest_duty_end_time",
                            "description": "If this option is set, the latest off-duty time of any activity in a duty period will be taken into account when calculating overall duty end time, also for overlapping activities. For example, if a crew member has standby duty from 10:00 to 16:00 overlapped by a flight from 12:00 to 14:00, setting this option will shift the duty end time of the flight from 14:00 (as calculated normally) to 16:00. However, this will work well only with <em>post_flight_duty_in_fdp_weight<\/em> set to 0; otherwise, the added time may be counted towards FDP as well.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reporting_time_switch_to_manual_on_block_off",
                            "description": "If this option is set, when block off in flight watch is filled, reporting time for all crew members in this flight, will be set to manual. Manual reporting mode will prevent from changing times automatically with further flight plan changes.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_multi",
                            "description": "Maximum total block time in FDP for multi-pilot crew depending on local time of FDP start. Each row has format \"HH:MM hh:mm\", and means \"maximum total block time in multi-pilot FDP starting at HH:MM or later is hh:mm\". If left empty, no limit is assumed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_single",
                            "description": "Maximum total block time in FDP for single-pilot crew depending on local time of FDP start. Each row has format \"HH:MM hh:mm\", and means \"maximum total block time in single-pilot FDP starting at HH:MM or later is hh:mm\". If left empty, limits for multi-pilot crew are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_single_sector",
                            "description": "Custom maximum flying time in a single FDP consisting of one sector only. If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_multi_split",
                            "description": "Custom maximum flying time in a single FDP for multi-pilot crew with a break used (split duty). If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_single_split",
                            "description": "Custom maximum flying time in a single FDP for single-pilot crew with a break used (split duty). If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_7h_night",
                            "description": "Custom maximum flying time a FDP if the total flying time at night (according to civil twilight) is 7 hours or more. If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_long_distance",
                            "description": "Custom maximum flying time in a single FDP for long-haul flights, i.e. with duration of one or more sectors at least <em>long_haul_flight_duration<\/em>. If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_augmented",
                            "description": "Custom maximum flying time in a single FDP when flying with augmented crew. If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_double",
                            "description": "Custom maximum flying time in a single FDP when flying with double crew. If set to \u201c0\u201d, preceding limits <em>max_block_time_*<\/em> are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_reduction_by_sector",
                            "description": "Maximum permitted total block time in FDP will be reduced by this value times the number of sectors.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_sector_time_single_pilot",
                            "description": "Maximum block-to-block duration of a single leg in a single-pilot flight.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_flight_time_for_block_time_limits",
                            "description": "If selected, max block time limits will be calculated based on \"flight time\" instead, i.e. from take-off until landing.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positions_without_block_time",
                            "description": "Items are not enforced when counting block time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_extension",
                            "description": "Option for extending max block time limit. If used <em>fdp_extension_limits<\/em> and <em>fdp_extension_duration_limits<\/em> will apply block time extension <b>instead of<\/b> FDP extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_extension_max_multi",
                            "description": "Maximum extended block time for multi-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_block_time_extension_max_single",
                            "description": "Maximum extended block time for single-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_night_duty_time",
                            "description": "Maximum duration of a single \"night\" duty, i.e. overlapping interval specified by <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "single_long_night_duty_period_limit",
                            "description": "Time period limit for cumulative long night duty occurrence (see: <em>min_duty_length_for_long_night_duty<\/em>). Only one duty classified as long night duty may occur within the specified in this setting time interval. <strong>Important:<\/strong> In order to ensure uniform conditions for recognizing duty as long-night duty, this setting should have the same value set on all AOCs and their assigned revisions.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_duty_length_for_long_night_duty",
                            "description": "Minimum length of duty to be classified as long night duty. Related setting: <em>single_long_night_duty_period_limit<\/em>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_night_fdp_time",
                            "description": "Maximum duration of a single \"night\" FDP, i.e. overlapping interval specified by <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_before_multiple_night_duties",
                            "description": "Should any night duties be scheduled to be carried out for 2 or more consecutive nights, then crew members will finish the duty preceding this series of duties by local midnight before commencing the block of consecutive night duties, such that the flight crew members can take a rest period during a local night.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_day_off_after_multiple_night_duties",
                            "description": "At the finish of series of night duties crew member shall have a minimum one day off",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_after_three_wocl_duties",
                            "description": "A flight crew member whose duties have already infringed three consecutive WOCLs, must not be assigned an FDP that would again infringe a WOCL without at least an intervening off-duty period that includes a local night.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_max_fdp_due_to_early_starts",
                            "description": "In case the flight crew member is assigned a 4th, or a 5th consecutive early start: the maximum FDP permissible on the day of the 4th early start is reduced by 2 hours, and the maximum FDP permissible on the day of the 5th early start is reduced by 4 hours. The 6th early start will be flagged as a violation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interval_start_for_late_duty",
                            "description": "If a duty ends after this hour, not being a \"night duty\", it will be classified as a \u201elate finish\u201d duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interval_start_for_night_duty",
                            "description": "If duty overlaps with an interval between this time and <em>interval_end_for_night_duty<\/em>, will be classified as a night duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interval_end_for_night_duty",
                            "description": "If duty overlaps with an interval between <em>interval_start_for_night_duty<\/em> and this time, will be classified as a night duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interval_end_for_early_duty",
                            "description": "If a duty starts before this hour, not being a \"night duty\", then it will be classified as an \u201eearly start\u201d duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_fdp_for_night_duty_calculation",
                            "description": "If selected FDP start and end times will be used to determine early\/late\/night duty instead of duty times. Non-FDP duty will never be considered as early\/late\/night duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_length_for_night_duty_calculation",
                            "description": "Minimum length of a duty period to be considered a nocturnal (or night) duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nocturnal_encroachment_threshold",
                            "description": "The overlap with the interval specified by <em>interval_start_for_late_duty<\/em> and <em>interval_end_for_early_duty<\/em> should be greater than this value for the duty to be counted as \"nocturnal\". Therefore, if set to zero (default), any non-zero overlap will suffice. This threshold does <strong>not<\/strong> affect checking for WOCL duty i.e. <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_consecutive_duty_max_separation_days",
                            "description": "Whether to determine consecutive duties based on days. - If true, uses $consecutive_duty_max_separation_days. - If false, uses $consecutive_duty_max_separation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_duty_max_separation",
                            "description": "Maximum time of separation between duties to be treated as consecutive.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_duty_max_separation_days",
                            "description": "Maximum days of separation between duties to be treated as consecutive.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_nocturnal_duty_max",
                            "description": "Maximum number of consecutive (not separated by <em>consecutive_duty_max_separation<\/em> or more) nocturnal duties, i.e. overlapping interval specified by <em>interval_start_for_late_duty<\/em> and <em>interval_end_for_early_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_by_consecutive_nocturnal_duty",
                            "description": "Minimal rest required after a series of two or more consecutive nocturnal duties, i.e. overlapping interval specified by <em>interval_start_for_late_duty<\/em> and <em>interval_end_for_early_duty<\/em>. Written as set of lines in format \"X HH:MM\", where each line means minimum \u00abHH:MM\u00bb rest after \u00abX\u00bb consecutive nocturnal duties.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_nocturnal_duty_rest",
                            "description": "<b>DEPRECATED! Please use minimum_rest_by_consecutive_nocturnal_duty instead.<\/b> Minimal rest required after a series of two or more consecutive nocturnal duties, i.e. overlapping interval specified by <em>interval_start_for_late_duty<\/em> and <em>interval_end_for_early_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_nocturnal_duty_only_for_acclimatized",
                            "description": "This option disables <em>consecutive_nocturnal_duty_max<\/em> for not acclimatized crew members.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_nocturnal_duty_rest_only_for_cockpit_crew",
                            "description": "This option disables <em>consecutive_nocturnal_duty_rest<\/em> for cabin crew, so that it will only be required for cockpit crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_early_starts_max",
                            "description": "Maximum number of consecutive early starts, i.e. commencing in the interval specified by <em>interval_end_for_night_duty<\/em> and <em>interval_end_for_early_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_night_duty_max",
                            "description": "Maximum number of consecutive (not separated by <em>consecutive_duty_max_separation<\/em> or more) night duties, i.e. overlapping interval specified by <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_night_duty_warning",
                            "description": "The warning threshold for the number of consecutive night duties.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_split_night_duty_max",
                            "description": "Maximum number of consecutive (not separated by <em>consecutive_duty_max_separation<\/em> or more) night duties, i.e. overlapping interval specified by <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>, that also contain a break of 2h or more.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_night_duty_limits",
                            "description": "Cumulative limits for night duties, i.e. overlapping interval specified by <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb night duties in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_nocturnal_duty_limits",
                            "description": "Cumulative limits for nocturnal duties, i.e. overlapping interval specified by <em>interval_start_for_late_duty<\/em> and <em>interval_end_for_early_duty<\/em>. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb night duties in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_early_start_limits",
                            "description": "Cumulative limits for early starts, i.e. commencing between <em>interval_end_for_night_duty<\/em> and <em>interval_end_for_early_duty<\/em>. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb night duties in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allow_five_early_morning_duties",
                            "description": "Five consecutive early morning duties will be allowed as long as:<ul> <li>the minimum rest period before the start of such a series will be 24 hours,<\/li> <li>the duties will not exceed 9 hours each,<li> <li>at the finish of such a series of duties, crew members will have a minimum of 63 hours free of all duties. <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allow_five_night_duties",
                            "description": "Five consecutive night duties will be allowed as long as:<ul> <li>the minimum rest period before the start of such a series will be 24 hours,<\/li> <li>the duties will not exceed 8 hours each,<li> <li>at the finish of such a series of duties, crew members will have a minimum of 54 hours free of all duties. <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allow_five_night_duties_alternative",
                            "description": "Five consecutive night duties will be allowed as long as:<ul> <li>a break of at least three hours is included in each flight duty period, <li>at the finish of such a series of duties, crew members will have a minimum of 56 hours free of all duties. <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allow_postpone_min_rest_after",
                            "description": "Setting is responsible for postponing the required minimum rest after, if its value is greater than required. The postponed rest will be applied after the next FDP and applies only to rest calculated from conditions.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_night_min_duty_length",
                            "description": "Minimum duty length required to count given duty towards cumulative night or nocturnal duties.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_time_difference_for_consecutive_local_nights",
                            "description": "Upper limit for the time zone difference between local nights on consecutive days to be counted as consecutive.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "consecutive_night_duty_time",
                            "description": "Maximum total duty time allowed for a sequence of consecutive night duties. For example, for the following data 20 01:00 40 02:00 all values less than 20 will return NULL, values between 20 and 39 will return 01:00 and values not less than 40 will return 02:00.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_duty_cabin_limits",
                            "description": "Cumulative duty limits for cabin crew. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative duty hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_duty_cockpit_limits",
                            "description": "Cumulative duty limits for cockpit crew. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative duty hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_duty_cockpit_requiring_24h_rest",
                            "description": "Additional cumulative duty limits for cockpit crew to be enforced if the following rest period is shorter than 24 hours required in these cases. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative duty hours in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_duty_between_days_off",
                            "description": "Maximum total (cumulative) duty time between days off duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_block_cockpit_limits",
                            "description": "Cumulative block time limits for cockpit crew. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative block (flight) hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_block_cockpit_requiring_24h_rest",
                            "description": "Additional cumulative block limits for cockpit crew to be enforced if the following rest period is shorter than 24 hours required in these cases. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative block (flight) hours in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_block_single_limits",
                            "description": "Cumulative block time limits for single pilot. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative block (flight) hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_block_cabin_limits",
                            "description": "Cumulative block time limits for cabin crew. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative block (flight) hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_to_reset_block_time",
                            "description": "Number of consecutive days off needed to reset cumulative block time to 0. Written as set of lines in format \"X in Y Z\", where each line means \"At least \u00abX\u00bb consecutive days off are needed to reset the block time limit for every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be (calendar) day, month, quarter or year. The days off will be counted as \"days free of flights\", regardless of the current mode set in <em>days_off_calculation<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_block_end_time_for_cumulative_end_time",
                            "description": "If set, cumulative block time will be calculated from block end time instead of duty end time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "increased_daily_block_time_limit_for_augmented_crew",
                            "description": "Cumulative block time limits for \"1 day\" or \"24 hours\" will be increased to this value if there is at least part of some FDP with augmented crew in the examined interval.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "increased_daily_block_time_limit_for_double_crew",
                            "description": "Cumulative block time limits for \"1 day\" or \"24 hours\" will be increased to this value if there is at least part of some FDP with double crew in the examined interval.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_block_limit_with_nocturnal_duties",
                            "description": "Cumulative block time limits for \"7 days\" or \"168 hours\" will be replaced with this value if there is at least part of some FDP that is classified as \"night\" or \"nocturnal\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_duty_limit_with_3_nocturnal_duties",
                            "description": "Cumulative duty time limits for \"7 days\" or \"168 hours\" will be replaced with this value if there are least three FDPs (or parts thereof) that are classified as \"night\" or \"nocturnal\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_block_time_limits_sfo",
                            "description": "Cumulative block time limits for crew marked as Special Flight Operations. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative block (flight) hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_fdp_limits",
                            "description": "Cumulative FDP limits for all crew members Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative FDP hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_fdp_night_limits",
                            "description": "Cumulative night FDP limits for all crew members Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative night FDP hours in every period of  \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "increased_28_calendar_days_block_time_four_times_a_year",
                            "description": "This option allows to increase \"X in 28 calendar days\" block time limit to a custom value for 28 consecutive days at most 4 times in every calendar year. Every period of extension counts towards the calendar year in which it ends.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_flight_time_for_cumulative_limits",
                            "description": "If selected, cumulative block time limits will be calculated based on \"flight time\" instead, i.e. from take-off until landing.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_whole_period_for_cumulative_limits",
                            "description": "If selected, in case of \"calendar\" periods, the whole period (e.g. 00:00 to 24:00) will always be used for cumulative duty\/block time calculations, instead of ending the period at the current duty (e.g. 00:00 to 13:57).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_previous_period_as_calendar_month",
                            "description": "If selected, in case of \"calendar month\" periods, the entire previous month instead of the current month (e.g. JUL instead of AUG) will be used for cumulative duty\/block time calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disable_block_time_limits_for_cabin_crew",
                            "description": "If selected, block time limits will not apply to cabin crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_long_distance_24h_block_time",
                            "description": "Cumulative limit of long distance flights' block time in consecutive 24h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_short_distance_24h_block_time",
                            "description": "Cumulative limit of other (non-long-distance) flights' block time in consecutive 24h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_training_distance_24h_block_time",
                            "description": "Cumulative limit of line training block time in consecutive 24h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deduct_year_cumulative_block_time_limit_for_legs",
                            "description": "Deduct year cumulative block limit up to 50h for large number of flights deduction = (flights_qty-200)\/6, min. 0, max. 50, rounded down.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acclimatisation",
                            "description": "Type of acclimatisation used on this AOC.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acclimatisation_min_rest_to_reacclimatise",
                            "description": "Defines a number of hours that has to be spent in any location to acclimatize to its timezone.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acclimatisation_max_offset_diff",
                            "description": "Defines the band of the WOCL acclimatization. Band of three timezones is default and defined as \u00b101:00 (from \u221201:00 to +01:00) relative to the home base. As long as a crew member is flying within this band, they stay acclimatized to their homebase.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_consecutive_non_acclimated_fdp",
                            "description": "Maximum permitted number of consecutive FDPs in an unknown state of acclimatisation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "non_fdp_duties_preserve_non_acclimated_count",
                            "description": "When counting consecutive FDPs in an unknown state of acclimatisation, any non-fdp duties will be counted as well.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disable_fdp_length_limit",
                            "description": "If this option is set, FDP length limit will not be calculated.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_most_restrictive_fdp_limit",
                            "description": "Usually, FDP limits are based on the AOC of the first operating sector. If this option is selected, though, the max FDP is calculated based on the most restrictive AOC among the AOC of all sectors in FDP instead. <b>Important:<\/b> Make sure that item <em>use_least_restrictive_fdp_limit<\/em> is disabled, otherwise this item will not work properly.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_least_restrictive_fdp_limit",
                            "description": "Usually, FDP limits are based on the AOC of the first operating sector. If this option is selected, though, the max FDP is calculated based on the least restrictive AOC among the AOC of all sectors in FDP instead. <b>Important:<\/b> Make sure that item <em>use_most_restrictive_fdp_limit<\/em> is disabled, otherwise this item will not work properly.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_departure_time_for_fdp_limit",
                            "description": "If this option is set, time-dependent maximum daily FDP will be calculated based on scheduled departure time instead of a beginning of the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_cpt_manual_reporting_for_cabin_fdp_limit",
                            "description": "If this option is set, time-dependent maximum daily FDP for <b>cabin crew<\/b> will be calculated based on the <b>CPT position's manually entered<\/b> reporting time (if available) instead of the beginning of the FDP. This option takes precedence over <em>use_cockpit_auto_reporting_time_for_cabin_fdp_limit<\/em> below.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_cockpit_auto_reporting_time_for_cabin_fdp_limit",
                            "description": "If this option is set, time-dependent maximum daily FDP for <b>cabin crew<\/b> will be calculated based on the <b>cockpit crew's AUTO<\/b> reporting time instead of the beginning of the FDP. The manually entered cockpit reporting time will not be used, with exception for <em>use_cpt_manual_reporting_time_for_cabin_fdp_limit<\/em> above.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_planned_reporting_in_case_of_small_delay",
                            "description": "If this option is set, whenever the delay is less than 4 hours, the maximum FDP is calculated based on the original reporting time. Either way, the FDP starts counting at the delayed reporting time, as usual. This option works best together with <em>exclude_manual_reporting_from_plan<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_most_restrictive_fdp_limit_in_case_of_long_delay",
                            "description": "If this option is set, whenever the delay is 4 hours or more, the maximum FDP is calculated based on the original reporting time as well as planned FDP and the most restrictive (shortest) result is used. Either way, the FDP starts counting at the delayed reporting time, as usual. This option works best together with <em>exclude_manual_reporting_from_plan<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_manual_reporting_from_plan",
                            "description": "This option classifies only \"auto\" reporting times as planned. Therefore, all manually entered reporting times will be treated as changed during FDP realization instead of in the planning phase.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_block_time_for_fdp_length",
                            "description": "If selected, FDP length will be calculated as the sum of sector block times. Reporting times will not be included in actual FDP duration. To include reporting times, use <em>use_block_weight_as_fdp_weight<\/em> instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_block_weight_as_fdp_weight",
                            "description": "If selected, FDP weight (% contribution) for all flight segments will be taken from block time contribution. This will not affect reporting time and post-flight duty time, which will be included as usual. To exclude reporting times, use <em>use_block_time_for_fdp_length<\/em> instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_multi_acclimatised",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to multi-pilot crew, providing the crew member is acclimatised. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_multi_after_short_rest",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to multi-pilot crew, providing the crew member is NOT acclimatised, and last rest period was shorter than 18 hours. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>. <b>If <em>fdp_length_single<\/em> is not configured this limit will also be applied to single pilot crew.<\/b>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_multi_after_medium_rest",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to multi-pilot crew, providing the crew member is NOT acclimatised, and last rest period was between 18 hours and 30 hours (inclusive). Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>. <b>If <em>fdp_length_single<\/em> is not configured this limit will also be applied to single pilot crew.<\/b>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_multi_after_long_rest",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to multi-pilot crew, providing the crew member is NOT acclimatised, and last rest period was longer than 30 hours. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>. <b>If <em>fdp_length_single<\/em> is not configured this limit will also be applied to single pilot crew.<\/b>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_multi_special_rule",
                            "description": "Special rule on max FDP to be used for multi-pilot crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_single",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to single-pilot crew. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>. If left empty, limits for multi-pilot crew are used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_single_special_rule",
                            "description": "Special rule on max FDP to be used for single-pilot crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_cabin",
                            "description": "Maximum length of FDP for cabin crew, depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to cabin crew. If undefined, the same rules apply as for the cockpit crew. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance_table",
                            "description": "Maximum length of FDP for energency medical flights (ambulance), depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>. If left empty, \"normal\" tables are used instead. It is usually sufficient to define either <em>fdp_length_ambulance_table<\/em> or <em>fdp_length_ambulance<\/em>, but not both at once.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance",
                            "description": "Change of the maximum FDP duration for emergency medical flights (ambulance flights). It is usually sufficient to define either <em>fdp_length_ambulance_table<\/em> or <em>fdp_length_ambulance<\/em>, but not both at once.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_ambulance_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ambulance_defined_by_last_sector",
                            "description": "If selected, FDP will be treated as \"ambulance\" whenever the last sector in FDP (not necessarily the entire FDP) has this type. If not selected (default), all sectors must be of this type for <em>fdp_length_ambulance<\/em> to be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disable_ambulance_for_single_pilot",
                            "description": "If selected, single-pilot FDP are not classified as \"ambulance\" for the purpose of calculating max FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_non_commercial",
                            "description": "Change of the maximum FDP duration for non-commercial flights (aka private).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_non_commercial_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_non_commercial_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_non_commercial_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_non_commercial_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_non_commercial_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_for_owner_instead_of_non_commercial",
                            "description": "This flag will result in \"non-commercial\" flag deduced from \"for owner\" flight type, instead of from the dedicated \"commercial\" flag being unset. The \"commercial\" flag will have no effect if this field is selected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "non_commercial_defined_by_last_sector",
                            "description": "If selected, FDP will be treated as \"non-commercial\" whenever the last sector in FDP (not necessarily the entire FDP) has the \"commercial\" flag unset. If not selected (default), all sectors must have this flag unset for <em>fdp_length_non_commercial<\/em> to be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skip_fdp_alterations_for_non_commercial",
                            "description": "This option allows to skip all FDP-related extensions and reductions (e.g. WOCL, FDP extension, crew augmentation) for \"non-commercial\" FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skip_fdp_alterations_for_single_pilot",
                            "description": "This option allows to skip FDP-related extensions and reductions for single pilot FDP <b>except for alterations caused by WOCL encroachement<\/b>. Those will still affect maximum FDP duration.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skip_wocl_reduction_for_non_commercial",
                            "description": "This option allows to skip WOCL reduction for \"non-commercial\" FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skip_wocl_reduction_for_split_duty",
                            "description": "This option allows to skip WOCL reduction for \"split duty\" FDP. Works ONLY when <em>split_and_augmented_prior_to_wocl<\/em> is enabled",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_for_simulator_and_training",
                            "description": "Change of the maximum FDP duration for FDP including at least one simulator or training sector.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_for_simulator_and_training_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_for_simulator_and_training_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_for_simulator_and_training_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_for_simulator_and_training_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_for_simulator_and_training_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce",
                            "description": "Method of calculating FDP reduction due to WOCL encroachment. Generally, if this option is not \"none\":<ul> <li>when the FDP starts in the WOCL, the maximum FDP will be reduced by 100% of its encroachment up to a maximum of two hours<\/li> <li>when the FDP ends in or fully encompasses the WOCL, the maximum FDP will be reduced by 50% of its encroachment<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_skip_for_augmented",
                            "description": "If selected FDP reduction due to WOCL encroachment will be ignored for augmented crews.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_skip_for_double",
                            "description": "If selected FDP reduction due to WOCL encroachment will be ignored for double crews.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_skip_when_not_acclimated",
                            "description": "If the WOCL reduction should be skipped, whenever the crew member is in an unknown state of acclimatisation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_max_reduction_single",
                            "description": "Maximum reduction due to WOCL for a single pilot.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_max_reduction_multi",
                            "description": "Maximum reduction due to WOCL for multi pilot.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_max_reduction",
                            "description": "Maximum reduction due to WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_wocl_reduce_duration",
                            "description": "FDP reduction due to WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_prior_to_wocl",
                            "description": "If this option is set, WOCL encroachment will be calculated based on the FDP limit including potential extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wocl_reduction_only_with_extension",
                            "description": "If this option is set, WOCL encroachment will be calculated only for the FDP that include extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wocl_reduction_only_with_split_or_augmented",
                            "description": "If this option is set, WOCL encroachment will be calculated only for the FDP that has split duty, or augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "split_and_augmented_prior_to_wocl",
                            "description": "If this option is set, WOCL encroachment will be calculated based on the FDP which already takes into account both split duty and\/or augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_break_from_wocl",
                            "description": "Exclude break time (in case of split duty) from WOCL encroachment calculations. This option is NOT supported by \"real intersection with WOCL\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_max_sectors_up_to_2h_wocl",
                            "description": "Maximal number of sectors in FDP, when starts or ends in the WOCL, and encroaches the WOCL by no more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_max_sectors_over_2h_wocl",
                            "description": "Maximal number of sectors in FDP, when starts or ends in the WOCL, and encroaches the WOCL by more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_max_sectors_night",
                            "description": "Independent limit on the maximum number of sectors in FDP when it overlaps with the interval between <em>interval_start_for_night_duty<\/em> and <em>interval_end_for_night_duty<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_hard_limit",
                            "description": "Upper limit for max FDP duration, which cannot be exceeded even if any extension (e.g. FDP+) is used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "increase_by_time_difference_from_timezone",
                            "description": "If this value is more than 0 and the difference of timezones will be bigger than provided value, <em>minimum_rest_at_homebase_increase_by_time_difference<\/em> and <em>minimum_rest_outside_homebase_increase_by_time_difference<\/em> will be calculated using the time difference reduced by this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_max_fdp_due_to_time_zone_difference",
                            "description": "If this option is set, and the time zone difference between the current location and the home base (time zone offset) is 3 hours or greater, the max FDP shall be limited to 11:30. For each sector starting from sector in setting <em>$reduce_max_fdp_due_to_time_zone_difference_start_reduce_sector<\/em>, this limit shall be further reduced by 00:30. Also, FDP extensions cannot be used on such flights, unless <em>reduce_max_fdp_due_to_time_zone_difference_with_fdp_extension<\/em> is set.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_max_fdp_due_to_time_zone_difference_before_fdp_length_modification",
                            "description": "If this option is set, <em>$reduce_max_fdp_due_to_time_zone_difference<\/em> will be applied before FDP modifications realized by <em>fdp_length_ambulance<\/em>, <em>fdp_length_non_commercial<\/em> and <em>fdp_length_for_simulator_and_training<\/em>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_max_fdp_due_to_time_zone_difference_with_fdp_extension",
                            "description": "If this option is set, <em>reduce_max_fdp_due_to_time_zone_difference<\/em> is allowed to work with FDP extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_max_fdp_due_to_time_zone_difference_max_local_nights",
                            "description": "Specifies the maximum number of local nights during which the restriction on the maximum FDP time is to be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_max_fdp_due_to_time_zone_difference_start_reduce_sector",
                            "description": "Specifies the first sector number, from which FDP limit will be further reduced like for each subsequent sectors.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "night_limits_disable_for_augmented",
                            "description": "If checked, FDP limitations due to night duty will not be applied on duties with augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disallow_aircraft_type_change_in_fdp",
                            "description": "If this option is selected, any FDP that switches between aircraft with different aircraft types will not be permitted (it will result in max FDP reduced to 0).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_warning_threshold",
                            "description": "Time margin before max FDP length when warning on FDP will be displayed. For example, if max FDP is 13:00 and this threshold is 01:00, warning will be displayed when FDP exceeds 12:00.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabin_fdp_length_increase",
                            "description": "Increase in maximum FDP time for cabin crew. This increase will be applied even if <em>fdp_length_cabin<\/em> is already in force.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equivalent_sector_count_acclimatised",
                            "description": "When the flight crew consists of two pilots, every sector long enough, when acclimatised, shall be considered as a multi-sector flight. Each row has format \"HH:MM N\", where HH:MM is minimal length (block time) of sector and N is the equivalent sector count.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equivalent_sector_count_not_acclimatised",
                            "description": "When the flight crew consists of two pilots, every sector long enough, when NOT acclimatised, shall be considered as a multi-sector flight. Each row has format \"HH:MM N\", where HH:MM is minimal length (block time) of sector and N is the equivalent sector count.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_sector_time_not_acclimatised",
                            "description": "Maximum block-to-block duration of a single leg in a non-acclimatised state.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equivalent_sector_count_use_actual_duration",
                            "description": "If set to TRUE, actual duration of the flight (including JL) will be taken into account when calculating the equivalent sector count. Otherwise, if unset, planned duration will be used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equivalent_sector_count_disable_for_augmented",
                            "description": "If selected, the above options <em>equivalent_sector_count_*<\/em> will NOT be used for augmented and double crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equivalent_sector_count_disable_for_cabin",
                            "description": "If selected, the above options <em>equivalent_sector_count_*<\/em> will NOT be used for cabin crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "equivalent_sector_count_disable_for_non_commercial",
                            "description": "If selected, the above options <em>equivalent_sector_count_*<\/em> will NOT be used for non-commercial flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension",
                            "description": "Allows to specify the details of extending the FDP (FDP+).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_max_sectors_without_wocl",
                            "description": "Maximal number of sectors in FDP with extension, when not encroached by WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_max_sectors_up_to_2h_wocl",
                            "description": "Maximal number of sectors in FDP with extensions, when encroached by WOCL by no more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_max_sectors_over_2h_wocl",
                            "description": "Maximal number of sectors in FDP with extensions, when encroached by WOCL by more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_night_max_fdp_time",
                            "description": "Independent limit on maximal length of single extended FDP, starting between 22:00 and 04:59 local time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_only_for_acclimatised",
                            "description": "If FDP Extension should be applied only for acclimatized crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_rest_length",
                            "description": "Min rest increase length that should be applied after extending of the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_rest_length_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_rest_length_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_rest_length_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_rest_length_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_rest_length_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_time",
                            "description": "Maximal extension of single FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_time_for_augmented_crew",
                            "description": "Maximal extension of single FDP for augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_time_for_double_crew",
                            "description": "Maximal extension of single FDP for double crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_max_fdp",
                            "description": "Limit on maximum duration of extended FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_max_multi",
                            "description": "Maximum extended FDP for multi-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_max_single",
                            "description": "Maximum extended FDP for single-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_values",
                            "description": "Maximum extended FDP length depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_split_duty_compatibility",
                            "description": "If set FDP extension will be applied on top of extension previously applied due to split duty. <b>Warning!<\/b> This works by adding extension resulting from split duty to value from table defined above corresponding to local time of FDP start. This will happen regardless of split duty configuration and can lead to incorrect values if split duty is configured not as an extension by value but as an extension up to a value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance",
                            "description": "Alternative FDP extension for \"ambulance\" FDP. If left as \"not used\", ambulance FDP+ will use the same settings as <em>fdp_extension<\/em> above. To disable extensions for ambulance FDP altogether, use <em>fdp_extension_disable_on_ambulance<\/em> instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_max_sectors_without_wocl",
                            "description": "Maximal number of sectors in FDP with extension, when not encroached by WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_max_sectors_up_to_2h_wocl",
                            "description": "Maximal number of sectors in FDP with extensions, when encroached by WOCL by no more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_max_sectors_over_2h_wocl",
                            "description": "Maximal number of sectors in FDP with extensions, when encroached by WOCL by more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_night_max_fdp_time",
                            "description": "Independent limit on maximal length of single extended FDP, starting between 22:00 and 04:59 local time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_only_for_acclimatised",
                            "description": "If FDP Extension should be applied only for acclimatized crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_min_rest_length",
                            "description": "Min rest increase length that should be applied after extending of the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_min_rest_length_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_min_rest_length_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_min_rest_length_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_min_rest_length_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_min_rest_length_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_time",
                            "description": "Maximal extension of single FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_time_for_augmented_crew",
                            "description": "Maximal extension of single FDP for augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_time_for_double_crew",
                            "description": "Maximal extension of single FDP for double crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_max_fdp",
                            "description": "Limit on maximum duration of extended FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_max_multi",
                            "description": "Maximum extended FDP for multi-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_max_single",
                            "description": "Maximum extended FDP for single-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_values",
                            "description": "Maximum extended FDP length depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_ambulance_split_duty_compatibility",
                            "description": "If set FDP extension will be applied on top of extension previously applied due to split duty. <b>Warning!<\/b> This works by adding extension resulting from split duty to value from table defined above corresponding to local time of FDP start. This will happen regardless of split duty configuration and can lead to incorrect values if split duty is configured not as an extension by value but as an extension up to a value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial",
                            "description": "Alternative FDP extension for non-commercial FDP. If left as \"not used\", non-commercial FDP+ will use the same settings as <em>fdp_extension<\/em> above.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_max_sectors_without_wocl",
                            "description": "Maximal number of sectors in FDP with extension, when not encroached by WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_max_sectors_up_to_2h_wocl",
                            "description": "Maximal number of sectors in FDP with extensions, when encroached by WOCL by no more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_max_sectors_over_2h_wocl",
                            "description": "Maximal number of sectors in FDP with extensions, when encroached by WOCL by more than 2h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_night_max_fdp_time",
                            "description": "Independent limit on maximal length of single extended FDP, starting between 22:00 and 04:59 local time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_only_for_acclimatised",
                            "description": "If FDP Extension should be applied only for acclimatized crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_min_rest_length",
                            "description": "Min rest increase length that should be applied after extending of the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_min_rest_length_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_min_rest_length_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_min_rest_length_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_min_rest_length_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_min_rest_length_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_time",
                            "description": "Maximal extension of single FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_time_for_augmented_crew",
                            "description": "Maximal extension of single FDP for augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_time_for_double_crew",
                            "description": "Maximal extension of single FDP for double crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_max_fdp",
                            "description": "Limit on maximum duration of extended FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_max_multi",
                            "description": "Maximum extended FDP for multi-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_max_single",
                            "description": "Maximum extended FDP for single-pilot operations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_values",
                            "description": "Maximum extended FDP length depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_non_commercial_split_duty_compatibility",
                            "description": "If set FDP extension will be applied on top of extension previously applied due to split duty. <b>Warning!<\/b> This works by adding extension resulting from split duty to value from table defined above corresponding to local time of FDP start. This will happen regardless of split duty configuration and can lead to incorrect values if split duty is configured not as an extension by value but as an extension up to a value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_mode",
                            "description": "Allows to choose how, in general, FDP extension should work: whether it should be applied automatically, or only in case of a violation (default).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apply_standard_extension_on_top",
                            "description": "If selected FDPs for non-commercial and\/or ambulance FDPs will have normal FDP extension (defined by <em>fdp_extension<\/em>) calculated on top of special FDP extension (defined by <em>fdp_extension_ambulance<\/em>, <em>fdp_extension_non_commercial<\/em>).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_limits",
                            "description": "FDP extension limits. Written as set of lines in format \"X in Y Z\", where each line means \"No more than \u00abX\u00bb FDP extensions in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_limits_discretion",
                            "description": "Describes how the commander\u2019s discretion (CD) flag affects cumulative FDP+ limits defined in <em>fdp_extension_limits<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_duration_limits",
                            "description": "Limits on total duration of FDP extension. Written as set of lines in format \"X in Y Z\", where each line means \"No more than \u00abX\u00bb extension hours in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_limits_include_augmented",
                            "description": "If selected, augmented\/double FDP will also be counted towards <em>fdp_extension_limits<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_fdp_extension_for_limit",
                            "description": "Extended FDP with extension not exceeding this value will not be counted into <em>fdp_extension_limits<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_duration_limits_use_consumed_extension",
                            "description": "If this option is set, <em>fdp_extension_duration_limits<\/em> will use actually consumed FDP extension instead of maximum possible FDP extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_rest_increase",
                            "description": "If this option is set, for FDP with extension,<ul> <li>pre and post flight minimum rest is increased by two hours, OR<\/li> <li>post flight rest only is increased by four hours<\/li><\/ul> Where the extensions are used for consecutive FDPs, the pre and post flight rest between the two duties shall run consecutively.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_8h_rest_increase_after_consecutive",
                            "description": "If this option is set, after each consecutive FDP with extension in 7 days, only the post-flight rest is increased by eight hours and the regular <em>fdp_extension_rest_increase<\/em> is not applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_min_separation",
                            "description": "At least this duration must elapse between the end of one FDP+ and the start of another. This requirement will not be enforced if both FDP+ are the part of the same rotation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_required_min_rest",
                            "description": "Minimum required duration of rest to precede AND follow any FDP with extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_disable_on_ambulance",
                            "description": "Disable (do not allow) FDP extensions in case of ambulance FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_disable_on_split_duty",
                            "description": "Disable FDP extension to the split duty (duty extended due to the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extension_disable_on_single_pilot",
                            "description": "Disable (do not allow) FDP extensions when at least one sector is single-pilot flight.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "training_duty_weight",
                            "description": "Fraction of training period to be counted in cumulative duty hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulator_duty_weight",
                            "description": "Fraction of simulator period to be counted in cumulative duty hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulator_fdp_weight_preceding_operating_sectors",
                            "description": "Fraction of simulator or training period to be counted towards FDP time, if it precedes one or more operating sectors. If this option is left as 0 (default), this feature is not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "treat_simulator_as_duty",
                            "description": "Whether the simulator should be treated as an non-FDP duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leading_positioning_in_duty_weight",
                            "description": "Time fraction of leading positioning to be included in total duty time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "is_positioning_count_as_sector",
                            "description": "Whether every positioning count as sector for FDP calculation. This option is rarely used; you probably need <em>is_leading_positioning_count_as_sector<\/em> or <em>is_fdp_positioning_count_as_sector<\/em> instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "is_positioning_count_as_sector_before_break",
                            "description": "Whether positioning directly before break count as sector for FDP calculation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "is_leading_positioning_count_as_sector",
                            "description": "Whether a positioning preceding FDP counts as sector for FDP calculation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "is_fdp_positioning_count_as_sector",
                            "description": "Whether a positioning inside of FDP counts as sector for FDP calculation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_zero_landings_from_sector_count",
                            "description": "If selected, sectors with no landing (landing count = 0) entered in JL will not be counted towards sector count.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_trailing_icao_type_g",
                            "description": "If selected, all sectors with ICAO type G at the end of the FDP will be excluded from the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trailing_positioning_in_duty_weight",
                            "description": "Time fraction of trailing positioning (at most last 2 sectors) to be included in total duty time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "other_positioning_in_duty_weight",
                            "description": "Time fraction of positioning which is neither \"trailing\" nor \"leading\" to be included in total duty time. This includes stand-alone positioning as well.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotel_transfer_positioning_in_duty_weight",
                            "description": "Time fraction of hotel type of positioning, which is neither \"trailing\" nor \"leading\" to be included in total duty time. This includes stand-alone positioning as well.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning_in_fdp_weight",
                            "description": "Time fraction of positioning to be included in total FDP time. Positioning not included in FDP is taken with coefficient equal to 0, regardless of this setting.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_facilities",
                            "description": "Possible values of rest facilities.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_crew_condition",
                            "description": "Method of checking whether a given duty period qualifies as augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_crew_condition_min_rest_time",
                            "description": "Minimum total in\u2011flight rest time within the duty period to count as in\u2011flight rest. Default is \"inf\", which effectively disables the rule until configured by the caller.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_crew_condition",
                            "description": "Method of checking whether a given duty period qualifies as double crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_crew_condition_min_rest_time",
                            "description": "Minimum total in\u2011flight rest time within the duty period to count as in\u2011flight rest. Default is \"inf\", which effectively disables the rule until configured by the caller.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "in_flight_rest_require_rest_facility",
                            "description": "If this option is set, rest facility (any other than NONE) has to be set on the sector in order to apply <b>any<\/b> in-flight rest limits.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_crew_max_sectors",
                            "description": "Maximal number of landings if an FDP is extended due to crew augmentation. Applies only to cockpit crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_crew_max_sectors",
                            "description": "Maximal number of landings if an FDP is extended due to crew augmentation by an additional complete crew. Applies only to cockpit crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "in_flight_rest_additional_short_sector",
                            "description": "Limits specified in <em>augmented_crew_max_sectors<\/em> and <em>double_crew_max_sectors<\/em> can be increased by one if there is an additional sector not exceeding this duration.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_flight_time_percentage",
                            "description": "If selected, following cumulative flight time rules will follow. For augmented cockpit crew:<ul> <li>for 1 additional pilot: 80% <li>for 2 additional pilots: 75% <li>for 3 additional pilots: 70% <\/ul> For augmented cabin crew:<ul> <li>when flight time is 08:00 or less: 100% <li>when flight time exceeds 08:00: 80% <li>when flight time exceeds 10:00: 75% <li>when flight time exceeds 12:00: 70% <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_flight_time_proportional",
                            "description": "If selected, flight (block) time for augmented or double crew will be reduced proportionally by the in-flight rest fraction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reduce_flight_time_require_rest_facility",
                            "description": "If this option is set, rest facility (any other than NONE) has to be set on the sector in order to apply either <em>reduce_flight_time_percentage<\/em> or <em>reduce_flight_time_proportional<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "in_flight_rest_fdp_reduction_weight",
                            "description": "Fraction of in-flight rest to be subtracted from actual FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sector_reduction_time",
                            "description": "Duration within each sector for which any in-flight rest should not be counted. This amount will be subtracted from each sector's block time for the purpose of calculating in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "override_min_cabin_count",
                            "description": "If this value is a positive number, it will be taken as a minimum cabin count for all flight using this AOC, instead of the aircraft's minimum cabin crew count. The rest fraction will be recalculated accordingly as well.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin",
                            "description": "Relaxed FTL for augmented cabin crew due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_min_rest",
                            "description": "This setting will affect the basic value of \"minimum rest\" specified in <em>minimum_rest_at_home_base_time<\/em> and <em>minimum_rest_outside_home_base_time<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_min_rest_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_min_rest_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_min_rest_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_min_rest_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_min_rest_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_extra_fdp_for_non_commercial",
                            "description": "Additional FDP time permitted when flying \"non-commercial\" flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_extra_fdp_for_long_haul",
                            "description": "Additional FDP time for flights consisting no more than 2 legs, and with single leg at least <em>long_haul_flight_duration<\/em> long.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_decrease_when_not_acclimatised",
                            "description": "Amount by which the max FDP is decreased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_rest_increase_when_not_acclimatised",
                            "description": "Amount by which the minimum rest following the duty period is increased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_rest_increase_when_over_18_h",
                            "description": "Amount by which the minimum rest following the duty period is increased for duty > 18h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_fdp_increase_time",
                            "description": "Increase in single FDP time due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_max_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_max_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_max_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_weight",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_weight_seat",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP when Class 2\/3 rest facility (reclining seat) is available. If set to 0, the basic weight will be used as default.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_max_seat",
                            "description": "Limit on increased FDP time when Class 2\/3 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_max_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_margin",
                            "description": "This additional margin will be subtracted from the in-flight rest for calculating FDP extension. For example, if the in-flight rest is 2:00 and this setting is 0:30, only 1:30 will be used for extending max FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_use_entire_crew_rest_time",
                            "description": "If selected sum of rest time of all crew members will be used when calculating max FDP length augmentation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_seat_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>seat (Class 2\/3)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_semi_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>Class 2<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cabin_bunk_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>bunk (Class 1)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit",
                            "description": "Relaxed FTL for cockpit crew when it is augmented by an additional pilot (three pilots total).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_min_rest",
                            "description": "This setting will affect the basic value of \"minimum rest\" specified in <em>minimum_rest_at_home_base_time<\/em> and <em>minimum_rest_outside_home_base_time<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_min_rest_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_min_rest_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_min_rest_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_min_rest_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_min_rest_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_extra_fdp_for_non_commercial",
                            "description": "Additional FDP time permitted when flying \"non-commercial\" flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_extra_fdp_for_long_haul",
                            "description": "Additional FDP time for flights consisting no more than 2 legs, and with single leg at least <em>long_haul_flight_duration<\/em> long.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_decrease_when_not_acclimatised",
                            "description": "Amount by which the max FDP is decreased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_rest_increase_when_not_acclimatised",
                            "description": "Amount by which the minimum rest following the duty period is increased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_rest_increase_when_over_18_h",
                            "description": "Amount by which the minimum rest following the duty period is increased for duty > 18h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_fdp_increase_time",
                            "description": "Increase in single FDP time due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_max_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_max_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_max_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_weight",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_weight_seat",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP when Class 2\/3 rest facility (reclining seat) is available. If set to 0, the basic weight will be used as default.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_max_seat",
                            "description": "Limit on increased FDP time when Class 2\/3 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_max_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_margin",
                            "description": "This additional margin will be subtracted from the in-flight rest for calculating FDP extension. For example, if the in-flight rest is 2:00 and this setting is 0:30, only 1:30 will be used for extending max FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_use_entire_crew_rest_time",
                            "description": "If selected sum of rest time of all crew members will be used when calculating max FDP length augmentation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_seat_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>seat (Class 2\/3)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_semi_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>Class 2<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_cockpit_bunk_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>bunk (Class 1)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apply_augmentation_after_split",
                            "description": "If set FDP extension due to augmented or double crew will be applied after extension due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_captain_count_for_augmented_cockpit",
                            "description": "Minimum number of captain-ranked crew members for the augmented or double cockpit crew to be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extra_members_for_double_crew",
                            "description": "If set, represents a minimum number of extra crew members to qualify for double crew regulations. If set to zero (default), double crew regulations require twice the normal amount of crew members.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extra_members_for_triple_cabin",
                            "description": "If set, represents a minimum number of extra cabin crew members to qualify for triple cabin crew regulations. If set to zero (default), triple cabin crew regulations are not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin",
                            "description": "Relaxed FTL for double cabin crew due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_min_rest",
                            "description": "This setting will affect the basic value of \"minimum rest\" specified in <em>minimum_rest_at_home_base_time<\/em> and <em>minimum_rest_outside_home_base_time<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_min_rest_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_min_rest_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_min_rest_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_min_rest_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_min_rest_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_extra_fdp_for_non_commercial",
                            "description": "Additional FDP time permitted when flying \"non-commercial\" flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_extra_fdp_for_long_haul",
                            "description": "Additional FDP time for flights consisting no more than 2 legs, and with single leg at least <em>long_haul_flight_duration<\/em> long.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_decrease_when_not_acclimatised",
                            "description": "Amount by which the max FDP is decreased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_rest_increase_when_not_acclimatised",
                            "description": "Amount by which the minimum rest following the duty period is increased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_rest_increase_when_over_18_h",
                            "description": "Amount by which the minimum rest following the duty period is increased for duty > 18h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_fdp_increase_time",
                            "description": "Increase in single FDP time due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_max_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_max_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_max_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_weight",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_weight_seat",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP when Class 2\/3 rest facility (reclining seat) is available. If set to 0, the basic weight will be used as default.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_max_seat",
                            "description": "Limit on increased FDP time when Class 2\/3 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_max_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_margin",
                            "description": "This additional margin will be subtracted from the in-flight rest for calculating FDP extension. For example, if the in-flight rest is 2:00 and this setting is 0:30, only 1:30 will be used for extending max FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_use_entire_crew_rest_time",
                            "description": "If selected sum of rest time of all crew members will be used when calculating max FDP length augmentation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_seat_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>seat (Class 2\/3)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_semi_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>Class 2<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cabin_bunk_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>bunk (Class 1)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit",
                            "description": "Relaxed FTL for cockpit crew when it is doubled (augmented by a second complete crew, four pilots total).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_min_rest",
                            "description": "This setting will affect the basic value of \"minimum rest\" specified in <em>minimum_rest_at_home_base_time<\/em> and <em>minimum_rest_outside_home_base_time<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_min_rest_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_min_rest_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_min_rest_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_min_rest_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_min_rest_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_extra_fdp_for_non_commercial",
                            "description": "Additional FDP time permitted when flying \"non-commercial\" flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_extra_fdp_for_long_haul",
                            "description": "Additional FDP time for flights consisting no more than 2 legs, and with single leg at least <em>long_haul_flight_duration<\/em> long.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_decrease_when_not_acclimatised",
                            "description": "Amount by which the max FDP is decreased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_rest_increase_when_not_acclimatised",
                            "description": "Amount by which the minimum rest following the duty period is increased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_rest_increase_when_over_18_h",
                            "description": "Amount by which the minimum rest following the duty period is increased for duty > 18h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_fdp_increase_time",
                            "description": "Increase in single FDP time due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_max_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_max_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_max_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_weight",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_weight_seat",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP when Class 2\/3 rest facility (reclining seat) is available. If set to 0, the basic weight will be used as default.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_max_seat",
                            "description": "Limit on increased FDP time when Class 2\/3 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_max_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_margin",
                            "description": "This additional margin will be subtracted from the in-flight rest for calculating FDP extension. For example, if the in-flight rest is 2:00 and this setting is 0:30, only 1:30 will be used for extending max FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_use_entire_crew_rest_time",
                            "description": "If selected sum of rest time of all crew members will be used when calculating max FDP length augmentation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_seat_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>seat (Class 2\/3)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_semi_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>Class 2<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_cockpit_bunk_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>bunk (Class 1)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin",
                            "description": "Relaxed FTL for triple cabin crew due to in-flight rest. This is used only if <em>extra_members_for_triple_cabin<\/em> is set accordingly.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_min_rest",
                            "description": "This setting will affect the basic value of \"minimum rest\" specified in <em>minimum_rest_at_home_base_time<\/em> and <em>minimum_rest_outside_home_base_time<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_min_rest_extension",
                            "description": "Extension of this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_min_rest_skip_if_single_pilot",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_min_rest_max",
                            "description": "Max extended duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_min_rest_limit",
                            "description": "Max (shortened) duration for this parameter.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_min_rest_values",
                            "description": "Duration to be set for selected airports of departure. Each line has format \"CODE HH:MM\", where CODE is a mask for the ICAO or CUSTOM code for the airport (e.g. K***) and HH:MM is the corresponding duration. If the duration is not found, or if it's less than the default duration, it will not be changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_extra_fdp_for_non_commercial",
                            "description": "Additional FDP time permitted when flying \"non-commercial\" flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_extra_fdp_for_long_haul",
                            "description": "Additional FDP time for flights consisting no more than 2 legs, and with single leg at least <em>long_haul_flight_duration<\/em> long.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_decrease_when_not_acclimatised",
                            "description": "Amount by which the max FDP is decreased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_rest_increase_when_not_acclimatised",
                            "description": "Amount by which the minimum rest following the duty period is increased if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_rest_increase_when_over_18_h",
                            "description": "Amount by which the minimum rest following the duty period is increased for duty > 18h.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_fdp_increase_time",
                            "description": "Increase in single FDP time due to in-flight rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_max_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_max_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_max_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_weight",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_weight_seat",
                            "description": "Fraction of in-flight rest to be used for augmenting FDP when Class 2\/3 rest facility (reclining seat) is available. If set to 0, the basic weight will be used as default.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_max_seat",
                            "description": "Limit on increased FDP time when Class 2\/3 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_max_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_margin",
                            "description": "This additional margin will be subtracted from the in-flight rest for calculating FDP extension. For example, if the in-flight rest is 2:00 and this setting is 0:30, only 1:30 will be used for extending max FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_use_entire_crew_rest_time",
                            "description": "If selected sum of rest time of all crew members will be used when calculating max FDP length augmentation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_fdp_seat",
                            "description": "Limit on increased FDP time when adequate (Class 3) rest facility (seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_fdp_semi",
                            "description": "Limit on increased FDP time when Class 2 rest facility (reclining seat) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_fdp_bunk",
                            "description": "Limit on increased FDP time when suitable (Class 1) rest facility (bunk) is available.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_seat_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>seat (Class 2\/3)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_semi_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>Class 2<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triple_cabin_bunk_max_fdp",
                            "description": "Maximum FDP length with in-flight rest depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1) for <b>bunk (Class 1)<\/b> rest facility. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disable_on_night_split_duty",
                            "description": "If enabled, crew augmentation will not influence FDP and rest limits on split night duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_crew_rest_increase",
                            "description": "If this option is set, any rest period following an FDP extended due to augmented (or double) crew will need to be increased by the extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_after_standby_equal_to_standby_plus_fdp",
                            "description": "If enabled, min rest after standby duty combined with FDP is equal to standby time plus FDP time or 20 hours, whichever is greater.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_last_acclimatisation_offset_for_augmented_crew",
                            "description": "If this option is set, determination of augmented max FDP for non-acclimated crew members is based on their last acclimatisation. Otherwise (default), the local time at the departure airport is used instead. It is meaningful only in conjunction with \"defined by a table based on local time\" implementation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_before_augmented_crew",
                            "description": "Minimum rest independently required before each augmented crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_before_double_crew",
                            "description": "Minimum rest independently required before each double crew flight.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_sectors_to_require_6h_rest",
                            "description": "If number of sectors on augmented (or double) crew FDP is equal or greater than this value, minimum rest following this duty will be increased by 6 hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_sectors_to_shorten_by_2h",
                            "description": "If number of sectors on augmented (or double) crew FDP is equal or greater than this value, maximum extended FDP will be reduced by 2 hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_crew_sector_limit",
                            "description": "Independent limit for maximal <u>augmented<\/u> FDP, depending on a number of sectors. Each row has format \"HH:MM N\", where HH:MM is actual FDP duration and N is the sector count in FDP, and it means \"augmented FDP of more than N sectors can be no longer than HH:MM\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_crew_short_last_sector_to_9h",
                            "description": "Independent limit for maximal permitted FDP if it consists of more than one sector, and the last sector in FDP is less than 9 hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_two_local_nights_after_augmented_crew",
                            "description": "If selected, two consecutive local nights will be required after augmented FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_duty_length_to_require_local_night",
                            "description": "Each duty period exceeding this duration must be followed by a local night of rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_extended_rest_on_home_base_change",
                            "description": "If this option is set, 72-hour rest including 3 local nights is required prior to the first duty commencing after the crew member's home base changed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_fdp_limits",
                            "description": "Cumulative limits for number of augmented\/double FDP in given time period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "augmented_or_split_fdp_limits",
                            "description": "Cumulative limits for number of augmented\/double or split FDP in given time period. For example \"1 in 7 days\" setting indicates that in any given 7-day period there can be <ul> <li>1 or more augmented duty or<\/li> <li>1 or more split FDP<\/li> <\/ul> It will however not allow for 1 or more augmented duty and 1 or more split FDP to occur in the same 7 days period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternative_limits_for_augmented_crew",
                            "description": "For any 28-day period used in cumulative duty calculations if it in includes at least one FDP with augmented crew, heavy crew limits can be used instead of regular limits.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_60h_weekly_rest_at_two_augmented_crew",
                            "description": "If two FDPs with augmented crew occur in the same period of 168 hours, there shall be an extended rest period of 60 hours including three local nights in a 168-hour period starting at the commencement of the former FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_rest_only_before_fdp",
                            "description": "If this option is selected, only FDP-type duties will require minimum preceding rest. Otherwise (default), all duties will require minimum preceding rest. This option does not work well with <em>rest_reduction_include_in_next_eobt<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_after_reserve",
                            "description": "Minimum rest after reserve period (\u201creserve\u201d type of standby). If set to \u201cinf\u201d (default), the standard rules (as after ordinary standby) apply.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_after_standby_other",
                            "description": "Minimum rest after standby other period. If set to \u201cinf\u201d (default), the standard rules (as after ordinary standby) apply.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_by_fdp_at_home_base",
                            "description": "Minimum rest before duty taken at home base, depending on FDP length of the preceeding duty. Each row has format \"HH:MM hh:mm\", and means \"minimum rest after duty with FDP equal to or longer than HH:MM is hh:mm\". If no matching entry is found, or if the matching value is infinite, <i>minimum_rest_by_home_base_time<\/i> or the duration of the preceeding duty (whichever is larger) will be taken instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_by_fdp_outside_home",
                            "description": "Minimum rest before duty taken outside home base, depending on FDP length of the preceeding duty. Each row has format \"HH:MM hh:mm\", and means \"minimum rest after duty with FDP equal to or longer than HH:MM is hh:mm\". If no matching entry is be found, or if the matching value is infinite, <i>minimum_rest_outside_home_base_time<\/i> or the duration of the preceding duty (whichever is larger) will be taken instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_by_duty_at_home_base",
                            "description": "Minimum rest before duty taken at home base, depending on the duration of the preceeding duty. Each row has format \"HH:MM hh:mm\", and means \"minimum rest after duty equal to or longer than HH:MM is hh:mm\". If no matching entry is found, or if the matching value is infinite, <i>minimum_rest_at_home_base_time<\/i> or the duration of the preceding duty (whichever is larger) will be taken instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_by_duty_outside_home",
                            "description": "Minimum rest before duty taken outside home base, depending on the duration of the preceeding duty. Each row has format \"HH:MM hh:mm\", and means \"minimum rest after duty equal to or longer than HH:MM is hh:mm\". If no matching entry is found, or if the matching value is infinite, <i>minimum_rest_outside_home_base_time<\/i> or the duration of the preceding duty (whichever is larger) will be taken instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_before_by_block",
                            "description": "Minimum rest before duty, depending on block length of the duty. Each row has format \"HH:MM hh:mm\", and means \"minimum rest before duty with block equal to or longer than HH:MM is hh:mm\". If no exact matching entry is found, the last entered value will be used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_additional",
                            "description": "Additional calculation applied after calculating basic minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_additional_local_night_and_12h_after_cumulative_duty",
                            "description": "Minimum rest calculation applicable to <b>rest after<\/b> given duty if <ul> <li>- Cumulative flight time of given duty and preceding duty exceeds 8 hours or cumulative duty time of given duty and preceding duty exceeds 11 hours<\/li> <li>- <b>Rest before<\/b> given duty contains local night (22:00-06:00) and is shorter than 12 hours<\/li> <\/ul> If applied <b>rest after<\/b> given duty must be 12 hours or longer and must contain a local night (22:00-06:00).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_additional_min_rest_on_last_duty_in_day",
                            "description": "Minimum rest after last duty starting in given calendar day.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_at_home_base_time",
                            "description": "Minimum rest before duty at home base, taken into account only if no matching entry in <em>minimum_rest_by_fdp_at_home_base<\/em> or <em>minimum_rest_by_duty_at_home_base<\/em> is found. Rest period will be extended to the length of the preceeding duty multiplied by, <em>minimum_rest_at_home_base_duty_multiplier<\/em> if specified and if it's longer.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_outside_home_base_time",
                            "description": "Minimum rest before duty outside home base, taken into account only if no matching entry in <em>minimum_rest_by_fdp_outside_home<\/em> or <em>minimum_rest_by_duty_outside_home<\/em> is found. Rest period will be extended to the length of the preceeding duty multiplied by, <em>minimum_rest_outside_home_base_duty_multiplier<\/em> if specified and if it's longer.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_between_19_and_midnight",
                            "description": "Reduced duration of rest that should be applied automatically instead of <em>minimum_rest_*_home_base_time<\/em> above, whenever rest period starts between 19:00 and midnight (according to the airport's local time). If left with \"inf\" (default), this option is not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_at_home_base_duty_multiplier",
                            "description": "If selected, minimum rest period after duty at homebase will be equal to previous duty time multiplied by this value. Rest period will be extended to the length specified in <em>minimum_rest_at_home_base_time<\/em> if specified and if it's longer. Accepts values with decimal points.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_outside_home_base_duty_multiplier",
                            "description": "If selected, minimum rest period after duty outside homebase will be equal to previous duty time multiplied by this value. Rest period will be extended to the length specified in <em>minimum_rest_outside_home_base_time<\/em> if specified and if it's longer. Accepts values with decimal points.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fixed_minimum_rest_after_non_commercial",
                            "description": "Setting this option to anything other than the default \"inf\" will make the required rest following the non-commercial FDP to be at least as long as this value and at least as long as the length of the preceding duty. No further alterations to required rest will be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "merge_rotations_when_hotel_provided",
                            "description": "If selected, any home base rest will neither mark the start nor the end of a rotation if hotel accommodation is provided.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skip_jet_lag_rest_on_reduction",
                            "description": "If enabled, <em>additional_jet_lag_rest<\/em> will not be applied on duties with rest reduction enabled.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_outside_rest_when_hotel_provided",
                            "description": "If selected, any home base rest will use an \"outside\" minimum rest if hotel accommodation is provided.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_home_base_rest_if_not_acclimatised",
                            "description": "If selected, any rest period outside of the home base will use a \"home base\" minimum rest if the crew member is not acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_when_no_local_night",
                            "description": "Additional limit for minimum rest. Rest will be required to be not shorter than this value if it does not encompass a local night. If actual rest does not include at least one full local night, rest limit will be increased. If set to default (00:00), no such restriction will be placed. Local time is based on duty end airport timezone.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_when_rest_outside_local_night",
                            "description": "Additional limit for minimum rest. Outside homebase, rest will be required to be not shorter than this value if actual rest period not encroaches the local night. If actual rest is not encroaching any local night (22:00-06:00), rest limit will be increased:<ul> <li>fully, if increased limit is not encroaching local night or <li>partially, to encroach local night only by one minute, so no further increase is required. <\/ul> If set to default (00:00), no such restriction will be placed. Local time is based on duty end airport timezone.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_max_duration",
                            "description": "Upper bound for duration of required rest. If calculated minimum rest is longer than this value, it will be shortened.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_cumulative_duty_fraction_for_min_rest",
                            "description": "If selected, minimum rest will be based on a fraction of a duty period which counts as cumulative duty, instead of a full duty period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_actual_fdp_for_min_rest",
                            "description": "If selected, minimum rest will be based on a length of FDP instead of a duty period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "add_time_to_duty_length_for_rest_calculation",
                            "description": "Time, that shall be added to the length of duty for the purpose of following rest calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_duty_from_reporting_for_min_rest",
                            "description": "If selected, minimum rest will be based on a part of a duty period which starts at reporting time, instead of a full duty period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ignore_duty_length_for_min_rest_due_to_discretion",
                            "description": "This option ignores duty length (as if it were 00:00) for minimum rest calculations, if commander's discretion is enabled on given FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_twice_total_block_time_for_min_rest",
                            "description": "If selected, minimum rest will be based on twice the total block time in the FDP instead of a duty period. If <i>use_flight_time_for_block_time_limits<\/i> is selected, flight time will be used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_aoc_of_next_duty_for_min_rest",
                            "description": "If selected, settings from AOC of next duty (if exists) will be used for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "increase_rest_due_to_displacement",
                            "description": "If selected, the minimum rest will be increased:<ul> <li>if the crew member is acclimatised: the amount that the displacement time exceeds 3 hours if travelling west, or 2 hours if travelling east, or <li>if the crew member is not acclimatised: 2 hours + the amount of the displacement time. <\/ul> The displacement is defined as the difference in local time between: (a) the place where an FCM commenced an FDP; and (b) the place where the FCM undertakes an off-duty period following the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "east_west_long_distance_flights",
                            "description": "Optional east\/west long distance rules, typically used for operators from Belgium.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "east_west_long_distance_flights_disable_on_first_east_west_fdp",
                            "description": "If this option is selected, east\/west rest extension will not be used directly following the first east\/west FDP that is still considered acclimatised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "east_west_long_distance_flights_increment_rest_preceding_long_fdp",
                            "description": "If this option is selected, rest preceding FDP planned to exceed 4\u00bd hours will be extended. Otherwise (default), rest following FDP planned to exceed 4\u00bd hours will be extended.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "east_west_long_distance_flights_calculate_min_rest",
                            "description": "Controls calculations of min rest outside home base (a) and at home base (b).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotation_max_tz_offset_from_homebase",
                            "description": "When calculating maximum timezone offset diff for rotation, use homebase timezone instead od last acclimatization timezone.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotation_max_tz_offset_from_homebase_plus_timezone_offset",
                            "description": "Used only when <i>rotation_max_tz_offset_from_homebase<\/i> is set. Defines how to calculate rotation end. When set to 0, only flights ending in homebase will terminate rotation. Otherwise, all airports within +\/- X timezones will be treated as end of rotation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "increase_rest_by_2h_when_4h_time_zone_difference",
                            "description": "This option increases the required rest by 2h if the preceding duty has a time zone difference of at least 4 hours UNLESS a return flight to the time zone of the initial departure \u00b11 is commenced within 48h of the initial departure.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_14h_rest_at_4h_time_difference",
                            "description": "If selected, when the time difference between the places of the start and termination of duty is 4 hours or more, then the minimal rest before next duty is 14 hours or length of the preceeding duty, whichever greater.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_16h_rest_at_6h_time_difference",
                            "description": "If selected, when the time difference between the places of the start and termination of duty is 6 hours or more, then the minimal rest before next duty is 16 hours or length of the preceeding duty, whichever greater.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_outside_homebase_for_time_difference",
                            "description": "Minimum rest before duty taken outside home base, depending on the time difference of the preceding duty. Each row has format \"HH:MM hh:mm\", meaning \"minimum rest after duty with time difference between the places of the start and of HH:MM is hh:mm\". If the length of the preceding duty is greater, it will be used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_outside_homebase_increase_by_time_difference",
                            "description": "Minimum rest before duty taken outside home base where preceding duty has any time difference will be increased by that difference multiplied by this setting.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_outside_homebase_after_fdp_extension",
                            "description": "Minimum rest before duty taken outside home base when preceding duty has FDP extension. If the length of the preceding duty is greater, it will be used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_at_homebase_for_time_difference",
                            "description": "Minimum rest before duty taken at home base, depending on the time difference of the preceding duty. Each row has format \"HH:MM hh:mm\", meaning \"minimum rest after duty with time difference between the places of the start and of HH:MM is hh:mm\". If the length of the preceding duty is greater, it will be used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_at_homebase_increase_by_time_difference",
                            "description": "Minimum rest before duty taken at home base where preceding duty has any time difference will be increased by that difference multiplied by this setting.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rotations_use_standard_timezones",
                            "description": "If this option is set, only the standard time (no DST) will be used for calculation of time differences related to rotations and associated rest requirements. This option is in effect only with <em>rotation_max_tz_offset_from_homebase<\/em> enabled as well.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_at_homebase_after_fdp_extension",
                            "description": "Minimum rest before duty taken at home base when preceding duty has FDP extension. If the length of the preceding duty is greater, it will be used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_cabin_rest_1h_reduction",
                            "description": "If selected, any minimal rest period for cabin crew will be reduced by 1 hour.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_discretion_for_rest_reduction",
                            "description": "If selected, rest reduction (defined below) will be used ONLY if commander's discretion is in effect on the first activity following the rest period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_after_rest_reduction",
                            "description": "If selected, the next rest period following the reduced rest must include a local night.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_outside_homebase_for_time_difference",
                            "description": "If time difference of duty preceding rest outside homebase exceeds this value local night will be required.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_at_homebase_for_time_difference",
                            "description": "If time difference of duty preceding rest at homebase exceeds this value local night will be required.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home",
                            "description": "Rest reduction applied when resting in home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_allow_before_extended_fdp",
                            "description": "Normally, rest reduction is not allowed before extended FDP. If this setting is selected, however, rest preceeding extended FDP can be reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_allow_before_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed before split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_allow_after_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed after split duty. Otherwise, <em>min_break_in_preceding_split_duty<\/em> will be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_min_break_in_preceding_split_duty",
                            "description": "If the rest reduction is permitted following a split duty, this option specifies a minimum duration of break in that split duty that allows for a rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_min_sector_duration_before",
                            "description": "If this option is selected, reduced rest may be used only if the preceding duty includes at least one sector longer than this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_longest_sector",
                            "description": "Maximum duration of the longest sector in both FDP (before and after reduced rest). If any of those FDPs includes a sector longer than this value, rest reduction cannot be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_sectors_before",
                            "description": "Maximum number of sectors in duty period preceding reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_sectors_after",
                            "description": "Maximum number of sectors in duty period after reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_sectors_in_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period preceding reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_before<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_sectors_after_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period after reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_after<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_time_zone_offset_diff",
                            "description": "Maximum time zone offset difference between the location of home base and start\/end location of the duty preceding or following the reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_next_rest_increase_weight",
                            "description": "If selected, when reducing rest, next rest period shall be increased by the same interval multiplied by the factor given here.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_require_wocl",
                            "description": "If this option is selected, reduced rest must consist of at least given duration in WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_require_to_precede_non_commercial_fdp",
                            "description": "If this option is selected, FDP following the rest period must be non-commercial in order for the reduction to take effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ignores_restrictions_when_has_discretion",
                            "description": "If this option is selected following restrictions will be lifted on duties with commander discretion <ul> <li>All conditions preventing rest reduction application will be ignored,<\/li> <li>Maximum FDP and minimum next rest alterations will not be applied<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_allow_consecutive",
                            "description": "If this setting is enabled, two consecutive duty periods may both have their rest reduced. This may lead to unpredicted behavior if one duty period has both: rest reduction and rest increase (due to previous reduction).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_separation_between_rests_after_reduction",
                            "description": "Maximum allowed separation between two rest periods after rest reduction, beyond which rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_preceding_duty_length",
                            "description": "Maximum allowed length of duty preceding reduced rest. If exceeded, rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max",
                            "description": "Maximum time by which the rest period (in or outside home base) may be reduced. The rest period can be reduced before or after split duty period, but not both.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_min_next_rest",
                            "description": "Minimum time of subsequent rest after a reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_min_reduced_rest",
                            "description": "Minimum time of rest left when reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_next_fdp_decrease",
                            "description": "Describes how the max FDP period following the rest reduction should be affected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_limit_by_preceding_fdp",
                            "description": "If this option is selected, reduced rest cannot be shorter than preceding Flight Duty Period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_reduced_duration",
                            "description": "Duration of reduced rest, depending on the duration of preceding duty. Each row in format hh:mm HH:MM means that after a duty of hh:mm or longer, rest period may be reduced to HH:MM. If a rest after duty of hh:mm or longer cannot be reduced, it should be written as \"hh:mm inf\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_times",
                            "description": "Length of the reduction, depending on the length of block time and the length of consecutive rest after duty. Each row has format \"H1:M1 H2:M2 hh:mm\", and means \"rest reduction before duty with block time equal or longer than H1:M1 and next rest length equal to or longer than H2:M2 is hh:mm\". If no exact matching entry is found, no rest reduction will be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_max_flying_time_in_preceding_fdp",
                            "description": "Maximum flying time in preceding FDP that allows rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_min_rest_after_reduction",
                            "description": "Minimum rest after reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance",
                            "description": "Rest reduction applied when resting in home base for medical flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_allow_before_extended_fdp",
                            "description": "Normally, rest reduction is not allowed before extended FDP. If this setting is selected, however, rest preceeding extended FDP can be reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_allow_before_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed before split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_allow_after_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed after split duty. Otherwise, <em>min_break_in_preceding_split_duty<\/em> will be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_min_break_in_preceding_split_duty",
                            "description": "If the rest reduction is permitted following a split duty, this option specifies a minimum duration of break in that split duty that allows for a rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_min_sector_duration_before",
                            "description": "If this option is selected, reduced rest may be used only if the preceding duty includes at least one sector longer than this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_longest_sector",
                            "description": "Maximum duration of the longest sector in both FDP (before and after reduced rest). If any of those FDPs includes a sector longer than this value, rest reduction cannot be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_sectors_before",
                            "description": "Maximum number of sectors in duty period preceding reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_sectors_after",
                            "description": "Maximum number of sectors in duty period after reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_sectors_in_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period preceding reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_before<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_sectors_after_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period after reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_after<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_time_zone_offset_diff",
                            "description": "Maximum time zone offset difference between the location of home base and start\/end location of the duty preceding or following the reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_next_rest_increase_weight",
                            "description": "If selected, when reducing rest, next rest period shall be increased by the same interval multiplied by the factor given here.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_require_wocl",
                            "description": "If this option is selected, reduced rest must consist of at least given duration in WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_require_to_precede_non_commercial_fdp",
                            "description": "If this option is selected, FDP following the rest period must be non-commercial in order for the reduction to take effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_ignores_restrictions_when_has_discretion",
                            "description": "If this option is selected following restrictions will be lifted on duties with commander discretion <ul> <li>All conditions preventing rest reduction application will be ignored,<\/li> <li>Maximum FDP and minimum next rest alterations will not be applied<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_allow_consecutive",
                            "description": "If this setting is enabled, two consecutive duty periods may both have their rest reduced. This may lead to unpredicted behavior if one duty period has both: rest reduction and rest increase (due to previous reduction).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_separation_between_rests_after_reduction",
                            "description": "Maximum allowed separation between two rest periods after rest reduction, beyond which rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_preceding_duty_length",
                            "description": "Maximum allowed length of duty preceding reduced rest. If exceeded, rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max",
                            "description": "Maximum time by which the rest period (in or outside home base) may be reduced. The rest period can be reduced before or after split duty period, but not both.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_min_next_rest",
                            "description": "Minimum time of subsequent rest after a reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_min_reduced_rest",
                            "description": "Minimum time of rest left when reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_next_fdp_decrease",
                            "description": "Describes how the max FDP period following the rest reduction should be affected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_limit_by_preceding_fdp",
                            "description": "If this option is selected, reduced rest cannot be shorter than preceding Flight Duty Period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_reduced_duration",
                            "description": "Duration of reduced rest, depending on the duration of preceding duty. Each row in format hh:mm HH:MM means that after a duty of hh:mm or longer, rest period may be reduced to HH:MM. If a rest after duty of hh:mm or longer cannot be reduced, it should be written as \"hh:mm inf\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_times",
                            "description": "Length of the reduction, depending on the length of block time and the length of consecutive rest after duty. Each row has format \"H1:M1 H2:M2 hh:mm\", and means \"rest reduction before duty with block time equal or longer than H1:M1 and next rest length equal to or longer than H2:M2 is hh:mm\". If no exact matching entry is found, no rest reduction will be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_max_flying_time_in_preceding_fdp",
                            "description": "Maximum flying time in preceding FDP that allows rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_home_ambulance_min_rest_after_reduction",
                            "description": "Minimum rest after reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside",
                            "description": "Rest reduction applied when resting outside of home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_allow_before_extended_fdp",
                            "description": "Normally, rest reduction is not allowed before extended FDP. If this setting is selected, however, rest preceeding extended FDP can be reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_allow_before_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed before split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_allow_after_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed after split duty. Otherwise, <em>min_break_in_preceding_split_duty<\/em> will be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_min_break_in_preceding_split_duty",
                            "description": "If the rest reduction is permitted following a split duty, this option specifies a minimum duration of break in that split duty that allows for a rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_min_sector_duration_before",
                            "description": "If this option is selected, reduced rest may be used only if the preceding duty includes at least one sector longer than this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_longest_sector",
                            "description": "Maximum duration of the longest sector in both FDP (before and after reduced rest). If any of those FDPs includes a sector longer than this value, rest reduction cannot be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_sectors_before",
                            "description": "Maximum number of sectors in duty period preceding reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_sectors_after",
                            "description": "Maximum number of sectors in duty period after reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_sectors_in_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period preceding reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_before<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_sectors_after_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period after reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_after<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_time_zone_offset_diff",
                            "description": "Maximum time zone offset difference between the location of home base and start\/end location of the duty preceding or following the reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_next_rest_increase_weight",
                            "description": "If selected, when reducing rest, next rest period shall be increased by the same interval multiplied by the factor given here.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_require_wocl",
                            "description": "If this option is selected, reduced rest must consist of at least given duration in WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_require_to_precede_non_commercial_fdp",
                            "description": "If this option is selected, FDP following the rest period must be non-commercial in order for the reduction to take effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ignores_restrictions_when_has_discretion",
                            "description": "If this option is selected following restrictions will be lifted on duties with commander discretion <ul> <li>All conditions preventing rest reduction application will be ignored,<\/li> <li>Maximum FDP and minimum next rest alterations will not be applied<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_allow_consecutive",
                            "description": "If this setting is enabled, two consecutive duty periods may both have their rest reduced. This may lead to unpredicted behavior if one duty period has both: rest reduction and rest increase (due to previous reduction).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_separation_between_rests_after_reduction",
                            "description": "Maximum allowed separation between two rest periods after rest reduction, beyond which rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_preceding_duty_length",
                            "description": "Maximum allowed length of duty preceding reduced rest. If exceeded, rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max",
                            "description": "Maximum time by which the rest period (in or outside home base) may be reduced. The rest period can be reduced before or after split duty period, but not both.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_min_next_rest",
                            "description": "Minimum time of subsequent rest after a reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_min_reduced_rest",
                            "description": "Minimum time of rest left when reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_next_fdp_decrease",
                            "description": "Describes how the max FDP period following the rest reduction should be affected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_limit_by_preceding_fdp",
                            "description": "If this option is selected, reduced rest cannot be shorter than preceding Flight Duty Period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_reduced_duration",
                            "description": "Duration of reduced rest, depending on the duration of preceding duty. Each row in format hh:mm HH:MM means that after a duty of hh:mm or longer, rest period may be reduced to HH:MM. If a rest after duty of hh:mm or longer cannot be reduced, it should be written as \"hh:mm inf\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_times",
                            "description": "Length of the reduction, depending on the length of block time and the length of consecutive rest after duty. Each row has format \"H1:M1 H2:M2 hh:mm\", and means \"rest reduction before duty with block time equal or longer than H1:M1 and next rest length equal to or longer than H2:M2 is hh:mm\". If no exact matching entry is found, no rest reduction will be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_max_flying_time_in_preceding_fdp",
                            "description": "Maximum flying time in preceding FDP that allows rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_min_rest_after_reduction",
                            "description": "Minimum rest after reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance",
                            "description": "Rest reduction applied when resting outside of home base for medical flights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_allow_before_extended_fdp",
                            "description": "Normally, rest reduction is not allowed before extended FDP. If this setting is selected, however, rest preceeding extended FDP can be reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_allow_before_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed before split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_allow_after_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed after split duty. Otherwise, <em>min_break_in_preceding_split_duty<\/em> will be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_min_break_in_preceding_split_duty",
                            "description": "If the rest reduction is permitted following a split duty, this option specifies a minimum duration of break in that split duty that allows for a rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_min_sector_duration_before",
                            "description": "If this option is selected, reduced rest may be used only if the preceding duty includes at least one sector longer than this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_longest_sector",
                            "description": "Maximum duration of the longest sector in both FDP (before and after reduced rest). If any of those FDPs includes a sector longer than this value, rest reduction cannot be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_sectors_before",
                            "description": "Maximum number of sectors in duty period preceding reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_sectors_after",
                            "description": "Maximum number of sectors in duty period after reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_sectors_in_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period preceding reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_before<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_sectors_after_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period after reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_after<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_time_zone_offset_diff",
                            "description": "Maximum time zone offset difference between the location of home base and start\/end location of the duty preceding or following the reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_next_rest_increase_weight",
                            "description": "If selected, when reducing rest, next rest period shall be increased by the same interval multiplied by the factor given here.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_require_wocl",
                            "description": "If this option is selected, reduced rest must consist of at least given duration in WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_require_to_precede_non_commercial_fdp",
                            "description": "If this option is selected, FDP following the rest period must be non-commercial in order for the reduction to take effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_ignores_restrictions_when_has_discretion",
                            "description": "If this option is selected following restrictions will be lifted on duties with commander discretion <ul> <li>All conditions preventing rest reduction application will be ignored,<\/li> <li>Maximum FDP and minimum next rest alterations will not be applied<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_allow_consecutive",
                            "description": "If this setting is enabled, two consecutive duty periods may both have their rest reduced. This may lead to unpredicted behavior if one duty period has both: rest reduction and rest increase (due to previous reduction).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_separation_between_rests_after_reduction",
                            "description": "Maximum allowed separation between two rest periods after rest reduction, beyond which rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_preceding_duty_length",
                            "description": "Maximum allowed length of duty preceding reduced rest. If exceeded, rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max",
                            "description": "Maximum time by which the rest period (in or outside home base) may be reduced. The rest period can be reduced before or after split duty period, but not both.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_min_next_rest",
                            "description": "Minimum time of subsequent rest after a reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_min_reduced_rest",
                            "description": "Minimum time of rest left when reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_next_fdp_decrease",
                            "description": "Describes how the max FDP period following the rest reduction should be affected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_limit_by_preceding_fdp",
                            "description": "If this option is selected, reduced rest cannot be shorter than preceding Flight Duty Period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_reduced_duration",
                            "description": "Duration of reduced rest, depending on the duration of preceding duty. Each row in format hh:mm HH:MM means that after a duty of hh:mm or longer, rest period may be reduced to HH:MM. If a rest after duty of hh:mm or longer cannot be reduced, it should be written as \"hh:mm inf\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_times",
                            "description": "Length of the reduction, depending on the length of block time and the length of consecutive rest after duty. Each row has format \"H1:M1 H2:M2 hh:mm\", and means \"rest reduction before duty with block time equal or longer than H1:M1 and next rest length equal to or longer than H2:M2 is hh:mm\". If no exact matching entry is found, no rest reduction will be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_max_flying_time_in_preceding_fdp",
                            "description": "Maximum flying time in preceding FDP that allows rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_outside_ambulance_min_rest_after_reduction",
                            "description": "Minimum rest after reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion",
                            "description": "Additional rest reduction applied to rest preceding sector with commander's discretion rest and if regular rest reduction could not be applied. If this rest reduction should be applied instead of regular rest reduction, then use this in conjunction with <em>rest_reduction_on_commander_discretion_forced<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_allow_before_extended_fdp",
                            "description": "Normally, rest reduction is not allowed before extended FDP. If this setting is selected, however, rest preceeding extended FDP can be reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_allow_before_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed before split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_allow_after_split_duty",
                            "description": "If this option is unselected, rest reduction will not be allowed after split duty. Otherwise, <em>min_break_in_preceding_split_duty<\/em> will be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_min_break_in_preceding_split_duty",
                            "description": "If the rest reduction is permitted following a split duty, this option specifies a minimum duration of break in that split duty that allows for a rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_min_sector_duration_before",
                            "description": "If this option is selected, reduced rest may be used only if the preceding duty includes at least one sector longer than this value.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_longest_sector",
                            "description": "Maximum duration of the longest sector in both FDP (before and after reduced rest). If any of those FDPs includes a sector longer than this value, rest reduction cannot be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_sectors_before",
                            "description": "Maximum number of sectors in duty period preceding reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_sectors_after",
                            "description": "Maximum number of sectors in duty period after reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_sectors_in_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period preceding reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_before<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_sectors_after_preceding_split_duty",
                            "description": "Maximum number of sectors in duty period after reduced rest, when the FDP preceding this reduced rest is a split duty. Regardless of this value, <em>(\u2026)_max_sectors_after<\/em> will also be enforced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_time_zone_offset_diff",
                            "description": "Maximum time zone offset difference between the location of home base and start\/end location of the duty preceding or following the reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_next_rest_increase_weight",
                            "description": "If selected, when reducing rest, next rest period shall be increased by the same interval multiplied by the factor given here.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_require_wocl",
                            "description": "If this option is selected, reduced rest must consist of at least given duration in WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_require_to_precede_non_commercial_fdp",
                            "description": "If this option is selected, FDP following the rest period must be non-commercial in order for the reduction to take effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_ignores_restrictions_when_has_discretion",
                            "description": "If this option is selected following restrictions will be lifted on duties with commander discretion <ul> <li>All conditions preventing rest reduction application will be ignored,<\/li> <li>Maximum FDP and minimum next rest alterations will not be applied<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_allow_consecutive",
                            "description": "If this setting is enabled, two consecutive duty periods may both have their rest reduced. This may lead to unpredicted behavior if one duty period has both: rest reduction and rest increase (due to previous reduction).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_separation_between_rests_after_reduction",
                            "description": "Maximum allowed separation between two rest periods after rest reduction, beyond which rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_preceding_duty_length",
                            "description": "Maximum allowed length of duty preceding reduced rest. If exceeded, rest reduction will not be applied unless forced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max",
                            "description": "Maximum time by which the rest period (in or outside home base) may be reduced. The rest period can be reduced before or after split duty period, but not both.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_min_next_rest",
                            "description": "Minimum time of subsequent rest after a reduced rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_min_reduced_rest",
                            "description": "Minimum time of rest left when reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_next_fdp_decrease",
                            "description": "Describes how the max FDP period following the rest reduction should be affected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_limit_by_preceding_fdp",
                            "description": "If this option is selected, reduced rest cannot be shorter than preceding Flight Duty Period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_reduced_duration",
                            "description": "Duration of reduced rest, depending on the duration of preceding duty. Each row in format hh:mm HH:MM means that after a duty of hh:mm or longer, rest period may be reduced to HH:MM. If a rest after duty of hh:mm or longer cannot be reduced, it should be written as \"hh:mm inf\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_times",
                            "description": "Length of the reduction, depending on the length of block time and the length of consecutive rest after duty. Each row has format \"H1:M1 H2:M2 hh:mm\", and means \"rest reduction before duty with block time equal or longer than H1:M1 and next rest length equal to or longer than H2:M2 is hh:mm\". If no exact matching entry is found, no rest reduction will be applied.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_max_flying_time_in_preceding_fdp",
                            "description": "Maximum flying time in preceding FDP that allows rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_min_rest_after_reduction",
                            "description": "Minimum rest after reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_include_in_next_eobt",
                            "description": "If this option is set, the rest reduction will be included in next EOBT. This option does not work well with <em>require_rest_only_before_fdp<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_on_commander_discretion_forced",
                            "description": "If this option is set, <em>rest_reduction_on_commander_discretion<\/em> will be applied to rest preceding sector with commander's discretion rest <b>instead of<\/b> regular rest reduction.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimum_rest_reduction_outside_home",
                            "description": "Additional rest reduction. If selected, whenever the calculated minimal rest period away from base is equal to <em>minimum_rest_outside_home_base_time<\/em> and suitable accomodation is provided, then the rest period will be reduced by one hour.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional_jet_lag_rest",
                            "description": "Additional rest depending on time zone difference between location of rest and the zone when the FDP started. Does not apply to non-FDP duties. Specified values increase (not replace, as in <em>required_jet_lag_rest<\/em>) the duration of the minimum rest. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is time zone difference and H<em>n<\/em>:M<em>n<\/em> is the additional rest following and FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "required_jet_lag_rest",
                            "description": "Required rest depending on time zone difference between location of rest and the zone when the FDP started. Does not apply to non-FDP duties. Specified values replace (not increase, as in <em>additional_jet_lag_rest<\/em>) the duration of the minimum rest. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is time zone difference and H<em>n<\/em>:M<em>n<\/em> is the additional rest following and FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_jet_lag_local_night",
                            "description": "If this option is selected, whenever the time zone difference between location of rest and the zone when the FDP started is greater than 2 hours, the rest period must include a local night.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jet_lag_rest_only_outside_home_base",
                            "description": "This option restricts options <em>additional_jet_lag_rest<\/em>, <em>required_jet_lag_rest<\/em> and <em>min_rest_increase_jet_lag_over<\/em> so they don't apply in home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_nights_after_rotation",
                            "description": "This option decides, whether additional local nights should be required after returning to the home base, if preceding rotation (series of duties) consisted of a significant time zone difference between reference time (from aclimatisation) and local time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_nights_after_rotation_ignore_if_hotel_provided",
                            "description": "If selected and hotel is provided after duty, requirement for local nights will be ignored.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "local_nights_to_reset_time_zone_difference",
                            "description": "Number of local nights which reset the maximum time zone difference that is normally tracked throughout the rotation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_between_late_and_early_duty_in_home_base",
                            "description": "Require a single local night between late finish or night duty and early start duty, if transition occurs at home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_local_night_between_late_and_early_duty_outside_home_base",
                            "description": "Require a single local night between late finish or night duty and early start duty, if transition occurs outside home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_increase_factor_over_12h",
                            "description": "Where the previous duty period exceeds 12 hours, the time free of duty shall be 12 hours, plus this value times the time that the previous duty exceeded 12 hours. If left empty (as default 0), this rule won't be used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_multiplier_over_16h_fdp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_increase_by_factor_over_max_fdp",
                            "description": "If maximum FDP is exceeded minimum rest will be increased by exceeded FDP time multiplied by this value. If left empty, no exceeded FDP time will be added.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_after_two_times_two_in_wocl",
                            "description": "Whenever two consecutive FDPs are performed on two consecutive nights, and each of them covers more than 50% of the WOCL, the rest after the second FDP will be increased to this duration.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_increase_jet_lag_over",
                            "description": "Where the preceding duty period involves a time zone change, the time free of duty shall be increased by the amount that the time zone difference exceeds 'factor' If left with infinity, this regula wont be implemented.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_decrease_at_night",
                            "description": "If the preceding duty period does not exceed 10 hours, and the time free of duty fully encompasses the period between <em>min_rest_decrease_at_night_start<\/em> and 06:00 local time, the time free of duty may be reduced to 9 consecutive hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_decrease_at_night_start",
                            "description": "Hour of starting the period (ending at 06:00 local time) which must be fully encompassed by the rest period for <em>min_rest_decrease_at_night<\/em> to be in effect.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_decrease_before_long_rest",
                            "description": "Where the time of free duty of duty following a duty period is calculated to be greater than 12 hours, the time free of duty between the two duty periods may be reduced to 12 hours, provided that: <ul><li> (a) the first duty period did not exceed 14 hours (basic) or 18 hours (augmented); and<\/li> <li> (b) the time free of duty following the second flight duty period is at least 36 hours<\/li><\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_consecutive_short_rest_allowed",
                            "description": "For every two consecutive rest periods, at least one of them must be of this duration or greater.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_extended_count_condition",
                            "description": "Condition determining which duties with FDP+ should be included in rotation FDP+ counter.<br>Available sector fields with sample values are as follows:<ul><li><li>activity_type = flight \/ office \/ positioning \/ maintenance \/ reservation \/ quote \/ duty<li>type_flight = 2 (OWNER) \/ 3 (TRAINING) \/ 4 (SIMULATOR) \/ 6 (TECHNICAL) \/ 8 (AMBULANCE) \/ 9 (OTHER) \/ 10 (PAX) \/ 11 (CARGO) \/ 12 (MISSION) \/ 13 (REGULAR_PAX_TRANSPORT) \/ 14 (AIRCRAFT_REPOSITIONING) \/ 15 (FREQUENT_FLYER) \/ 16 (STATE) \/ 17 (HEAD) \/ 18 (OWNER_CHARTER)<li>positioning_type = commercial_carrier \/ train \/ car \/ hotel_transfer \/ other \/ bus<li>commercial = 1<li>standby_type = 0<li>icao_type = <li>flight_rules = I (I) \/ V (V) \/ Y (Y) \/ Z (Z)<li>is_driver = 0<li>is_line_training = 0<li>cdr_duty_type = <li>empty_leg = 0<li>normal_crew = 2<li>actual_crew = 2<li>rest_fraction = 0.000000000<li>cockpit_count = 0<li>captain_count = 0<li>is_single_pilot = 0<li>is_cabin_crew = 0<li>is_discretion = 0<li>rest_facility = 1<li>hotel_provided_after = 0<li>starts_in_home_base = 0<li>ends_in_home_base = 0<li>combination_after = 0<li>disable_break_after = 0<li>fdp_extension_mode = auto<li>rest_reduction_mode = auto<li>landing_count = 1<li>is_start_time_actual = 0<li>is_takeoff_time_actual = 0<li>is_landing_time_actual = 0<li>is_end_time_actual = 0<li>commander_discretion_rest = 0<\/ul>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "min_rest_after_fdp_extended_count",
                            "description": "Minimal rest required after a rotation containing X extended FDPs. Written as set of lines in format \"X HH:MM\", where each line means minimum \u00abHH:MM\u00bb rest after << X >> or more extended FDPs in rotation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rest_reduction_limits",
                            "description": "Limits of total number of rest reductions. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb reduced rests in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"months\" instead of \"m\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_calculation",
                            "description": "Method for determining days off.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_calculation_time",
                            "description": "Time zone used to determine the midnight-to-midnight period in which any overlapping duty will prevent the day to be counted as OFF.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_limits",
                            "description": "Minimal number of required days off. Written as set of lines in format \"X in Y Z\", where each line means \"At least \u00abX\u00bb days off in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"months\" instead of \"m\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_limits_hide_on_positions",
                            "description": "Day off limits will not be enforced on any position in this list of positions (separated by single spaces).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_limits_hide_on_empty_days",
                            "description": "If this option is set, day off limits will not be displayed on empty days in FTL Sheet.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allow_positioning_on_eight_day",
                            "description": "If this option is selected, crew members may be positioned on the eighth day of duty, provided they are then allocated at least 2 consecutive days off. This setting affects \"X in 8 days\" limits in <em>day_off_limits<\/em> or \"X in 9 days\" limits in <em>double_days_off_limits<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allow_positioning_on_13th_day",
                            "description": "If this option is selected, crew members may be positioned on the thirteenth day of duty, provided they are then allocated at least 2 consecutive days off. This setting affects \"X in 14 days\" limits in <em>double_day_off_limits<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "days_off_limits_sfo",
                            "description": "Minimal number of required days off for crew marked as Special Flight Operations. Written as set of lines in format \"X in Y Z\", where each line means \"At least \u00abX\u00bb days off in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"months\" instead of \"m\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "double_days_off_limits",
                            "description": "Minimal number of required pairs of consecutive days off. Written as set of lines in format \"X in Y Z\", where each line means \"At least \u00abX\u00bb pairs of TWO consecutive days off in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"months\" instead of \"m\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quadruple_days_off_limits",
                            "description": "Minimal number of required sets of four consecutive days off. Written as set of lines in format \"X in Y Z\", where each line means \"At least \u00abX\u00bb sets of FOUR consecutive days off in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"months\" instead of \"m\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "split_days_off_in_two_calendar_periods",
                            "description": "If selected consecutive days off counted towards <em>*_days_off_limits<\/em> calendar limits spanning two calendar periods will be split.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trailing_days_to_calculate_annual_days_off",
                            "description": "Number of trailing days in the year in which \"calendar year\" day off limits are enforced. For example, enter 31 for December only, 61 for November and December, and so forth. Leave the default if the day off limits should be enforced throughout the entire year.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "required_days_off_before_consecutive_work_days",
                            "description": "Additional days off limit before consecutive days of work Written as set of lines in format \"X Y\", where each line means \u00abY\u00bb days off before consecutive \u00abX\u00bb days of work",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "required_days_off_after_consecutive_work_days",
                            "description": "Additional days off limit after consecutive days of work Written as set of lines in format \"X Y\", where each line means \u00abY\u00bb days off after consecutive \u00abX\u00bb days of work",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off",
                            "description": "Definition of a day off (single day free of duty).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_min_length_time",
                            "description": "Minimum required length of a day off. It should not be less than 24 hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_use_local_time",
                            "description": "If selected, airport local time will be used instead of UTC to determine the first day off.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_max_start_time",
                            "description": "Every rest period must start no later than this hour to be considered a day off. Midnight entered as 24:00 (default) places no restriction on starting hour.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_min_end_time",
                            "description": "Every rest period must end no earlier than this hour to be considered a day off. Midnight entered as 00:00 places no restriction on ending hour.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_allow_1h_earlier_end_time_if_followed_by_non_fdp",
                            "description": "This option allows for the last local nights to happen 1 hour earlier if the next duty consists of a non-FDP duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_use_utc",
                            "description": "If selected, <em>max_start_time<\/em> and <em>min_end_time<\/em> values will be expressed in UTC. If not selected (default), local time of the location of rest will be used. Crew member's acclimatisation will NOT be taken into account either way.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_check_duration",
                            "description": "This option requires that in case of consecutive days off, length of double day off must be at least the length of a single day off + 24 hours. For each additional consecutive day off, another 24 hours must be added. If this option is not checked (default), only the <em>max_start_time<\/em>\/<em>min_end_time<\/em> and the number of midnights included in a rest period will decide whether there is a successive day off.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_subsequent_do_not_check_local_nights",
                            "description": "This option check the presence of local nights only in the case of the first day off. Each consecutive day off may end as soon as midnight, and no further local nights are checked.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive",
                            "description": "An alternative definition of a day off used whenever consecutive days off are assigned. For example, you can keep <em>day_off<\/em> as 36 hours, but set <em>day_off_consecutive<\/em> to be 24 hours; then, while a single day off still has to be 36 hours, 48 hours will be enough to count as 2 consecutive days off. If kept as \"never occurring\", standard definition is used instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_min_length_time",
                            "description": "Minimum required length of a day off. It should not be less than 24 hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_use_local_time",
                            "description": "If selected, airport local time will be used instead of UTC to determine the first day off.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_max_start_time",
                            "description": "Every rest period must start no later than this hour to be considered a day off. Midnight entered as 24:00 (default) places no restriction on starting hour.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_min_end_time",
                            "description": "Every rest period must end no earlier than this hour to be considered a day off. Midnight entered as 00:00 places no restriction on ending hour.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_allow_1h_earlier_end_time_if_followed_by_non_fdp",
                            "description": "This option allows for the last local nights to happen 1 hour earlier if the next duty consists of a non-FDP duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_use_utc",
                            "description": "If selected, <em>max_start_time<\/em> and <em>min_end_time<\/em> values will be expressed in UTC. If not selected (default), local time of the location of rest will be used. Crew member's acclimatisation will NOT be taken into account either way.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_consecutive_check_duration",
                            "description": "This option requires that in case of consecutive days off, length of double day off must be at least the length of a single day off + 24 hours. For each additional consecutive day off, another 24 hours must be added. If this option is not checked (default), only the <em>max_start_time<\/em>\/<em>min_end_time<\/em> and the number of midnights included in a rest period will decide whether there is a successive day off.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "day_off_consecutive_subsequent_do_not_check_local_nights",
                            "description": "This option check the presence of local nights only in the case of the first day off. Each consecutive day off may end as soon as midnight, and no further local nights are checked.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional_day_off_on_long_calendar_month",
                            "description": "Add 1 day to cumulative day off limit if month has 31 days.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_to_sleep_off_length_time",
                            "description": "Minimal length of single duty, which requires the rest following it to include a local night.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest",
                            "description": "Standard implementation of the weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_max_separation",
                            "description": "Maximal time interval between end of previous weekly rest and the beginning of the next one.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_min_length",
                            "description": "Minimum required length of a weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_min_length_after_four_nocturnal_duties",
                            "description": "Minimum required length of a weekly rest, there are at least four nocturnal duties (early start \/ night \/ late finishes) following the previous weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_min_length_reduced_outside_home",
                            "description": "Reduced duration of the weekly rest which can be applied only outside home base. If it is applied, the next weekly rest must be increased by the difference.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_only_in_home_base",
                            "description": "If selected, weekly rest will be counted only if taken in home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_required_local_nights",
                            "description": "Number of local nights required in every weekly rest. Usually 0, 1 or 2.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer",
                            "description": "Alternative weekly rest. If used, should be longer and allow for larger separation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer_max_separation",
                            "description": "Maximal time interval between end of previous weekly rest and the beginning of the next one.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer_min_length",
                            "description": "Minimum required length of a weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer_min_length_after_four_nocturnal_duties",
                            "description": "Minimum required length of a weekly rest, there are at least four nocturnal duties (early start \/ night \/ late finishes) following the previous weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer_min_length_reduced_outside_home",
                            "description": "Reduced duration of the weekly rest which can be applied only outside home base. If it is applied, the next weekly rest must be increased by the difference.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer_only_in_home_base",
                            "description": "If selected, weekly rest will be counted only if taken in home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longer_required_local_nights",
                            "description": "Number of local nights required in every weekly rest. Usually 0, 1 or 2.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest",
                            "description": "One more alternative weekly rest. If used, should be even longer and allow for even larger separation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest_max_separation",
                            "description": "Maximal time interval between end of previous weekly rest and the beginning of the next one.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest_min_length",
                            "description": "Minimum required length of a weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest_min_length_after_four_nocturnal_duties",
                            "description": "Minimum required length of a weekly rest, there are at least four nocturnal duties (early start \/ night \/ late finishes) following the previous weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest_min_length_reduced_outside_home",
                            "description": "Reduced duration of the weekly rest which can be applied only outside home base. If it is applied, the next weekly rest must be increased by the difference.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest_only_in_home_base",
                            "description": "If selected, weekly rest will be counted only if taken in home base.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_longest_required_local_nights",
                            "description": "Number of local nights required in every weekly rest. Usually 0, 1 or 2.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_alternative_forward",
                            "description": "If this option is selected, longer (alternative) weekly rest is followed by a longer permitted interval without an intervening weekly rest period. If not selected (default), it is the opposite: the extended work period needs to be followed by an extended (alternative) weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_min_length_for_early_night",
                            "description": "Minimum required length of a weekly rest, allowing the second (trailing) local night to start as early as 20:00, instead of 22:00. In this case, weekly rest can end as soon as 04:00 of the following day.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_earliest_end_hour",
                            "description": "Earliest local hour at which weekly rest can end so that trailing local night will still be counted toward weekly rest local nights.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_separation_starts_with_utc_midnight",
                            "description": "If this option is selected, counting the required period of time between consecutive weekly rest periods will be delayed until the UTC midnight following the end of the former rest period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_1",
                            "description": "Special requirements for weekly rest following a duty that meets specified conditions.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_1_condition",
                            "description": "Condition determining when requirements will be applied. If left empty requirements will always be applied. Variables available in the condition: <ul> <li>ends_in_home - whether duty ends in homebase<\/li> <li>fdp_extension - whether duty has an FDP extension<\/li> <li>timezone_diff - timezone difference between duty start and end location in minutes<\/li> <li>rest_after_length - length of rest after duty in minutes<\/li> <li>rest_after_local_nights - count of local nights during rest after duty<\/li> <li>crew_augmentation - crew augmentation level (1 - augmented, 2 - double)<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_1_required_in_home",
                            "description": "Weekly rest following a duty matching specified condition must be in homebase.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_1_required_local_nights",
                            "description": "Number of local nights required in weekly rest following a duty matching specified condition.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_1_required_length",
                            "description": "Minimum required length of a weekly rest following a duty matching specified condition.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_2",
                            "description": "Special requirements for weekly rest following a duty that meets specified conditions. This will take priority over <i>weekly_rest_requirements_1<\/i>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_2_condition",
                            "description": "Condition determining when requirements will be applied. If left empty requirements will always be applied. Variables available in the condition: <ul> <li>ends_in_home - whether duty ends in homebase<\/li> <li>fdp_extension - whether duty has an FDP extension<\/li> <li>timezone_diff - timezone difference between duty start and end location in minutes<\/li> <li>rest_after_length - length of rest after duty in minutes<\/li> <li>rest_after_local_nights - count of local nights during rest after duty<\/li> <li>crew_augmentation - crew augmentation level (1 - augmented, 2 - double)<\/li> <\/ul>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_2_required_in_home",
                            "description": "Weekly rest following a duty matching specified condition must be in homebase.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_2_required_local_nights",
                            "description": "Number of local nights required in weekly rest following a duty matching specified condition.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly_rest_requirements_2_required_length",
                            "description": "Minimum required length of a weekly rest following a duty matching specified condition.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "compensation_time",
                            "description": "Method for calculating compensation time for rotation. Compensation time from rotation and already cumulated compensation time will be consumed after rest, if the start of next duty allows it, or it will be cumulated.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "require_48h_weekly_rest_at_wocl",
                            "description": "If at least one WOCL encroachment occur in the period of 168 hours, there shall be an extended rest period of 48 hours in a 168-hour period starting at the commencement of the first WOCL encroachment.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break",
                            "description": "Type of the short break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_cumulative_duty_weight",
                            "description": "Fraction of break time to be included into cumulative duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_fdp_weight",
                            "description": "Fraction of break time to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_additional_margin_fdp_weight",
                            "description": "Fraction of the duration specified as <em>additional_margin<\/em> to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_additional_margin",
                            "description": "Part of the break's duration to be excluded from either extending the FDP (in case of \u201cFDP extension by a fraction of break\u201d) and\/or treated separately when calculating actual FDP contribution.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_fdp_max_contribution",
                            "description": "Maximum duration of the break counted towards FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_margin_before",
                            "description": "FDP margin after the last sector before the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_margin_after",
                            "description": "FDP margin before the first sector after the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_end_auto_from_plan",
                            "description": "If this option is set, and the end of the break is calculated in \"auto\" mode using <em>margin_after<\/em>, it will be calculated based on the planned schedule of the first sector after the break and not affected by the actual delay. Otherwise (default), the end of the break will be calculated based on the actual schedule.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_first_half_fdp",
                            "description": "Maximal length of the first half of split FDP (before the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_second_half_fdp",
                            "description": "Maximal length of the second half of split FDP (after the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_sectors_after",
                            "description": "Maximum number of sectors in the part of FDP after a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_time_difference",
                            "description": "Maximal time zone difference between the place of beginning of the duty and the place of the break (the absolute value of the time zone difference must be less or equal than this value to use split duty).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_total_duty",
                            "description": "Maximal total length of split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_total_fdp_incl_break",
                            "description": "Maximal total length of FDP using split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_total_fdp_excl_break",
                            "description": "Maximal total length of FDP using split duty, excluding the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_length",
                            "description": "Maximum permitted duration of the break. If the actual break exceeds this value, split duty will not be used. This option should usually be left unset, unless specifically requested by the operator.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_min_length",
                            "description": "Minimal length of the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_min_length_incl_wocl",
                            "description": "Minimal length of the break including any period spent in WOCL. This setting should be used instead of <em>min_length<\/em> when, despite using <em>exclude_wocl_from_break<\/em> the excluded period should nevertheless be included when checking minimum duration of the break. If <em>exclude_wocl_from_break<\/em> is not used, this setting should not be used either.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_require_planned",
                            "description": "If set, not only the actual duration of break, but also the planned duration must be not less than <em>break_min_length<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_exclude_wocl_from_break",
                            "description": "Exclude part of break which encroaches WOCL from total break time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_night",
                            "description": "Daytime restrictions on a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_night_start",
                            "description": "Start of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_night_end",
                            "description": "End of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_allow_in_home_base",
                            "description": "Whether split duty should be allowed in home base (default: yes). Outside home base, split duty is always allowed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_require_hotel",
                            "description": "If this option is set, hotel accommodation must be provided in order to take advantage of the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_consider_wocl_in_fdp_extension",
                            "description": "If set, WOCL encroachment will be used as FDP extension if greater than calculated by selected break algorithm.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_total_fdp_excl_break_with_discretion",
                            "description": "If set, and any sector in a duty has \"discretion\" used on it, this setting will override max_total_fdp_excl_break for break calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_weight",
                            "description": "Fraction of the break time by which max single FDP length is extended.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_fdp_extension",
                            "description": "Maximal FDP extension due to break aka. split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_max_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_fdp_extension",
                            "description": "Constant extension of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_next_rest_reduction",
                            "description": "Amount for reduction of the rest period following the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_fdp_reduction",
                            "description": "Constant reduction of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_reduction_weight_for_first_6h",
                            "description": "Fraction of break up to 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "short_break_reduction_weight_after_first_6h",
                            "description": "Fraction of break exceeding 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break",
                            "description": "Type of the medium break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_cumulative_duty_weight",
                            "description": "Fraction of break time to be included into cumulative duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_fdp_weight",
                            "description": "Fraction of break time to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_additional_margin_fdp_weight",
                            "description": "Fraction of the duration specified as <em>additional_margin<\/em> to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_additional_margin",
                            "description": "Part of the break's duration to be excluded from either extending the FDP (in case of \u201cFDP extension by a fraction of break\u201d) and\/or treated separately when calculating actual FDP contribution.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_fdp_max_contribution",
                            "description": "Maximum duration of the break counted towards FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_margin_before",
                            "description": "FDP margin after the last sector before the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_margin_after",
                            "description": "FDP margin before the first sector after the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_end_auto_from_plan",
                            "description": "If this option is set, and the end of the break is calculated in \"auto\" mode using <em>margin_after<\/em>, it will be calculated based on the planned schedule of the first sector after the break and not affected by the actual delay. Otherwise (default), the end of the break will be calculated based on the actual schedule.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_first_half_fdp",
                            "description": "Maximal length of the first half of split FDP (before the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_second_half_fdp",
                            "description": "Maximal length of the second half of split FDP (after the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_sectors_after",
                            "description": "Maximum number of sectors in the part of FDP after a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_time_difference",
                            "description": "Maximal time zone difference between the place of beginning of the duty and the place of the break (the absolute value of the time zone difference must be less or equal than this value to use split duty).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_total_duty",
                            "description": "Maximal total length of split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_total_fdp_incl_break",
                            "description": "Maximal total length of FDP using split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_total_fdp_excl_break",
                            "description": "Maximal total length of FDP using split duty, excluding the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_length",
                            "description": "Maximum permitted duration of the break. If the actual break exceeds this value, split duty will not be used. This option should usually be left unset, unless specifically requested by the operator.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_min_length",
                            "description": "Minimal length of the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_min_length_incl_wocl",
                            "description": "Minimal length of the break including any period spent in WOCL. This setting should be used instead of <em>min_length<\/em> when, despite using <em>exclude_wocl_from_break<\/em> the excluded period should nevertheless be included when checking minimum duration of the break. If <em>exclude_wocl_from_break<\/em> is not used, this setting should not be used either.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_require_planned",
                            "description": "If set, not only the actual duration of break, but also the planned duration must be not less than <em>break_min_length<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_exclude_wocl_from_break",
                            "description": "Exclude part of break which encroaches WOCL from total break time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_night",
                            "description": "Daytime restrictions on a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_night_start",
                            "description": "Start of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_night_end",
                            "description": "End of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_allow_in_home_base",
                            "description": "Whether split duty should be allowed in home base (default: yes). Outside home base, split duty is always allowed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_require_hotel",
                            "description": "If this option is set, hotel accommodation must be provided in order to take advantage of the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_consider_wocl_in_fdp_extension",
                            "description": "If set, WOCL encroachment will be used as FDP extension if greater than calculated by selected break algorithm.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_total_fdp_excl_break_with_discretion",
                            "description": "If set, and any sector in a duty has \"discretion\" used on it, this setting will override max_total_fdp_excl_break for break calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_weight",
                            "description": "Fraction of the break time by which max single FDP length is extended.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_fdp_extension",
                            "description": "Maximal FDP extension due to break aka. split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_max_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_fdp_extension",
                            "description": "Constant extension of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_next_rest_reduction",
                            "description": "Amount for reduction of the rest period following the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_fdp_reduction",
                            "description": "Constant reduction of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_reduction_weight_for_first_6h",
                            "description": "Fraction of break up to 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium_break_reduction_weight_after_first_6h",
                            "description": "Fraction of break exceeding 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break",
                            "description": "Type of the long break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_cumulative_duty_weight",
                            "description": "Fraction of break time to be included into cumulative duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_fdp_weight",
                            "description": "Fraction of break time to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_additional_margin_fdp_weight",
                            "description": "Fraction of the duration specified as <em>additional_margin<\/em> to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_additional_margin",
                            "description": "Part of the break's duration to be excluded from either extending the FDP (in case of \u201cFDP extension by a fraction of break\u201d) and\/or treated separately when calculating actual FDP contribution.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_fdp_max_contribution",
                            "description": "Maximum duration of the break counted towards FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_margin_before",
                            "description": "FDP margin after the last sector before the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_margin_after",
                            "description": "FDP margin before the first sector after the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_end_auto_from_plan",
                            "description": "If this option is set, and the end of the break is calculated in \"auto\" mode using <em>margin_after<\/em>, it will be calculated based on the planned schedule of the first sector after the break and not affected by the actual delay. Otherwise (default), the end of the break will be calculated based on the actual schedule.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_first_half_fdp",
                            "description": "Maximal length of the first half of split FDP (before the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_second_half_fdp",
                            "description": "Maximal length of the second half of split FDP (after the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_sectors_after",
                            "description": "Maximum number of sectors in the part of FDP after a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_time_difference",
                            "description": "Maximal time zone difference between the place of beginning of the duty and the place of the break (the absolute value of the time zone difference must be less or equal than this value to use split duty).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_total_duty",
                            "description": "Maximal total length of split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_total_fdp_incl_break",
                            "description": "Maximal total length of FDP using split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_total_fdp_excl_break",
                            "description": "Maximal total length of FDP using split duty, excluding the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_length",
                            "description": "Maximum permitted duration of the break. If the actual break exceeds this value, split duty will not be used. This option should usually be left unset, unless specifically requested by the operator.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_min_length",
                            "description": "Minimal length of the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_min_length_incl_wocl",
                            "description": "Minimal length of the break including any period spent in WOCL. This setting should be used instead of <em>min_length<\/em> when, despite using <em>exclude_wocl_from_break<\/em> the excluded period should nevertheless be included when checking minimum duration of the break. If <em>exclude_wocl_from_break<\/em> is not used, this setting should not be used either.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_require_planned",
                            "description": "If set, not only the actual duration of break, but also the planned duration must be not less than <em>break_min_length<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_exclude_wocl_from_break",
                            "description": "Exclude part of break which encroaches WOCL from total break time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_night",
                            "description": "Daytime restrictions on a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_night_start",
                            "description": "Start of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_night_end",
                            "description": "End of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_allow_in_home_base",
                            "description": "Whether split duty should be allowed in home base (default: yes). Outside home base, split duty is always allowed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_require_hotel",
                            "description": "If this option is set, hotel accommodation must be provided in order to take advantage of the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_consider_wocl_in_fdp_extension",
                            "description": "If set, WOCL encroachment will be used as FDP extension if greater than calculated by selected break algorithm.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_total_fdp_excl_break_with_discretion",
                            "description": "If set, and any sector in a duty has \"discretion\" used on it, this setting will override max_total_fdp_excl_break for break calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_weight",
                            "description": "Fraction of the break time by which max single FDP length is extended.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_fdp_extension",
                            "description": "Maximal FDP extension due to break aka. split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_max_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_fdp_extension",
                            "description": "Constant extension of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_next_rest_reduction",
                            "description": "Amount for reduction of the rest period following the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_fdp_reduction",
                            "description": "Constant reduction of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_reduction_weight_for_first_6h",
                            "description": "Fraction of break up to 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "long_break_reduction_weight_after_first_6h",
                            "description": "Fraction of break exceeding 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break",
                            "description": "Type of the longest break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_cumulative_duty_weight",
                            "description": "Fraction of break time to be included into cumulative duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_fdp_weight",
                            "description": "Fraction of break time to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_additional_margin_fdp_weight",
                            "description": "Fraction of the duration specified as <em>additional_margin<\/em> to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_additional_margin",
                            "description": "Part of the break's duration to be excluded from either extending the FDP (in case of \u201cFDP extension by a fraction of break\u201d) and\/or treated separately when calculating actual FDP contribution.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_fdp_max_contribution",
                            "description": "Maximum duration of the break counted towards FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_margin_before",
                            "description": "FDP margin after the last sector before the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_margin_after",
                            "description": "FDP margin before the first sector after the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_end_auto_from_plan",
                            "description": "If this option is set, and the end of the break is calculated in \"auto\" mode using <em>margin_after<\/em>, it will be calculated based on the planned schedule of the first sector after the break and not affected by the actual delay. Otherwise (default), the end of the break will be calculated based on the actual schedule.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_first_half_fdp",
                            "description": "Maximal length of the first half of split FDP (before the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_second_half_fdp",
                            "description": "Maximal length of the second half of split FDP (after the break).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_sectors_after",
                            "description": "Maximum number of sectors in the part of FDP after a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_time_difference",
                            "description": "Maximal time zone difference between the place of beginning of the duty and the place of the break (the absolute value of the time zone difference must be less or equal than this value to use split duty).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_total_duty",
                            "description": "Maximal total length of split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_total_fdp_incl_break",
                            "description": "Maximal total length of FDP using split duty, including the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_total_fdp_excl_break",
                            "description": "Maximal total length of FDP using split duty, excluding the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_length",
                            "description": "Maximum permitted duration of the break. If the actual break exceeds this value, split duty will not be used. This option should usually be left unset, unless specifically requested by the operator.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_min_length",
                            "description": "Minimal length of the break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_min_length_incl_wocl",
                            "description": "Minimal length of the break including any period spent in WOCL. This setting should be used instead of <em>min_length<\/em> when, despite using <em>exclude_wocl_from_break<\/em> the excluded period should nevertheless be included when checking minimum duration of the break. If <em>exclude_wocl_from_break<\/em> is not used, this setting should not be used either.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_require_planned",
                            "description": "If set, not only the actual duration of break, but also the planned duration must be not less than <em>break_min_length<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_exclude_wocl_from_break",
                            "description": "Exclude part of break which encroaches WOCL from total break time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_night",
                            "description": "Daytime restrictions on a break.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_night_start",
                            "description": "Start of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_night_end",
                            "description": "End of the local night for split duty calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_allow_in_home_base",
                            "description": "Whether split duty should be allowed in home base (default: yes). Outside home base, split duty is always allowed.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_require_hotel",
                            "description": "If this option is set, hotel accommodation must be provided in order to take advantage of the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_consider_wocl_in_fdp_extension",
                            "description": "If set, WOCL encroachment will be used as FDP extension if greater than calculated by selected break algorithm.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_total_fdp_excl_break_with_discretion",
                            "description": "If set, and any sector in a duty has \"discretion\" used on it, this setting will override max_total_fdp_excl_break for break calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_weight",
                            "description": "Fraction of the break time by which max single FDP length is extended.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_fdp_extension",
                            "description": "Maximal FDP extension due to break aka. split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_max_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_fdp_extension",
                            "description": "Constant extension of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_next_rest_reduction",
                            "description": "Amount for reduction of the rest period following the split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_extended_fdp",
                            "description": "Maximum length of FDP extended due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_fdp_reduction",
                            "description": "Constant reduction of max single FDP length due to split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_reduction_weight_for_first_6h",
                            "description": "Fraction of break up to 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longest_break_reduction_weight_after_first_6h",
                            "description": "Fraction of break exceeding 6 hours to be subtracted from duty length for calculating minimum rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "split_duty_limits",
                            "description": "Split duty limits. Written as set of lines in format \"X in Y Z\", where each line means \"No more than \u00abX\u00bb split duties in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "split_duty_rest_increase",
                            "description": "If this option is set, for any split duty,<ul> <li>pre and post flight minimum rest is increased by two hours, OR<\/li> <li>post flight rest only is increased by four hours<\/li><\/ul> Where the extensions are used for consecutive duties, the pre and post flight rest between the two duties shall run consecutively.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulative_standby_limits",
                            "description": "Cumulative standby limits. Written as set of lines in format \"X in Y Z\", where each line means \"At most \u00abX\u00bb cumulative standby hours in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_standby_periods_per_month",
                            "description": "Maximal number of standby periods per calendar month.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fdp_length_after_home_standby_multi",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to multi-pilot crew operation after home standby. Length of such preceding standby will be subtracted from max FDP. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fpd_length_after_home_standby_augmented",
                            "description": "Maximum length of FDP depending on local time of FDP start (separate rows) and sector count (separate columns, starting from 1). Applies to augmented crew operation after home standby. Length of such preceding standby will be subtracted from max FDP. Each row has format \"HH:MM [ H1:M1 H2:M2 ... ]\", where HH:MM is local time and H<em>n<\/em>:M<em>n<\/em> is the maximum length of FDP consisting of <em>n<\/em> sectors. Last value covers all subsequent values of <em>n<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "single_reserve_max_duration",
                            "description": "Maximum length of a single \"reserve\" type standby period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "single_standby_max_duration",
                            "description": "Maximum length of a single standby period (excl. airport standby).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "single_standby_max_duration_for_airport",
                            "description": "Maximum length of a single airport standby period.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_standby_max_duty_duration",
                            "description": "Maximum length of single duty period including airport standby.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "other_standby_max_duty_duration",
                            "description": "Maximum length of single duty period including standby other than airport standby.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_enable_by_type",
                            "description": "Determine for which standby types, fdp reduction should be applied. Setting has format \"\u00abstandby type 1\u00bb \u00abstandby type 2\u00bb \u00abstandby type N\u00bb\" Available standby types: 'airport', 'home', 'hotel', 'other', 'reserve', 'all' Important: if this setting is set, <em>standby_fdp_reduction_enable<\/em> will be omitted.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_max_length",
                            "description": "Maximum length of FDP when duty period includes standby. This limit is for the basic FDP and can be further increased with extensions as usual.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_plus_fdp_max_length",
                            "description": "Maximum length of standby + FDP when duty period includes standby. This limit is for the basic FDP and can be further increased with extensions as usual.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_airport_fdp_weight",
                            "description": "Fraction of airport standby duty to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_other_fdp_weight",
                            "description": "Fraction of standby period other than airport standby to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_other_min_length_for_fdp",
                            "description": "Minimum length of standby period other than airport standby to be included into FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_annual_limits",
                            "description": "Determines how the standby duty is counted towards annual cumulative duty limits.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_annual_limits_other_weight",
                            "description": "Fraction of standby time to be added to annual cumulative duty limits.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_enable",
                            "description": "If selected, FDP preceded by standby will be reduced according to the options below. Maximal FDP will be reduced by <em>standby_fdp_reduction_weight<\/em> \u00b7 max(0, standby length \u2212 <em>standby_fdp_reduction_from<\/em>). Important: if <em>standby_fdp_reduction_enable_by_type<\/em> is set, this setting will be omitted.<br\/> <strong style=\"color:red\">Deprecated: please use standby_fdp_reduction_enable_by_type instead.<\/strong>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_weight",
                            "description": "Fraction of part of standby period exceeding <em>standby_fdp_reduction_from<\/em>, by which maximal allowed FDP will be reduced.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_airport_from",
                            "description": "Length of the starting part of airport standby which shall not reduce maximal allowed FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_other_from",
                            "description": "Length of the starting part of standby other than airport standby (i.e. home, hotel or other standby) which shall not reduce maximal allowed FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_other_decrease_for_split_duty",
                            "description": "Additional duration that should be *added* to <em>standby_fdp_reduction_other_from<\/em> in case FDP is extended with split duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduction_disable_if_night_time_at_least",
                            "description": "If the standby period includes at least this duration between 22:00 and 08:00 (according to the crew member's acclimatisation time zone), it does not reduce maximum FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_fdp_reduce_by_night",
                            "description": "If this option is set, part of the standby between 23:00 and 07:00 will not affect the maximum FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_airport_duty_weight",
                            "description": "Fraction of an airport standby period to be counted in cumulative duty hours, when it does not lead to a flight assignment.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_airport_duty_weight_before_flight",
                            "description": "Fraction of an airport standby period to be counted in cumulative duty hours, when it precedes the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_home_duty_weight",
                            "description": "Fraction of a home standby period to be counted in cumulative duty hours, when it does not lead to a flight assignment.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_home_duty_weight_before_flight",
                            "description": "Fraction of a home standby period to be counted in cumulative duty hours, when it precedes the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_home_50_percent_duty_start",
                            "description": "Time offset from the beginning of home standby period, when it starts counting as 50% to cumulative duty hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_home_part_for_cumulative_duty",
                            "description": "Starting part of each home standby period to be accounted for in cumulative duty calculations. For example, if you enter 8:00, only first eight hours of standby will be counted towards cumulative duty. The default value of \"inf\" always accounts for the full duration.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_hotel_duty_weight",
                            "description": "Fraction of a hotel standby period to be counted in cumulative duty hours, when it does not lead to a flight assignment.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_hotel_duty_weight_before_flight",
                            "description": "Fraction of a hotel standby period to be counted in cumulative duty hours, when it precedes the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_hotel_50_percent_duty_start",
                            "description": "Time offset from the beginning of hotel standby period, when it starts counting as 50% to cumulative duty hours.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_other_duty_weight",
                            "description": "Fraction of an other standby period to be counted in cumulative duty hours, when it does not lead to a flight assignment.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standby_other_duty_weight_before_flight",
                            "description": "Fraction of an other standby period to be counted in cumulative duty hours, when it precedes the FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_non_airport_standby_from_duty_length",
                            "description": "If this option is set, non-airport standby will not be included in duty time, so it will not affect minimum rest. Regardless of this setting, standby of type RESERVE is always excluded from duty time.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "include_time_between_standby_and_fdp",
                            "description": "If set, time between standby end and FDP start time will be counted towards FDP reduction by standby.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_standby_airport_on_this_aoc",
                            "description": "Airport standby duties on this AOC will be excluded from FTL calculation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_standby_other_on_this_aoc",
                            "description": "Standby duties other than airport standby on this AOC will be excluded from FTL calculation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_non_airport_standby_from_nocturnal_limits_and_wocl",
                            "description": "Standby duties other than airport standby on this AOC will be excluded from nocturnal limits and also will not be taken into account when encroaching WOCL.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calendar_days_time_zone",
                            "description": "Time zone to be used for calendar days calculations. If left empty (default), use UTC.<br>Value should be a valid time zone (e.g. Europe\/Warsaw).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "include_options_in_ftl",
                            "description": "This option results in all \"option\" legs being included in all FTL calculations.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_revision_from_last_sector",
                            "description": "Usually, AOC revision used in calculating FTL is taken from the first operating sector, or the first activity if there are no operating sectors. This setting changes this logic to use the last meaningful sector instead.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_aircraft_home_base_as_crew_home_base",
                            "description": "If this option is set, sector will be treated as commencing or finishing in home base not only in the crew member's home base, but also in the home base of the aircraft.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabin_crew_fdp_extension",
                            "description": "If this option is set, FDP of the cabin crew may be extended by the difference in reporting time between cabin crew and flight crew, as long as the difference does not exceed one hour. This increase will be applied even if <em>fdp_length_cabin<\/em> is already in force.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty_max_length_time",
                            "description": "Maximal length of single non-FDP duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "default_fdp_is_single_pilot",
                            "description": "If this option is set, approximate FDP information in \"Edit Flight\" window, when no crew is selected, will be displayed for single-pilot FDP.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "include_before_fdp_condition",
                            "description": "Condition determining which activities preceding operating sectors should be included in the FDP.<br>Available sector fields with sample values are as follows:<ul><li><li>activity_type = flight \/ office \/ positioning \/ maintenance \/ reservation \/ quote \/ duty<li>type_flight = 2 (OWNER) \/ 3 (TRAINING) \/ 4 (SIMULATOR) \/ 6 (TECHNICAL) \/ 8 (AMBULANCE) \/ 9 (OTHER) \/ 10 (PAX) \/ 11 (CARGO) \/ 12 (MISSION) \/ 13 (REGULAR_PAX_TRANSPORT) \/ 14 (AIRCRAFT_REPOSITIONING) \/ 15 (FREQUENT_FLYER) \/ 16 (STATE) \/ 17 (HEAD) \/ 18 (OWNER_CHARTER)<li>positioning_type = commercial_carrier \/ train \/ car \/ hotel_transfer \/ other \/ bus<li>commercial = 1<li>standby_type = 0<li>icao_type = <li>flight_rules = I (I) \/ V (V) \/ Y (Y) \/ Z (Z)<li>is_driver = 0<li>is_line_training = 0<li>cdr_duty_type = <li>empty_leg = 0<li>normal_crew = 2<li>actual_crew = 2<li>rest_fraction = 0.000000000<li>cockpit_count = 0<li>captain_count = 0<li>is_single_pilot = 0<li>is_cabin_crew = 0<li>is_discretion = 0<li>rest_facility = 1<li>hotel_provided_after = 0<li>starts_in_home_base = 0<li>ends_in_home_base = 0<li>combination_after = 0<li>disable_break_after = 0<li>fdp_extension_mode = auto<li>rest_reduction_mode = auto<li>landing_count = 1<li>is_start_time_actual = 0<li>is_takeoff_time_actual = 0<li>is_landing_time_actual = 0<li>is_end_time_actual = 0<li>commander_discretion_rest = 0<\/ul>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "include_after_fdp_condition",
                            "description": "Condition determining which activities following operating sectors should be included in the FDP.<br>Available sector fields with sample values are as follows:<ul><li><li>activity_type = flight \/ office \/ positioning \/ maintenance \/ reservation \/ quote \/ duty<li>type_flight = 2 (OWNER) \/ 3 (TRAINING) \/ 4 (SIMULATOR) \/ 6 (TECHNICAL) \/ 8 (AMBULANCE) \/ 9 (OTHER) \/ 10 (PAX) \/ 11 (CARGO) \/ 12 (MISSION) \/ 13 (REGULAR_PAX_TRANSPORT) \/ 14 (AIRCRAFT_REPOSITIONING) \/ 15 (FREQUENT_FLYER) \/ 16 (STATE) \/ 17 (HEAD) \/ 18 (OWNER_CHARTER)<li>positioning_type = commercial_carrier \/ train \/ car \/ hotel_transfer \/ other \/ bus<li>commercial = 1<li>standby_type = 0<li>icao_type = <li>flight_rules = I (I) \/ V (V) \/ Y (Y) \/ Z (Z)<li>is_driver = 0<li>is_line_training = 0<li>cdr_duty_type = <li>empty_leg = 0<li>normal_crew = 2<li>actual_crew = 2<li>rest_fraction = 0.000000000<li>cockpit_count = 0<li>captain_count = 0<li>is_single_pilot = 0<li>is_cabin_crew = 0<li>is_discretion = 0<li>rest_facility = 1<li>hotel_provided_after = 0<li>starts_in_home_base = 0<li>ends_in_home_base = 0<li>combination_after = 0<li>disable_break_after = 0<li>fdp_extension_mode = auto<li>rest_reduction_mode = auto<li>landing_count = 1<li>is_start_time_actual = 0<li>is_takeoff_time_actual = 0<li>is_landing_time_actual = 0<li>is_end_time_actual = 0<li>commander_discretion_rest = 0<\/ul>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "night_duty_subtype",
                            "description": "Determines the night duty type based on the start and end time of the duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "decrease_fdp_by_8h_preceding_duty",
                            "description": "If this option is set, every time FDP is preceded by some non-FDP activity (without an intervening rest period), the maximum permitted FDP will be decreased by 30 minutes, or the total length of the activities in the preceding 8 hours, whichever is the greater.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "australia_domestic_aoc",
                            "description": "Name (label) of a different AOC to be used instead of this one in case all flights in given duty period are domestic in Australia. Leave empty if not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabin_crew_aoc",
                            "description": "Name (label) of a different AOC to be used instead of this one for all cabin crew calculations. Leave empty if not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenance_aoc",
                            "description": "Name (label) of a different AOC to be used instead of this one in case of maintenance positions (FM, FM2 etc). Additionally, the required positions have to be added to <em>additional_operating_positions<\/em> since they are ignored by default. Leave empty if not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "non_commercial_aoc",
                            "description": "Name (label) of a different AOC to be used instead of this one for non-commercial FDPs. Leave empty if not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "over_60_aoc",
                            "description": "Name (label) of a different AOC to be used instead of this one for pilots over 60 years old. Leave empty if not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "australia_international_homebase_aoc",
                            "description": "Name (label) of a different AOC to be used instead of this one for crew member with first homebase outside australia. Leave empty if not used.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_separation_for_break",
                            "description": "This value is used by the automatic sector-grouping algorithm. Whenever a planned separation between consecutive sectors (from STA of the preceding sector to STD of the succeeding sector) would be longer than this value, the sectors are split into two separate duties (the rest period is inserted), unless a user manually chooses not to.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_separation_after_standby",
                            "description": "This value is used by the automatic sector-grouping algorithm after each standby duty, or between two standby duties. Whenever a planned separation between standby and consecutive activity (from end of the preceding standby to start of the succeeding activity) would be longer than this value, the sectors are split into two separate duties (the rest period is inserted), unless a user manually chooses not to.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_separation_before_standby",
                            "description": "This value is used by the automatic sector-grouping algorithm between a non-standby activity and a standby duty. Whenever a planned separation between preceding activity and standby (from end of the preceding activity to start of the succeeding standby period) would be longer than this value, the sectors are split into two separate duties (the rest period is inserted), unless a user manually chooses not to.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enable_standby_reserve_grouping",
                            "description": "If enabled, standby sectors with Reserve type can be automatically grouped with other sectors.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion",
                            "description": "Implementation of commander's discretion.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_warning",
                            "description": "Warning threshold for commander's discretion. If the discretion exceeds this value, it will be marked as warning (in yellow).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_reduce_by_fdp_extension",
                            "description": "If set, available duration of discretion will be reduced by the amount of FDP extension (FDP+).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_increase_block_time",
                            "description": "If set, permitted total block time will be increased by the same maximum extension as available for FDP, unreduced by <em>reduce_by_fdp_extension<\/em>.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_increase_required_rest",
                            "description": "If the FDP is extended due to discretion, the required rest following this FDP is increased by 1 hour for every 30 minutes, or part of 30 minutes, that the FDP is extended beyond the FDP limit. However, it can be reduced to 12 hours if the next rest period includes a weekly rest.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_min_required_rest",
                            "description": "If the FDP is extended due to discretion, the required rest following this FDP is at least as long as defined. 0 means that this option of requiring minimal rest after discretion is disabled. It does not work in conjunction with <i>increase_required_rest<\/i>",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_max_normal",
                            "description": "Maximum duration of commander's discretion for normal (not augmented) crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_max_augmented",
                            "description": "Maximum duration of commander's discretion for augmented or double crew. This setting will only be applied if a rest facility is selected.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_max",
                            "description": "You may specify several combinations of minimal sector count and corresponding duration. Each line has format: \"COUNT HH:MM\", where count is the minimal sector count and HH:MM is the maximum duration of commander's discretion.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretion_max_per_time",
                            "description": "Maximum duration of commander's discretion, depending on the local time when the duty starts. Each row has format \"HH:MM hh:mm\", and means \"minimum rest after duty starting at HH:MM or later is hh:mm\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max_discretion_in_consecutive_night_duties",
                            "description": "Maximum total duration of commander\u2019s discretion accumulated over consecutive night duties. For each night duty (excluding early\/late night duties), the duty\u2019s discretion_length is added to the running counter. The counter resets to zero on non-night duties.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "special_extension",
                            "description": "Allows to specify the details of special extension.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "special_extension_max_takeoff_count_in_two_duties",
                            "description": "If takeoff count in two consecutive duties separated by 24 hours or less exceeds this value, special extension will be marked in the second duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "special_extension_max_takeoff_count_in_two_duties_extension",
                            "description": "If takeoff count in two consecutive duties separated by 24 hours or less exceeds <em>$max_takeoff_count_in_two_duties<\/em> extended by this value, FTL violation will be raised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "special_extension_max_fdp_in_two_duties",
                            "description": "If FDP length in two consecutive duties separated by 24 hours or less exceeds this value, special extension will be marked in the second duty.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "special_extension_max_fdp_in_two_duties_extension",
                            "description": "If FDP length in two consecutive duties separated by 24 hours or less exceeds <em>$max_fdp_in_two_duties<\/em> extended by this value, FTL violation will be raised.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "special_extension_limits",
                            "description": "Special extension limits. Written as set of lines in format \"X in Y Z\", where each line means \"No more than \u00abX\u00bb special extensions in every period of \u00abY\u00bb consecutive \u00abZ\u00bbs\", where X and Y are numbers, whereas Z can be \"d\" for calendar day, \"m\" for calendar month, \"q\" for calendar quarter, or \"y\" for calendar year. Each time unit name can also be written in full. (\"days\" instead of \"d\" etc.).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exclude_taxi_time_from_ftl",
                            "description": "If set, taxi time will <b>not<\/b> be added to ETD\/ATD and ETA\/ATA times while trying to guess takeoff and landing times if no JL exists.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "use_cockpit_rest_fraction_for_cabin_augmentation",
                            "description": "If set, cockpit rest fraction will be used to calculate augmentation for cabin crew.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "include_following_duty_in_next_eobt",
                            "description": "If this option is set, modifiers affecting rest before the following duty will be counted towards next EOBT calculation.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMembersOnSectorInput",
                    "description": "Identification for a specific flight and crew members list, for which the API is to return the FTL calculations",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PersonIdentificationOptionScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PersonIdentificationOptionScalar",
                    "description": "User identification. Can be identified by login nid, email or code",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlDutyForCrewMemberOnSector",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apiFtlDuty",
                            "description": "A duty, related to crew member, on a sector",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlDuty",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlCalculationsForCrewMember",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlDayCalculations",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pdfLink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FtlDayCalculations",
                    "description": "",
                    "fields": [
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftlCalculations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FtlCalculations",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rosterDuties",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Duty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cumulativeLimits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FtlCumulativeLimits",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dayOffStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FtlDayOffStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FtlDayOffStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": "",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALID",
                            "description": "Day off is counted to FTL limits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID",
                            "description": "Day off is not counted to FTL limits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FatigueRiskManagement",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyList",
                            "description": "",
                            "args": [
                                {
                                    "name": "from",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "to",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FatigueRiskManagementDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FatigueRiskManagementDuty",
                    "description": "Fatigue Risk Management Duty",
                    "fields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AirportCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyStartTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakStartTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "breakEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftRestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCabinCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewComposition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TrActivityType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instructors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standbyType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppQuery",
                    "description": "Node for Aircraft Owner App queries",
                    "fields": [
                        {
                            "name": "quoteRequestList",
                            "description": "Find up to 20 quote requests for logged user.\nRequires access to resource GRAPHQL_OWNER_APP",
                            "args": [
                                {
                                    "name": "fromDate",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTimeWithTimezone",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OwnerAppQuoteRequestListItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "Find quote request.\nRequires access to resource GRAPHQL_OWNER_APP",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestDocuments",
                            "description": "Find quote request documents.\nRequires access to resource GRAPHQL_OWNER_APP",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerAppQuoteRequestDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerAppPaxQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Find owned aircraft list for logged user.\nRequires access to resource GRAPHQL_OWNER_APP.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketplace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Marketplace",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userProfile",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullUserProfileValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppQuoteRequestListItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documents",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerAppQuoteRequestDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppQuoteRequestDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightQuotation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OwnerAppQuoteRequestDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charterAgreement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OwnerAppQuoteRequestDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OwnerAppQuoteRequestDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightBrief",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OwnerAppQuoteRequestDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppQuoteRequestDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCurrent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppPaxQuery",
                    "description": "Node for Owner App PAX queries",
                    "fields": [
                        {
                            "name": "searchPax",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "10"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullUserProfileValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullUserProfileValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullUserProfileValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserProfile",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserProfile",
                    "description": "Contains basic information about user profile.",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userSurname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "base",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorBase",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyOperator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cockpitOrCabin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "cockpitOrCabin",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyOperator",
                    "description": "",
                    "fields": [
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "OperatorNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "region",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OperatorNid",
                    "description": "Operator number identifier with access validation",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "cockpitOrCabin",
                    "description": "User ratings",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "COCKPIT",
                            "description": "Ratings for cockpit.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CABIN",
                            "description": "Ratings for cabin.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftFilterPlaceEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "BOOKINGS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REQUESTS_QUOTES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "USERS_LIST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftFilter",
                    "description": "Represents single aircraft filter",
                    "fields": [
                        {
                            "name": "place",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftFilterPlaceEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAllAircraftSelected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sortBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftFilterSortByType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftFilterStatusType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OperatorBase",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftFilterNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectedAircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "presetNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FilterPresetNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftFilterSortByType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ICAO_home_base",
                            "description": "ICAO home base",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MTOW_ascending",
                            "description": "MTOW Ascending",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MTOW_descending",
                            "description": "MTOW Descending",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_capacity",
                            "description": "PAX capacity",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "Registration",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom",
                            "description": "Custom",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftFilterStatusType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "active",
                            "description": "Active",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "all",
                            "description": "All",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatchQuery",
                    "description": "Node for Flight Watch data",
                    "fields": [
                        {
                            "name": "flightWatchList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightWatch",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedFlightWatchList",
                            "description": "Flights Watch list created, modified or deleted after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightWatchChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightWatchHistory",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightWatchHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSubcharterFlightWatchHistory",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightWatchHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvailableRegCauseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RegCauseType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use getAvailableRegulationCauseList field instead"
                        },
                        {
                            "name": "getAvailableRegulationCauseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RegulationCause",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatchChanges",
                    "description": "Flight Watch list created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Flight Watch list created.\nRequires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightWatch",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Flight Watch list changed.\nRequires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightWatch",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Deleted Flight Watch `flightWatchNid` list",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Flight Watch data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatchHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangedByLeonAutomatic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offBlockUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offBlockSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "atdUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "atdSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ataUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ataSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onBlockUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onBlockSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eetSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delayCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delaySource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "divAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "divSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notesSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internalNotesSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuelSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuelSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuelSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuelSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mpr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mprSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ttof",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ttofSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tobt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tobtSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regCause",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regCauseSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextInformation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextInformationSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tsat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tsatSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adultCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adultCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCountSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalLoad",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalLoadSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RegCauseType",
                    "description": "",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RegCauseEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RegCauseEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ACCIDENT_INCIDENT",
                            "description": "Accident or incident occurred.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ATC_CAPACITY",
                            "description": "Balance capacity vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AERODROME_SERVICES",
                            "description": "The regulation is required for e.g. aerodrome de-icing",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AERODROME_CAPACITY",
                            "description": "The regulation is required to balance capacity (a.o. available aircraft stands) vs demand.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ATC_INDUSTRIAL_ACTION",
                            "description": "The regulation is required because industrial actions (e.g. strike) are ongoing at the ATC center",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NON_ATC_INDUSTRIAL_ACTION",
                            "description": "The regulation is required because industrial actions (e.g. strike) are ongoing (not at the ATC center).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WEATHER",
                            "description": "Weather conditions.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRSPACE_MANAGEMENT",
                            "description": "Airspace management reasons (e.g. military exercises).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SPECIAL_EVENT",
                            "description": "Special events (e.g. airshows occuring).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ATC_ROUTINGS",
                            "description": "Special ATC routings.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ATC_STAFFING",
                            "description": "Reduced capacity because of ATC staffing reasons.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ATC_EQUIPMENT",
                            "description": "Reduced capacity because of ATC equipment reasons (e.g. radar maintenance).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENVIRONMENTAL_ISSUES",
                            "description": "Environmental issues (e.g. noise abatement restrictions on RWY usage).",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHERS",
                            "description": "Other reasons (e.g. disabled aircraft on RWY)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RegulationCause",
                    "description": "",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RegulationCauseEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "defaultData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DefaultPassengerDataQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DefaultPassengerDataQuery",
                    "description": "Provides default data (e.g., recommended travel documents) for potential passenger contacts.",
                    "fields": [
                        {
                            "name": "forAirportList",
                            "description": "List cannot be empty",
                            "args": [
                                {
                                    "name": "contactList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ContactNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airportList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AirportOptionScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DefaultPassengerData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DefaultPassengerData",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactRecommendedTravelDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EstimatedTime",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdLt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staLt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdUtc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staUtc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogQuery",
                    "description": "Node for Journey Log queries",
                    "fields": [
                        {
                            "name": "getModifiedJourneyLogList",
                            "description": "List Journey Logs created, modified or deleted after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFatigueScoreTypeList",
                            "description": "List Journey Logs fatigue score field available values witch description",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Map",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getJourneyLogConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogConfiguration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getJourneyLogHistory",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getJourneyLogFileList",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG_FILE_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateApuHours",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "blockOff",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "apuHours",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TimeLong",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateApuCycles",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "blockOff",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "apuCycles",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogChanges",
                    "description": "Journey Logs created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Journey Logs created.\nRequires access to resource GRAPHQL_JOURNEY_LOG",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLog",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Journey Logs changed.\nRequires access to resource GRAPHQL_JOURNEY_LOG",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLog",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Journey Logs deleted",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Map",
                    "description": "Be aware Graphql operate on 32-bit int\/float if needed bigger numbers use `String` type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldList",
                            "description": "Journey Logs configuration active fields",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogConfigurationField",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultUnits",
                            "description": "Journey Logs configuration default units definition",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogConfigurationDefaultUnits",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "incompleteJourneyLogAllowed",
                            "description": "Flag defining whether journey log can be save as incomplete or not",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multipleInputs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogConfigurationMultipleInputs",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTimeCalculationMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogNightTimeCalculationMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mobileJlConfirmationRequired",
                            "description": "Flag defining whether journey log need PIN confirmation on save",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instrumentTimeCalculationMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogInstrumentTimeCalculationMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurationField",
                    "description": "",
                    "fields": [
                        {
                            "name": "fieldId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fieldType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogConfigurationFieldTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxLength",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "required",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogConfigurationFieldUnitTypeEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "values",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JourneyLogConfigurationFieldValue",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogConfigurationFieldTypeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "airport",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "int",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "task_code",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "select",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "float",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multi_input",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "string",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "boolean",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hours",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "textarea",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multi_file",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogConfigurationFieldUnitTypeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "acftUnits",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnits",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUpliftUnits",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilUnits",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quart",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nauticalMile",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLevel",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelDensity",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCargoUnits",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knots",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurationFieldValue",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use valueId field instead"
                        },
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "valueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurationDefaultUnits",
                    "description": "",
                    "fields": [
                        {
                            "name": "acftUnits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCargoUnits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUpliftUnits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilUnits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nauticalMile",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLevel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelDensity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knots",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurationMultipleInputs",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftOilUplift",
                            "description": "Journey log configuration aircraft oil uplift",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogConfigurationAircraftOilUplift",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Approach",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogConfigurationAircraftOilUplift",
                    "description": "",
                    "fields": [
                        {
                            "name": "engineLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineSerialNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftEngineNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cnlNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotFlying",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotMonitoring",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxHeadsCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInTransitCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInEconomyClassCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInBusinessClassCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxAdultCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxMaleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxFemaleCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxChildCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxInfantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxPetCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bagWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bagsQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "underloadWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commercialTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remainingFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apuFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilConsumption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apuHoursTotal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apuCyclesTotal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "euetsExclude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hudEvs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApproved",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "zfwWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDiscretion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mealDiscretion",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeicing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deicingQuantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelDeliveryNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelCostCenter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelInvoiceNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepPriceOfUpliftWithCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepPriceOfUpliftCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepFuelProvider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instrumentTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "engineRate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxFlightLevel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "topOfClimb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "topOfDescent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "runway",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wind",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visibility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rvr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "autoland",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gpu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gpuTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelDensity",
                            "description": "Fuel density (kg\/L)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripReportCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catBBriefCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toiletService",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waterService",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelDensity",
                            "description": "Refuel density (kg\/L)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBeforeUpliftWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isClosed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUpliftAfterFlightWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUpliftAfterFlightDensity",
                            "description": "Fuel uplift after flight density (kg\/L)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "voyageReportNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enginesCycles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isErops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEtops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slingLoadWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oilRefilled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMaintenanceLogEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPushBack",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCrewTransport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientSatisfaction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNavDatabaseUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeicingFluidCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFuelInvoice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLvtoBelow150m",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApprLndCat2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isApprLndPerfoStatis",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onTask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offTask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "missionType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taskCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSuccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "successCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airspace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "config",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legEndUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scheduleRevisionReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSafeRampCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCorMorCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreCpt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreFo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreOther",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trafficLoadWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAcDisinfected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHolding",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fatigueScoreDescription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lowLevelTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConfirmationOfDataCorrectness",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLowLevelSpray",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoLoadedWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoUnloadedWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaxTransport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCatering",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIce",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHotWater",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWashingDishes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLaundry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAcCleaning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isWifi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOxygen",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAsu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asuTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSecurityCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "camoNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approach",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delayCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filesNames",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "feedback",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCarriageOfDangerousGoods",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHangar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hangarNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "palletsLoaded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "palletsUnloaded",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeOffWeightWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ballastWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictedTakeOffWeightWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedLandingWeightWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualLandingWeightWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trueAirspeed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeOffFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ofplFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRouteAreaCompetencyBriefed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTirePressureCheckPerformed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tyrePressureNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCongestedArea",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLvtoAbove150m",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timeOnStationStart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timeOnStationEnd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAlcoholTest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTerminalMeetPax",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaxFlightSatisfactory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxComments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "likes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dislikes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "incidents",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "specialRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "informationForSales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overallPaxExperience",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deicingNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAircraftCleaned",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAircraftRestocked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCrewCatering",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCateringNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCrewHotel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewHotelNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHandlingSatisfactory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingSatisfactoryNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPaxCateringSatisfactory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCateringNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedTripTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedTaxiFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumSectorFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRatingDescription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reducedRequiredLandingDistance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cabinDefects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPrist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "radioCommunicationReport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acDisinsected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airConditioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorFrequency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vorDeviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waterScoopes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waterLandings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentationCompletedAccordingOma",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safetyNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gnssIssuesEncourntered",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gnssIssuesNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hoistMission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightVisionFlights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeNavLogSignedCompleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avionicsDatabaseUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPreflightBriefing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hobbsOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hobbsOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sealNumbers",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dispatchFeedback",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherFeedback",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oxygenRemaining",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hydraulicSystem1UpliftWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hydraulicSystem2UpliftWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hydraulicSystem3UpliftWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "indicatedFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternateFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionaryFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "finalReserveFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingencyFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tankeredFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nvgFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "instructorTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightDocumentationCompletedSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ukAirspaceTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "goAround",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsInterruptions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsInterruptionsNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "awops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftOpenedDefects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDeferredDefects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "controlledRestInCockpit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "controlledRestInCockpitNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRatingAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingRatingAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelRemarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationOfDataCorrectnessNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightPicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightSicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightAug1Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preFlightAug2Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightPicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightSicKss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightAug1Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postFlightAug2Kss",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waste",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wasteNonEu",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailWeightWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "laundryNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCoverFitted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCoverFittedNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rawDataTakeoff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftHandoverReport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookQuerySection",
                    "description": "Shares client data",
                    "fields": [
                        {
                            "name": "exportToExcel",
                            "description": "Export contacts to excel.\nRequires access to environment.\nRequires access to resource PHONEBOOK_EXPORT_EDIT",
                            "args": [
                                {
                                    "name": "phonebookFilter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PhonebookFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookExcelType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactDocuments",
                            "description": "Requires access to resource PHONEBOOK_DOCUMENTS_SEE",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookContactDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactInfo",
                            "description": "Requires access to resource PHONEBOOK_CHARACTERISTIC_SEE",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContactInfo",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripDataSharingSettings",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TripDataSharingSettings",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignedContacts",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PhonebookGetAssignedContactsResponse",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getUploadedFiles",
                            "description": "Get files uploaded for contact.",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contracts",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Contract",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactListByTravelDocumentNumber",
                            "description": "",
                            "args": [
                                {
                                    "name": "documentNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PhonebookContactList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getExportHistoryForContact",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "0"
                                },
                                {
                                    "name": "limit",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "20"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PhonebookGetExportHistoryForContact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactWithEmailByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "\nPossible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "ContactWithEmailByWildcardOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duplicateListExcel",
                            "description": "Requires access to resource PHONEBOOK_EXPORT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookExcelType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookSettingsQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookExcelType",
                    "description": "",
                    "fields": [
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookContactDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "passportList",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "filterDeleted",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportVisa",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "NationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vaccinationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactVaccination",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookGetAssignedContactsResponse",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyShort",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCompany",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneWork",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allWorkEmailsList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookGetExportHistoryForContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginSurname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "ContactWithEmailByWildcardOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullContactWorkEmailDataValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ContactWithEmailByWildcardViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullContactWorkEmailDataValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactWorkEmailData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactWorkEmailData",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactWithEmailByWildcardViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ContactWithEmailByWildcardViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactWithEmailByWildcardViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactWithEmailByWildcardViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContactWithEmailByWildcardViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_SHORT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LONG_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookSettingsQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "defaultContactFormClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PhonebookSettingsDefaultContactFormClient",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PhonebookSettingsDefaultContactFormClient",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistQuery",
                    "description": "Checklist query endpoint",
                    "fields": [
                        {
                            "name": "getAvailableDefinitions",
                            "description": "Will return all definitions, use enum argument \"groupId\" to specify group.\nRequires access to resource GRAPHQL_CHECKLIST_EDIT",
                            "args": [
                                {
                                    "name": "groupId",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "ChecklistGroup",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistDefType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightOpsChecklistItems",
                            "description": "All flight and trip checklist OPS items.\nRequires access to resource GRAPHQL_CHECKLIST_OPS_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "FlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightListOpsChecklistItems",
                            "description": "All flight and trip checklist OPS items for multiple flights.\nRequires access to resource GRAPHQL_CHECKLIST_OPS_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightCorrelatedChecklist",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightSalesChecklistItems",
                            "description": "All flight and trip checklist SALES items.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "FlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightListSalesChecklistItems",
                            "description": "All flight and trip checklist SALES items for multiple flights.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightCorrelatedChecklist",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightFlightCareChecklistItems",
                            "description": "All flight and trip checklist FLIGHT CARE items.\nRequires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "FlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightListFlightCareChecklistItems",
                            "description": "All flight and trip checklist FLIGHT CARE items for multiple flights.\nRequires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightCorrelatedChecklist",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPositioningChecklistItems",
                            "description": "All positioning checklist OPS items.\nRequires access to resource GRAPHQL_POSITIONING_SEE",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "FlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getDefinition",
                            "description": "Will return specific definition.\nRequires access to resource GRAPHQL_CHECKLIST_EDIT",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistDefType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getChecklistMessages",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_MESSAGES_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightChecklistItemEmailAdditionalReceivers",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightChecklistEmailReceiverType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getChecklistOverallStatusOps",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistColorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getChecklistOverallStatusSales",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_SALES_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistColorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getChecklistOverallStatusFlightCare",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistColorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripChecklistItemEmailAdditionalReceivers",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TripChecklistEmailReceiverType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSectionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistSectionOrder",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullSectionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistSection",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullStatusList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistStatusType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelItemConfiguration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FuelFieldConfiguration",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightChecklistItemEnabled",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "cdNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistGroup",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SALES",
                            "description": "Sales group",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS",
                            "description": "Ops group",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_CARE",
                            "description": "Flight care group",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL",
                            "description": "All group",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightAndTripChecklistItemType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullSlotAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullSlotAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCateringChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullFuelChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullHandlingAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullHandlingAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullHotelChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullLandingPermissionChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullOverflightPermissionChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullLuggageChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPaxTransportAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPaxTransportAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullLimousineAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullLimousineAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCargoHandlingAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCargoHandlingAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullEapisChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullParkingStandAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullParkingStandAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullChecklistItemValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullSlotAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SlotAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SlotAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restriction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirRestriction",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AptdirRestriction",
                    "description": "",
                    "fields": [
                        {
                            "name": "restrictionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "details",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullSlotAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SlotAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SlotAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restriction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirRestriction",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCateringChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CateringChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CateringChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullFuelChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "burnFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumRequiredFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternateFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "finalReserveFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionaryFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullHandlingAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HandlingAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HandlingAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullHandlingAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HandlingAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HandlingAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullHotelChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HotelChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotel",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Hotel",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullLandingPermissionChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LandingPermissionChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LandingPermissionChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permits",
                            "description": "Requires access to resource LANDING_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullOverflightPermissionChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OverflightPermissionChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OverflightPermissionChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permits",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullLuggageChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LuggageChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LuggageChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPaxTransportAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PaxTransportAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxTransportAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPaxTransportAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PaxTransportAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxTransportAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullLimousineAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LimousineAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LimousineAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullLimousineAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LimousineAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LimousineAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCargoHandlingAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CargoHandlingAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CargoHandlingAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCargoHandlingAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CargoHandlingAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CargoHandlingAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullEapisChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EapisChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EapisChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullParkingStandAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ParkingStandAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ParkingStandAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parkingStandAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullParkingStandAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ParkingStandAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ParkingStandAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parkingStandAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCorrelatedChecklist",
                    "description": "Checklist item correlated to flight",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FlightAndTripChecklistItemType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistColorEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Green",
                            "description": "Green color of overall checklist status",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Red",
                            "description": "Red color of overall checklist status",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Yellow",
                            "description": "Yellow color of overall checklist status",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Gray",
                            "description": "Gray color of overall checklist status",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistSectionOrder",
                    "description": "",
                    "fields": [
                        {
                            "name": "sectionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistSectionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ChecklistGroupEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistSectionNid",
                    "description": "Checklist section numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "sectionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistSectionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelFieldConfiguration",
                    "description": "",
                    "fields": [
                        {
                            "name": "fuelField",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LegFuelFieldEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LegFuelFieldEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "BLOCK_FUEL",
                            "description": "Block",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_BURN_PLAN",
                            "description": "Burn",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MIN_REQ_FUEL",
                            "description": "MRF",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REQUESTED_FUEL",
                            "description": "Requested",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP_FUEL",
                            "description": "Trip Fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAXI_FUEL",
                            "description": "Taxi fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTINGENCY_FUEL",
                            "description": "Contingency fuel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALTERNATE_FUEL",
                            "description": "Alternate",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ADDITIONAL_FUEL",
                            "description": "Additional",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FINAL_RESERVE_FUEL",
                            "description": "Final Reserve",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DISCRETIONARY_FUEL",
                            "description": "Discretionary",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EXTRA_FUEL",
                            "description": "Extra",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAF_USED",
                            "description": "SAF used",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAF_FUEL_BLEND",
                            "description": "SAF fuel blend",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IataMessagesQuery",
                    "description": "Node for IATA messages",
                    "fields": [
                        {
                            "name": "getAsmMessage",
                            "description": "ASM message.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "action",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AsmAction",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeMode",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "TimeMode",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSsimSettings",
                            "description": "SSIM settings.\nRequires access to resource SSIM_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SsimSetting",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSsimLastActions",
                            "description": "Requires access to resource SSIM_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SsimSent",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateSsimAutoSend",
                            "description": "List of warnings, that may prevent automatic sending of SSIM messages",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateSchedAutoSend",
                            "description": "List of warnings, that may prevent automatic sending of SSIM messages on SCHED published schedule",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ftpLoginTest",
                            "description": "Test FTP server connection. On failure returns error message.",
                            "args": [
                                {
                                    "name": "protocolType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SsimProtocolType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "host",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "port",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntPositive",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "user",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "password",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "directory",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parseSsimFile",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ssimFile",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Upload",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "carrierCodeFormat",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CarrierCodeFormat",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SsimFileParseResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parseExcelSchedFile",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excelFile",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Upload",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SchedExcelFileParseResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTripPnlList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightPnl",
                            "description": "Requires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getOpsSsim",
                            "description": "time interval has to be shorter than 1 month 1 day",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNoWildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "virtualAircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftVirtualNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSchedVersionSsim",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE.\ntime interval has to be shorter than 12 months 6 days",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedSelectedActivitiesVersionSsim",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "systemType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SsimSystemType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "action",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "IataMessageAction",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeMode",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "TimeMode",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IataMessageData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AsmAction",
                    "description": "ASM action",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NEW",
                            "description": "Insertion of New Flight Information",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CNL",
                            "description": "Cancellation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RPL",
                            "description": "Replacement of Existing Flight Information",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SsimSetting",
                    "description": "Represents single SSIM setting.",
                    "fields": [
                        {
                            "name": "systemType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SsimSystemType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailReplyTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendAutomatically",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "formatScenario",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataFormatScenario",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asmFlightNoStartsWith",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asmTimeMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TimeMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendDaysAhead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "includeFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "protocolType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "SsimProtocolType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "port",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "user",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "directory",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "asmThresholdHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SsimSystemType",
                    "description": "SSIM system type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DCS",
                            "description": "Departure Control System",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PSS",
                            "description": "Passengers Service System",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CMS",
                            "description": "Cargo Management System",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_PLANNING_SOFTWARE",
                            "description": "Flight Planning Software",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiMultiEmailScalar",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IataFormatScenario",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": "None",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SSIM",
                            "description": "SSIM only",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ASM",
                            "description": "ASM only",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SSM_ASM",
                            "description": "SSM & ASM",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SsimProtocolType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FTP",
                            "description": "FTP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SSLFTP",
                            "description": "SSL-FTP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SFTP",
                            "description": "SFTP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SsimSent",
                    "description": "Represents single SSIM sent message data.",
                    "fields": [
                        {
                            "name": "systemType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SsimSystemType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sentAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SchedVersionNid",
                    "description": "SCHED version numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Upload",
                    "description": "The `Upload` special type represents a file to be uploaded in the same HTTP request as specified by\n [graphql-multipart-request-spec](https:\/\/github.com\/jaydenseric\/graphql-multipart-request-spec).",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CarrierCodeFormat",
                    "description": "Carrier code format",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DEFAULT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ICAO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IATA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SsimFileParseResponse",
                    "description": "Parse SSIM file response.",
                    "fields": [
                        {
                            "name": "errorList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toAdd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SsimFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toModify",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SsimFlightModification",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toDelete",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SsimFlight",
                    "description": "Represents single SSIM flight data.",
                    "fields": [
                        {
                            "name": "aircraftTypeIata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssimUploadFlightGroupId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "prbd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "codeShareFlightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CodeShareMulti",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operationalLegIdentification",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CodeShare",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CodeShareMulti",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CodeShare",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SsimFlightModification",
                    "description": "Represents SSIM flight and SCHED flight to modify.",
                    "fields": [
                        {
                            "name": "ssimFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SsimFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SchedFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SchedFlight",
                    "description": "Represents single SCHED flight.",
                    "fields": [
                        {
                            "name": "schedFlightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "SchedFlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssimUploadNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "virtualAircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftVirtual",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeIata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altnLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altn2Location",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssimUploadFlightGroupId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPublished",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Leg",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cmtTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latestPublicationStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SchedPublicationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "codeShareFlightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arcid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedVersionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "SchedVersionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SchedFlightColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SchedFlightNid",
                    "description": "SCHED flight numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SchedPublicationStatus",
                    "description": "SCHED publication status",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "completed",
                            "description": "Completed",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "in_progress",
                            "description": "In progress",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "not_published",
                            "description": "Not published",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SchedFlightColor",
                    "description": "",
                    "fields": [
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "style",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SchedFlightColorStyle",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SchedFlightColorStyle",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SOLID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ARROW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STRIPED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SchedExcelFileParseResponse",
                    "description": "Parse excel file response.",
                    "fields": [
                        {
                            "name": "errorList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toAdd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedExcelFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toModify",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedExcelFlightModification",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toDelete",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SchedExcelFlight",
                    "description": "Represents single SSIM flight data.",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "virtualAircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftVirtual",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeIata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesLocation",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SchedExcelFlightModification",
                    "description": "Represents excel flight and SCHED flight to modify.",
                    "fields": [
                        {
                            "name": "excelFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SchedExcelFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SchedFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IataMessageAction",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NEW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CNL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RPL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IataMessageData",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messageType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataMessageType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataMessageAction",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IataMessageType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ASM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SSM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightsQuery",
                    "description": "Node for flights queries",
                    "fields": [
                        {
                            "name": "getModifiedFlightList",
                            "description": "Flights list created, modified or deleted after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNameList",
                                    "description": "Optional filter by operator base name (case-insensitive)",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "OperatorBaseName",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "earliestFlightSTD",
                                    "description": "If set, filters results to flights with STD >= this timestamp.\n\t\t\t\t\t\t Applies only to created and updated records.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightsChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedTripList",
                            "description": "Trips list created, modified or deleted in selected period (max period: 7 days).\ntime interval has to be shorter than 1 week",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "jlPolicy",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogPolicy",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "ALL_TRIPS"
                                },
                                {
                                    "name": "tripTypes",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "triggerList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "TripChangeTrigger",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "earliestFlightSTD",
                                    "description": "If set, returns only trips where at least one flight has STD >= this timestamp.\n\t\t\t\t\t\t Applies only to created and updated records.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TripsChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightListOnWhichModifiedCrew",
                            "description": "Flights list on which the crew has been modified (add, modified, deleted) after  selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightsDataChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightListOnWhichModifiedPassengerList",
                            "description": "Flights list on which the passenger list has been modified (add, modified, deleted) after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightsDataChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "missionEndUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegEndUser",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnrGoProcessList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPnrGoProcess",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use field in integration\/pnrGo\/ instead"
                        },
                        {
                            "name": "missionTaskCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getOpsDocumentsMessages",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "DocumentTypeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getOpsMessages",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OpsMessageCategory",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAllUnreadOpsMessagesCount",
                            "description": "OPS messages count, including documents messages",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightOpsMessageTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OpsUnreadMessageCount",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAllUnreadFlightOpsMessagesTypes",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightOpsMessageTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightOpsMessagesType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "searchCustomerServiceAssignee",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvailableUnreadOpsMessagesCount",
                            "description": "",
                            "args": [
                                {
                                    "name": "messageTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightOpsMessageTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvailableUnreadFlightsOpsMessagesTypes",
                            "description": "",
                            "args": [
                                {
                                    "name": "messageTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightOpsMessageTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightOpsMessages",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delayCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DelayCodeDescription",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFLightListByChecklistItemStatusList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "cdNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "statusList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ChecklistStatusId",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightChecklistItemDueDateList",
                            "description": "",
                            "args": [
                                {
                                    "name": "from",
                                    "description": "\nPossible violation list: MORE_OR_EQUAL_TODAY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": "\nPossible violation list: INVALID_CHARACTERS_ERROR,NOT_IN_RANGE_ERROR,TOO_HIGH_ERROR,TOO_LOW_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntNonNegative",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemLabelWildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ChecklistGroup",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showCancelled",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "true"
                                },
                                {
                                    "name": "sortBy",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ChecklistDueDateSort",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "GetFlightChecklistItemDueDateListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightChecklistItemDueDateDotColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistDueDateDotColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightFtl",
                            "description": "Requires access to resource GRAPHQL_FTL",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightFtl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAircraftCurrentPosition",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftPosition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateNightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "adepLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftBlockTimeByLocation",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adep",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ades",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "BlockTimeEstimate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCrewAppFlightDocuments",
                            "description": "Requires access to resource CREW_APP_DOCUMENT_LIST_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DocumentElement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadManagement",
                            "description": "Requires access to resource LOAD_POINT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoadManagementQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightsChanges",
                    "description": "Flights created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Flights created.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Flights changed.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Flights deleted",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Flights data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogPolicy",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ALL_LEGS",
                            "description": "Trips with all legs have Journey Log",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ANY_LEG",
                            "description": "Trips with at least one leg has Journey Log",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL_TRIPS",
                            "description": "All trips",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TripChangeTrigger",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JOURNEY_LOG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVOICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripsChanges",
                    "description": "Trips created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Trips created.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Trip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Trips changed.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Trip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Trips deleted",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Trips data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightsDataChanges",
                    "description": "Flights, whose related data was changed, during the selected time period",
                    "fields": [
                        {
                            "name": "changed",
                            "description": "Flights, whose related data was changed.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Flights related data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegPnrGoProcess",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use countryData instead"
                        },
                        {
                            "name": "countryData",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "area",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "PnrGoArea",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "format",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PnrGoProcessFormat",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PnrGoProcessStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoCountry",
                    "description": "Represents single country",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "codeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PnrGoArea",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EU_LISA",
                            "description": "eu-LISA",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CARICOM",
                            "description": "CARICOM",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PnrGoProcessFormat",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PNRGOV",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APIS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APIS_CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EES_ETIAS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ETA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GENDEC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CUSTOM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PnrGoProcessStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREATED",
                            "description": "Created",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IN_PROGRESS",
                            "description": "In Progress",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WAITING",
                            "description": "Waiting",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RETRY",
                            "description": "Retry",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RETRY_MANUAL",
                            "description": "Retry Manual",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPLETED",
                            "description": "Completed",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ERROR",
                            "description": "Error",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELLED",
                            "description": "Cancelled",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IGNORED",
                            "description": "Ignored",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PLANNED",
                            "description": "Planned",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocumentTypeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "documentId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OpsMessageCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "catering",
                            "description": "Catering",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_adep",
                            "description": "PAX transport ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_ades",
                            "description": "PAX transport ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gar_adep",
                            "description": "GAR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gar_ades",
                            "description": "GAR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr_adep",
                            "description": "PPR ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr_ades",
                            "description": "PPR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_opening_adep",
                            "description": "Airport opening ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_opening_ades",
                            "description": "Airport opening ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schengen_adep",
                            "description": "Schengen ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schengen_ades",
                            "description": "Schengen ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotel",
                            "description": "Hotel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightOpsMessageTypeEnum",
                    "description": "Type of ops messages",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "checklist_other",
                            "description": "Checklist other",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuel_order",
                            "description": "Fuel order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permit",
                            "description": "Permit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_support",
                            "description": "Flight support",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_support_managed_operator",
                            "description": "Flight support managed operator",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catering",
                            "description": "Catering",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_adep",
                            "description": "PAX transport ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_ades",
                            "description": "PAX transport ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gar_adep",
                            "description": "GAR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gar_ades",
                            "description": "GAR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr_adep",
                            "description": "PPR ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr_ades",
                            "description": "PPR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_opening_adep",
                            "description": "Airport opening ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_opening_ades",
                            "description": "Airport opening ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schengen_adep",
                            "description": "Schengen ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schengen_ades",
                            "description": "Schengen ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotel",
                            "description": "Hotel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief",
                            "description": "Flight Brief (old sales module)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_order",
                            "description": "Flight Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripsheet",
                            "description": "Crew Tripsheet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "general",
                            "description": "General Declaration",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement",
                            "description": "Charter Agreement (old sales module)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_quotation",
                            "description": "Flight Quotation (old sales module)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_tripsheet",
                            "description": "PAX Tripsheet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_manifest",
                            "description": "PAX Manifest",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_document",
                            "description": "Custom Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_document_with_cnl_legs",
                            "description": "Custom Document (with cnl legs)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_quotation_sales",
                            "description": "Flight Quotation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement_sales",
                            "description": "Charter Agreement",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief_sales",
                            "description": "Flight Brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement_subcharter",
                            "description": "Charter Agreement (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief_subcharter",
                            "description": "Flight Brief (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_request_manifest",
                            "description": "Handling Request Manifest",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_invoice",
                            "description": "Quote Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recharge_invoice",
                            "description": "Recharge Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "proforma_invoice",
                            "description": "Proforma Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "credit_note",
                            "description": "Credit Note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "billing_statement",
                            "description": "Billing Statement",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticket",
                            "description": "Ticket",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner_approval",
                            "description": "Owner Approval",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip_confirmation",
                            "description": "Trip Confirmation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip_confirmation_subcharter",
                            "description": "Trip Confirmation (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roster_notification",
                            "description": "Roster Notification",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator_document_sales",
                            "description": "Operator Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "general_aviation_adep",
                            "description": "General Aviation ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "general_aviation_ades",
                            "description": "General Aviation ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_brief",
                            "description": "Airport Brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OpsUnreadMessageCount",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightOpsMessagesType",
                    "description": "",
                    "fields": [
                        {
                            "name": "opsMessageTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OpsMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsDocumentMessageTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OpsDocumentMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsFuelOrderMessageTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OpsFuelOrderMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsPermitMessageTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OpsPermitMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legChecklistMessageType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegChecklistMessages",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupportManagedOperator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportManagedOperatorMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OpsMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "messageType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "OpsMessageCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OpsDocumentMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "documentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OpsFuelOrderMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "fuelPriceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FuelPriceNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelSupportName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "card",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardEmailList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardEmailsCc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FuelPriceNid",
                    "description": "Fuel price numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OpsPermitMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "landingPermitNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "LandingPermitNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermitNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "OverflightPermitNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LandingPermitNid",
                    "description": "Landing permit numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OverflightPermitNid",
                    "description": "Overflight permit numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegChecklistMessages",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistDefType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "oauthClientName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oauthClientNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportManagedOperatorMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "managedOperatorName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessageCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightOpsMessages",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsMessages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightOpsMessagesType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DelayCodeDescription",
                    "description": "",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistDueDateSort",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "REQUEST_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMATION_TIME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "GetFlightChecklistItemDueDateListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullFlightChecklistItemDueDateValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "GetFlightChecklistItemDueDateListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullFlightChecklistItemDueDateValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightChecklistItemDueDate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightChecklistItemDueDate",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GetFlightChecklistItemDueDateListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "GetFlightChecklistItemDueDateListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GetFlightChecklistItemDueDateListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GetFlightChecklistItemDueDateListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "GetFlightChecklistItemDueDateListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MORE_OR_EQUAL_TODAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_IN_RANGE_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_HIGH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LOW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistDueDateDotColor",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "RED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YELLOW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GREEN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFtl",
                    "description": "",
                    "fields": [
                        {
                            "name": "commanderDiscretionRest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AocSource",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "RestFacilityEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPosition",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inTransitTo",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastActivity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftPositionActivity",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currentActivity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftPositionActivity",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextActivity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftPositionActivity",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPositionActivity",
                    "description": "",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TrActivityType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BlockTimeEstimate",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculationMethodId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentElement",
                    "description": "Document element.",
                    "fields": [
                        {
                            "name": "documentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "group",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "default",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revisionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSalesDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoadManagementQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightLoad",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightLoad",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightLoad",
                    "description": "",
                    "fields": [
                        {
                            "name": "loadPointWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftInconsistency",
                            "description": "Flight aircraft inconsistency with the cargo configuration",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadPointList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FlightLoadPoint",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightLoadPoint",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftLoadPointUlid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftLoadPointId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftLoadPointNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadTrack",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoadTrack",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadPointId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "LoadType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unitLoadDevice",
                            "description": "ULD",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoadType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CARGO",
                            "description": "C",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BAGGAGE",
                            "description": "B",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAIL",
                            "description": "M",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PrivilegesQuery",
                    "description": "Node for privileges queries",
                    "fields": [
                        {
                            "name": "hasNotAssignedAircraftPrivilege",
                            "description": "Has access to flights without assigned real aircraft",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorIdList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canSeeDraftOnCrewCalendar",
                            "description": "Has access to see draft on crew calendar",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "Requires access to resource PRIVILEGES_HISTORY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PrivilegesHistoryQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listPlaces",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_SEE",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RolePlace",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listAllAircraft",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_SEE.\nRequires access to resource GRAPHQL_ACFT.\nRequires access to given operator",
                            "args": [
                                {
                                    "name": "targetOprNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Aircraft",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "describeRole",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_SEE",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Role",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateRoleName",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_SEE",
                            "args": [
                                {
                                    "name": "name",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "roleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "RoleNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PrivilegesHistoryQuery",
                    "description": "Node for privileges history queries",
                    "fields": [
                        {
                            "name": "roleAircraftListHistory",
                            "description": "Requires access to given operator",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetOperatorNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RoleAircraftListHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleUsersHistory",
                            "description": "",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RoleUsersHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rolePlacesHistory",
                            "description": "Requires access to given operator",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetOperatorNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RolePlacesHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RoleAircraftListHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasAircraftRestrictions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictedByAircraftPreferredCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictedByAircraftOwned",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictedByAircraftBase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNotAssignedEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabledAircraftRegistrationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistoryValue",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryValue",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RoleUsersHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "users",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistoryValue",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RolePlacesHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "groupName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "places",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RolePlacePermission",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RolePlacePermission",
                    "description": "",
                    "fields": [
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permission",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PlacePermissionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PlacePermissionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DENY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VIEW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EDIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RolePlace",
                    "description": "",
                    "fields": [
                        {
                            "name": "placeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RolePlaceModeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "group",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RolePlaceGroupEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RolePlaceModeEnum",
                    "description": "List of role place modes",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SEE",
                            "description": "See",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EDIT",
                            "description": "Edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL",
                            "description": "All",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NONE",
                            "description": "None",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RolePlaceGroupEnum",
                    "description": "List of role place groups.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "WEB_APP",
                            "description": "Web app",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_APP",
                            "description": "Crew app",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistorySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "userActivityHistory",
                            "description": "Requires access to resource GRAPHQL_ACTIVITY_HISTORY",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dayDate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myActivityHistory",
                            "description": "",
                            "args": [
                                {
                                    "name": "dayDate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistorySnapshot",
                    "description": "Represents snapshot of activities at given timestamp",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityList",
                            "description": "Returns only activities accessible for logged user considering aircraft privileges",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INTERFACE",
                                            "name": "HistoryActivityInterface",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ConfirmationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ConfirmationStatus",
                    "description": "Show if user confirmed changes.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxConfig",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxConfigNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "MailboxConfigNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfig",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validate",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxConfigValidateInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "MailboxConfigValidateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Will be removed, validation will be performed only in mutations."
                        },
                        {
                            "name": "folderList",
                            "description": "",
                            "args": [
                                {
                                    "name": "configuration",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "MailboxConfigValidateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "MailboxConfigFolderListResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "googleAuthorization",
                            "description": "",
                            "args": [
                                {
                                    "name": "email",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OAuthAuthorizationUrl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "officeAuthorization",
                            "description": "",
                            "args": [
                                {
                                    "name": "email",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OAuthAuthorizationUrl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxConfig",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfig",
                    "description": "",
                    "fields": [
                        {
                            "name": "mailboxConfigNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MailboxConfigNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "useMessageCache",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "authorization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MailboxAuthorizationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smtpUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smtpPort",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smtpLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smtpPassword",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smtpIsEmptyPassword",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "smtpProtocol",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxProtocolEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allowTelexRecipients",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxTelexEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapShouldUse",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapPort",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapPassword",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapIsEmptyPassword",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapProtocol",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxProtocolEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "authorizationEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapOutboxFolderName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imapInboxFolderNameList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "suspended",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addToCarbonCopy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MailboxAuthorizationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LOGIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GOOGLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OFFICE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OFFICE_SHARED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MailboxProtocolEnum",
                    "description": "Protocol enum",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NONE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SSL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TLS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STARTTLS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MailboxTelexEnum",
                    "description": "Telex recipients",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SITA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ARINC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "MailboxConfigValidateInput",
                    "description": "Type for creating and updating mailbox configuration",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "authorization",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MailboxAuthorizationEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "useMessageCache",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapUrl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapPort",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapLogin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapPassword",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapProtocol",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxProtocolEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapOutboxFolderName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapInboxFolderNameList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "authorizationEmail",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapIsEmptyPassword",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullStringValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullStringValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullStringValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "MailboxConfigFolderListResponse",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMailboxConfigAuthorizationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMailboxConfigEmptyFolderListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMailboxConfigFolderListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMailboxConfigAuthorizeValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMailboxConfigAuthorizationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigAuthorization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigAuthorization",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMailboxConfigEmptyFolderListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigEmptyFolderList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigEmptyFolderList",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMailboxConfigFolderListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigFolderList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigFolderList",
                    "description": "",
                    "fields": [
                        {
                            "name": "folderList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMailboxConfigAuthorizeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigAuthorize",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigAuthorize",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OAuthAuthorizationUrl",
                    "description": "",
                    "fields": [
                        {
                            "name": "operationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "url",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAuthorized",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegQuery",
                    "description": "Node for multi leg queries",
                    "fields": [
                        {
                            "name": "getMultiLegSuppliers",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegSuppliers",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "singleLegsOpsRequest",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "multiLegRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MultiLegRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getMultiLegGroup",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "multiLegGroupNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MultiLegGroupNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegGroup",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSuggestMultiLegGroupList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegGroup",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findMultiLegRequestList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "IntPositive",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "IntNonNegative",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "statusList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "MultiLegRequestStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findMultiLegRequestListForFlightList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "statusList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "MultiLegRequestStatus",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightListMultiLegSummaryMessages",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MultiLegFlightSummaryMessages",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getUnreadMessagesCount",
                            "description": "Notifies about summary MultiLeg unread messages on future flights..\nRequires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegSuppliers",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotHandlerAdep",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotHandlerAdes",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotRestrictionAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirRestriction",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotRestrictionAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirRestriction",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAdepHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAdesHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdepSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdepHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdesSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdesHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MultiLegRequestNid",
                    "description": "Multi Leg Request numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegFlightSummaryMessages",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messagesCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unreadMessagesCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoricalFlightsQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateFlightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "flights",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "HistoricalFlightTimeCalculationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullHistoricalFlightTimeCalculationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "HistoricalFlightTimeCalculationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullHistoricalFlightTimeCalculationValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullHistoricalFlightTimeCalculationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullHistoricalFlightTimeCalculationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistoricalFlightTimeCalculation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoricalFlightTimeCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "standardDeviation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LatitudeLongitude",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Logins",
                    "description": "Represents logins data in Leon",
                    "fields": [
                        {
                            "name": "getLoginsByNidList",
                            "description": "Get logins data based on their nids",
                            "args": [
                                {
                                    "name": "loginNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPreferredCrewList",
                            "description": "Requires access to resource CREW_PREFERRED_AIRCRAFT_SEE",
                            "args": [
                                {
                                    "name": "loginNids",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PreferredCrewAircraftList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftOwnedList",
                            "description": "Requires access to resource OWNED_AIRCRAFT_SEE",
                            "args": [
                                {
                                    "name": "loginNids",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OwnedAircraftList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginListWithEmail",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginBasicHistoryList",
                            "description": "Get user basic history.\nRequires access to resource GRAPHQL_LOGIN_STATUS_HISTORY_SEE",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginBasicHistorySnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PreferredCrewAircraftList",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnedAircraftList",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginBasicHistorySnapshot",
                    "description": "Represents basic history for a user.",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "data",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoginBasicHistoryData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginBasicHistoryData",
                    "description": "",
                    "fields": [
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "noAccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFreelancer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isNeverLogout",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContactBasicHistoryData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LanguagesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "languagesByWildcard",
                            "description": "Find all languages with partially matching names.",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Language",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "languageByIso3",
                            "description": "Find language by ISO-693-3 code.",
                            "args": [
                                {
                                    "name": "iso3",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Language",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "languageByNid",
                            "description": "Find language by nid.",
                            "args": [
                                {
                                    "name": "nid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Language",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allLanguages",
                            "description": "Get all languages.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Language",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Newsfeed",
                    "description": "Represents fields available for Newsfeed module",
                    "fields": [
                        {
                            "name": "nextMaintenance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NewsfeedMaintenance",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NewsfeedMaintenance",
                    "description": "Represents newsfeed maintenance",
                    "fields": [
                        {
                            "name": "newsNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "start",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "end",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftModelFlightTimeQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateFlightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "flights",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AcftModelFlightTimeCalculationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "withoutWinds",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcftModelFlightTimeCalculation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AcftModelFlightTimeCalculationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcftModelFlightTimeCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LatitudeLongitude",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginPreferencesQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "addPositioningLegsSetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoginAddPositioningLegs",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeMethodSetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightTimeMethodEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginAddPositioningLegs",
                    "description": "",
                    "fields": [
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerBoardQuery",
                    "description": "Query to Owner Board.",
                    "fields": [
                        {
                            "name": "getOwnerBoardConfig",
                            "description": "Requires access to resource GRAPHQL_OWNER_BOARD_CONFIG_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OwnerBoardRoleConfigType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerBoardRoleConfigType",
                    "description": "Owner Board role configuration",
                    "fields": [
                        {
                            "name": "roleNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "RoleNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumberView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permitsView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotsView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "includeOption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showMaintenance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showReservation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftInsuranceQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftInsurance",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "get",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftInsuranceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftInsuranceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftInsurance",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftInsuranceNid",
                    "description": "Aircraft insurance numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelSection",
                    "description": "Represents fields related to \"Crew Travel\" module.",
                    "fields": [
                        {
                            "name": "requiredHotelList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RequiredHotelReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelForModificationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HotelForModification",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredPositioningList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewTravelPotentialPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toModifyPositioningList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewTravelToModifyPositioningSequence",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sabreImportErrorLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewTravelSabreImport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticketToRebookList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewTravelToModifyPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RequiredHotelReservation",
                    "description": "Represents single hotel reservation required for a crew member",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "start",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "end",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelForModification",
                    "description": "Represents hotel reservation that does not correspond to any required reservation.",
                    "fields": [
                        {
                            "name": "hotelReservation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelHotelReservation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modificationType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HotelModificationType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HotelModificationType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CANCEL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelPotentialPositioning",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasFirstAircraftOwnActivityInThisDay",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyPosition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelToModifyPositioningSequence",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnr",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningSequence",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewTravelToModifyPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelToModifyPositioning",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelSabreImport",
                    "description": "Represents single import",
                    "fields": [
                        {
                            "name": "importNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errorRecordList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CrewTravelSabreImportError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelSabreImportError",
                    "description": "Represents single error in import",
                    "fields": [
                        {
                            "name": "sabreImportErrorNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travellerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recordLocator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PricingManagerQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getDiscounts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorModulesSettingsDiscountOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getTrainingSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorSettingsTraining",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorModulesSettingsDiscountOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "discountNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ModulesMonthlyDiscountNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discountValue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ModulesMonthlyDiscountNid",
                    "description": "Role numerical identifier. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorSettingsTraining",
                    "description": "",
                    "fields": [
                        {
                            "name": "freeTrainingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "freeTrainingsUntil",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "operatorsModulesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getAllActiveModules",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "activeModule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isModuleActive",
                            "description": "",
                            "args": [
                                {
                                    "name": "moduleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OpsQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "salesRelated",
                            "description": "Requires access to privilege setting: can_see_sales_data_in_ops",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesRelatedQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesRelatedQuery",
                    "description": "Node for contact queries",
                    "fields": [
                        {
                            "name": "quoteRequestSimple",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestSimple",
                    "description": "",
                    "fields": [
                        {
                            "name": "assignee",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftCrewTemporarySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "getModifiedTemporaryAssignmentList",
                            "description": "Temporary assignment list created, modified or deleted after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftCrewTemporaryChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftCrewTemporaryChanges",
                    "description": "Temporary assignments to aircraft created, modified or deleted in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Temporary assignments created.\nReturns only temporary assignments accessible for logged user considering aircraft and operator privileges",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftCrewTemporary",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Temporary assignments changed.\nReturns only temporary assignments accessible for logged user considering aircraft and operator privileges",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftCrewTemporary",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "Temporary assignments deleted",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Temporary assignments data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyAccountQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyAccountDefinitionList",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "restrictCrewMemberNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiLoginNidOptionScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyAccountDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountDefinition",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyAccountDefinition",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountScheduledChange",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DutyAccountScheduledChange",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableUsers",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excludeRecurrenceRuleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Login",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyAccountScheduledChange",
                    "description": "Represents single duty account scheduled change",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Decimal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date_of_change",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WebhookQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "subscriptionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubscriptionWebhook",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubscriptionWebhook",
                    "description": "",
                    "fields": [
                        {
                            "name": "refreshToken",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subscription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variables",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Json",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "webhookUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "includeAuthorizationHeader",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "autoFavourites",
                            "description": "Requires access to resource GRAPHQL_FUEL_SEE",
                            "args": [
                                {
                                    "name": "aviationCardNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AviationCardNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FuelAutoFavourite",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isGlobalFavourite",
                            "description": "Requires access to resource GRAPHQL_FUEL_SEE",
                            "args": [
                                {
                                    "name": "aviationCardNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AviationCardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFuelOrderMessages",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPriceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FuelPriceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAssignedFuelPrices",
                            "description": "Get all fuel prices assigned to flight.\nRequires access to resource GRAPHQL_FUEL_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelFlightPricesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPossibleFuelPrices",
                            "description": "Get all possible fuel prices for locations. Also return all assigned fuel prices to flight if flightNid is passed.\nRequires access to resource GRAPHQL_FUEL_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "departure",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "destination",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPriceType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FuelPriceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isCommercial",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelFlightPricesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use FlightFuelPricesMutation instead, as this query also mutates data (performs an update), which aligns more with mutation part."
                        },
                        {
                            "name": "calculateFuelIndex",
                            "description": "Calculate fuel index using selected fuel formula from general settings.\nRequires access to resource GRAPHQL_FUEL_SEE",
                            "args": [
                                {
                                    "name": "referenceFuelPrice",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Float",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "amount",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Float",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AviationCardNid",
                    "description": "Aviation card NID validated for operator",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelAutoFavourite",
                    "description": "",
                    "fields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aviationCardNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AviationCardNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelFlightPricesOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "departure",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FuelPriceOutput",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destination",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FuelPriceOutput",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPriceType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelPriceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripFuelAmount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "referenceFuelPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelPriceOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basePrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basePriceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalPriceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedBasePrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedBasePriceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedTotalPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedTotalPriceCurrency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSelected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFavouriteCard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeletable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromExternalApi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aviationCardNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "orderEmails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "orderEmailsCc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryTaxMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceIndex",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integrations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelPriceIntegrationsOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelPriceIntegrationsOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "worldKinectCorporation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FuelPriceWkcIntegration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelPriceWkcIntegration",
                    "description": "",
                    "fields": [
                        {
                            "name": "resourceId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FuelPriceType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "base",
                            "description": "Base price",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "total",
                            "description": "Total price",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightPermitQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getLandingPermitMessage",
                            "description": "Requires access to resource LANDING_PERMITS_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "landingPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LandingPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getOverflightPermitMessage",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "overflightPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OverflightPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MailboxMessageNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MailboxMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Pairing",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "listByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Pairing",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "get",
                            "description": "",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingQuerySectionGetOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionList",
                            "description": "",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingQuerySectionPositionListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignCrewToPairingFeasibilityCheck",
                            "description": "",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewFeasibilityCheckInputType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validate",
                            "description": "",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingQuerySectionValidateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPlanGenerationResultList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftTypeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingPlanResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewOnPosition",
                            "description": "",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "posNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "PositionNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingQuerySectionCrewOnPositionOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findPairingForCrewAndFlight",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Pairing",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateCrewComposition",
                            "description": "",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightCrewPositions",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightCrewPositionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewCompositionValidationResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Pairing",
                    "description": "",
                    "fields": [
                        {
                            "name": "pairingId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PairingId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invalid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operationalFlightList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use flightList instead"
                        },
                        {
                            "name": "positioningList",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "filterToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewPanelFilterToggle",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelPositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nonOperationalFlightList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use flightList instead"
                        },
                        {
                            "name": "crewList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCompleteness",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PairingCrewCompleteness",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PairingId",
                    "description": "Pairing identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMemberList",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberInPosition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberInPosition",
                    "description": "",
                    "fields": [
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingCrewCompleteness",
                    "description": "",
                    "fields": [
                        {
                            "name": "filled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "total",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingQuerySectionGetOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingQuerySectionGetViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPairingValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Pairing",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionGetViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingQuerySectionGetViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionGetViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingQuerySectionGetViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingQuerySectionGetViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingQuerySectionPositionListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullPositionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingQuerySectionPositionListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullPositionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Position",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionPositionListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingQuerySectionPositionListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionPositionListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingQuerySectionPositionListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingQuerySectionPositionListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullFeasibilityTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullFeasibilityTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FeasibilityType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingQuerySectionAssignCrewToPairingFeasibilityCheckViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingQuerySectionValidateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValidationResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingQuerySectionValidateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPairingValidationResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PairingValidationResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingValidationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "isValid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pairingId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionValidateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingQuerySectionValidateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionValidateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingQuerySectionValidateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingQuerySectionValidateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingPlanResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "pairing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Pairing",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingPlanRoute",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberInPosition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingPlanRoute",
                    "description": "",
                    "fields": [
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingQuerySectionCrewOnPositionOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullCrewMemberInPositionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingQuerySectionCrewOnPositionViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullCrewMemberInPositionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberInPosition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionCrewOnPositionViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingQuerySectionCrewOnPositionViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingQuerySectionCrewOnPositionViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingQuerySectionCrewOnPositionViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingQuerySectionCrewOnPositionViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightCrewPositionInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "posNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewCompositionValidationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "level",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewCompositionValidationLevel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewCompositionValidationLevel",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Error",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Warning",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonAccountSettingsQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "securityIncidentContact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SecurityIncidentContactSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SecurityIncidentContactSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "getSecurityIncidentContact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SecurityIncidentContact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SecurityIncidentContact",
                    "description": "Contact that manages security incidents",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryDirectoryQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryPermit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryPermitQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CountrySetting",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foreignAocCountryList",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCountrySettings",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CountryCrewSetting",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryPermitQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getCountryOverflightPermitList",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryOverflightPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightCountryRequiredOverflightPermits",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryCodeList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CountryCode",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryRequiredOverflightPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCountryLandingPermitList",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryLandingPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightCountryRequiredLandingPermits",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryCodeList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CountryCode",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryRequiredLandingPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCountryPermitSetting",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CountryPermitSetting",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryOverflightPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryPermitNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryPermitNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistrationMask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permitRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryPermitAocList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AOC",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPointMandatory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exitPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CountryPermitNid",
                    "description": "Country overflight permit numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryRequiredOverflightPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CountryPermitRequiredStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPointMandatory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exitPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CountryPermitRequiredStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNDEFINED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryLandingPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryLandingPermitNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryLandingPermitNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistrationMask",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permitRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryPermitAocList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AOC",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPointMandatory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exitPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CountryLandingPermitNid",
                    "description": "Country landing permit numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryRequiredLandingPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requiredStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CountryPermitRequiredStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPointMandatory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exitPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryPermitSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "overflightPermitEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingPermitEmail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountrySetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "foreignAocRequired",
                            "description": "Foreign aircraft operator certificate required",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "riskScoring",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryDirectForbiddenList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryFile",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryFileId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "file",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryCrewSetting",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryCrewNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCrewFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CountryCrewFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryCrewFile",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryFileId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "file",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeatureTogglesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "loggedUserActiveToggles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userActiveToggles",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorActiveToggles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableToggles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TravelDocumentSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TravelDocumentFilterInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "length",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberTravelDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TravelDocumentFilterInput",
                    "description": "Represents data for filter travel document list.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "travelDocumentType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "TravelDocumentType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LabelNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowedAoc",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AocNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludedAoc",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AocNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredAircraft",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TravelDocumentType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PASSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ID_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DRIVING_LICENCE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALIEN_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESIDENCE_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FACILITATION_DOCUMENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MILITARY_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NEXUS_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REFUGEE_DOCUMENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IRPA_EXEMPT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATURALISATION_CERTIFICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHINA_HOME_RETURN_PERMIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAIWAN_MAINLAND_PERMIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAR_HONG_KONG_PASS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SAR_MACAU_PASS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UN_PASSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GUN_PERMIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_CARD",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CHINA_HOME_RETURN_PERMIT_FOR_HK_MO_RESIDENTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAIWAN_ENTRY_PERMIT_FOR_MAINLAND_CHINESE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAINLAND_TRAVEL_PERMIT_FOR_TAIWAN_RESIDENTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REDRESS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberTravelDocument",
                    "description": "Represents documents for crew members.",
                    "fields": [
                        {
                            "name": "crewMember",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TravelDocumentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiryStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ExpiryStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MvtSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "rule",
                            "description": "Requires access to resource MVT_RULE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MvtRuleSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MvtRuleSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": "\"\""
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MvtRule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCustomer",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightList",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullFlightCustomerFlightValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullFlightCustomerFlightValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullFlightCustomerFlightValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullFlightCustomerFlightValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullFlightCustomerFlightValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightCustomerFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCustomerFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedStartTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedEndTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedStartTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannedEndTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualStartTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualEndTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualStartTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualEndTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightCustomerPaxListType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancelled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCustomerPaxListType",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightCustomerPax",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCustomerPax",
                    "description": "",
                    "fields": [
                        {
                            "name": "externalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullFlightCustomerFlightValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullFlightCustomerFlightValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullFlightCustomerFlightValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightCustomerFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SecurityQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginHistoryList",
                            "description": "",
                            "args": [
                                {
                                    "name": "offset",
                                    "description": "Number of skipped records.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "length",
                                    "description": "Number of retrieved records.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginHistoryType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "auditLogList",
                            "description": "",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "Filter data",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AuditLogFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AuditLogType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoginSettingsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginHistoryType",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoginHistoryTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginTypeDescription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oAuthClientName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoginHistoryTypeEnum",
                    "description": "Types of login.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "login_and_password_session",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "saml_session",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "saml_oauth",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sso_with_microsoft_session",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sso_with_microsoft_oauth",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oauth",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AuditLogFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AuditLogType",
                    "description": "",
                    "fields": [
                        {
                            "name": "dateOfChange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eventType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AuditLogEventGroupEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AuditLogEventGroupEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "USER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginSettingsQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "isAllowLoginForNewUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RecurrenceRuleQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "recurrenceRuleList",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyAccountDefinitionRecurrenceRule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountDefinitionRecurrenceRule",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionRecurrenceRuleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RecurrenceRuleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccountDefinitionRecurrenceRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyAccountDefinitionRecurrenceRule",
                    "description": "",
                    "fields": [
                        {
                            "name": "recurrenceRuleNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recurrenceRule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "amount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Login",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountDefinitionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyAccountDefinitionNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RecurrenceRuleNid",
                    "description": "Recurrence rule numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectory",
                    "description": "Represents airport directory (i.e. handlers, fuel suppliers, hotels) data",
                    "fields": [
                        {
                            "name": "airportTagListByWildcard",
                            "description": "",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Tag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAgentByWildcard",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAgentByLocation",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAgentByLocationNid",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreferredHandler",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAgentByAirport",
                            "description": "Get handling agents for airport by code with code type specification (ICAO\/IATA\/FAA\/CUSTOM).\nRequires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "airport",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportQueryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirHandler",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelSupplierByLocation",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FuelSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelByLocation",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Hotel",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restriction",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirRestriction",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPaxTransportSuppliers",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCateringSuppliers",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AptdirSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAlternatesForAirport",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AlternatesForAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportLocalDateTimeToUtc",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "datetime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDateTimeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hoursRecurrence",
                            "description": "Requires access to resource GRAPHQL_AIRPORT_HOURS_RECURRENCE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryHoursRecurrenceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "servicesOnFutureFlights",
                            "description": "Requires access to resource AIRPORT_DIRECTORY_HANDLERS_AND_SUPPLIERS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryServicesOnFutureFlightsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportCategories",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCategoriesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportList",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [
                                {
                                    "name": "locationNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "LocationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Airport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weatherList",
                            "description": "Get weather data (TAF and METAR) for airports",
                            "args": [
                                {
                                    "name": "locationNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "LocationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportWeather",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AlternatesForAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "altn",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altn2",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Airport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullDateTimeValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDateTimeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDateTimeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryHoursRecurrenceQuery",
                    "description": "Represents airport directory hours recurrence",
                    "fields": [
                        {
                            "name": "byLocationNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "HoursRecurrenceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryHoursRecurrence",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "byCodeListAndType",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportCodeList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AirportCodeScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "HoursRecurrenceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullAirportHoursRecurrenceListDataValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryHoursRecurrence",
                    "description": "Represents airport directory hours recurrence",
                    "fields": [
                        {
                            "name": "hoursRecurrenceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HoursRecurrence",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HoursRecurrence",
                    "description": "Represents hours recurrence entry",
                    "fields": [
                        {
                            "name": "startOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isStartOffsetPositive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startOffsetReference",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceReference",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEndOffsetPositive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endOffsetReference",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceReference",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "state",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceState",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "applyToDepartureArrival",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceApplyToDepartureArrival",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HoursRecurrenceReference",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MIDNIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUNRISE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUNSET",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HoursRecurrenceTimezone",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UTC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HoursRecurrenceState",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OPEN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLOSED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HoursRecurrenceApplyToDepartureArrival",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DEPARTURE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ARRIVAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BOTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullAirportHoursRecurrenceListDataValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullAirportHoursRecurrenceListDataValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullAirportHoursRecurrenceListDataValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportHoursRecurrenceListData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportHoursRecurrenceListData",
                    "description": "Represents airport with hours recurrence data",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hoursRecurrenceListData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryHoursRecurrence",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryServicesOnFutureFlightsQuery",
                    "description": "Represents handlers and suppliers scheduled for future flights.",
                    "fields": [
                        {
                            "name": "withoutNameAndExternalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportDirectoryServicesOnFutureFlightsResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryServicesOnFutureFlightsResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "service",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AirportDirectoryServicesOnFutureFlightsService",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportDirectorySuppliersOnFutureFlightsSegment",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AirportDirectoryServicesOnFutureFlightsService",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "AirportDirectoryServicesOnFutureFlightsSupplierResult",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AirportDirectoryServicesOnFutureFlightsHandlerResult",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryServicesOnFutureFlightsSupplierResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiMultiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryServicesOnFutureFlightsHandlerResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiMultiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectorySuppliersOnFutureFlightsSegment",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectorySuppliersOnFutureFlightsTrip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectorySuppliersOnFutureFlightsAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectorySuppliersOnFutureFlightsAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectorySuppliersOnFutureFlightsAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectorySuppliersOnFutureFlightsPassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectorySuppliersOnFutureFlightsTrip",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "no",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectorySuppliersOnFutureFlightsAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectorySuppliersOnFutureFlightsAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectorySuppliersOnFutureFlightsPassengerList",
                    "description": "",
                    "fields": [
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportCategoriesQuery",
                    "description": "Airport categories queries section",
                    "fields": [
                        {
                            "name": "getAirportCategoriesExportPages",
                            "description": "",
                            "args": [
                                {
                                    "name": "includeUncategorized",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAirportCategoriesExport",
                            "description": "",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeUncategorized",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportCategoryExport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAirportCategoriesUpdatedSince",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportCategoryExport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getDefaultAirportCategory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAirportCategoriesByCodesBatch",
                            "description": "",
                            "args": [
                                {
                                    "name": "codes",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AirportQueryInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportWithCategories",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usedCategoryVariantPairs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AirportCategoryVariantPair",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableVariants",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportCategoryExport",
                    "description": "Airport category export data with aircraft type categories",
                    "fields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categoryVariant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypesCategories",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftTypeCategory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AirportCategoryEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "A",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "B",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "C",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "P",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "U",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftTypeCategory",
                    "description": "Aircraft type with its category",
                    "fields": [
                        {
                            "name": "aircraftTypeSimple",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftTypeSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categoryVariant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftTypeSimple",
                    "description": "Simplified aircraft type information",
                    "fields": [
                        {
                            "name": "aircraftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ICAO",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IATA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EASA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shortName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportWithCategories",
                    "description": "Airport with its categories for different aircraft types",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categories",
                            "description": "Requires access to resource GRAPHQL_AIRPORT_CATEGORY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ApiAirportCategory",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportCategoryVariantPair",
                    "description": "",
                    "fields": [
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AirportCategoryVariantEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AirportCategoryVariantEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "VARIANT_1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VARIANT_2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VARIANT_A",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VARIANT_B",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VARIANT_PLUS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportWeather",
                    "description": "Weather data (TAF and METAR) for airport",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "metar",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherMetar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WeatherTaf",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "templates",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentTemplatesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightDocumentURL",
                            "description": "Access to resource GRAPHQL_FLIGHT will soon be required.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DocumentMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightDocumentRenderedFileName",
                            "description": "Access to resource GRAPHQL_FLIGHT will soon be required.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DocumentMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightDocumentContent",
                            "description": "Access to resource GRAPHQL_FLIGHT will soon be required.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentPrintMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DocumentPrintMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneNid",
                                    "description": "used only with documentPrintMode: TRIP_LEGS_ON_THE_SAME_DAY",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimezoneNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exportZip",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DocumentManagerExportInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HealthyUrlScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importFromTextFile",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerImportQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aiAssistant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerAiAssistantQuerySection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentTemplatesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getTemplateVersions",
                            "description": "",
                            "args": [
                                {
                                    "name": "documentTemplateNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DocumentTemplateVersion",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "list",
                            "description": "",
                            "args": [
                                {
                                    "name": "documentID",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DocumentID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TemplateNewForDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentTemplateVersion",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DocumentID",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "flight_brief",
                            "description": "Flight Brief (old sales module)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_order",
                            "description": "Flight Order",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripsheet",
                            "description": "Crew Tripsheet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "general",
                            "description": "General Declaration",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement",
                            "description": "Charter Agreement (old sales module)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_quotation",
                            "description": "Flight Quotation (old sales module)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_tripsheet",
                            "description": "PAX Tripsheet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_manifest",
                            "description": "PAX Manifest",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_document",
                            "description": "Custom Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "custom_document_with_cnl_legs",
                            "description": "Custom Document (with cnl legs)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_quotation_sales",
                            "description": "Flight Quotation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement_sales",
                            "description": "Charter Agreement",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief_sales",
                            "description": "Flight Brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "charter_agreement_subcharter",
                            "description": "Charter Agreement (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight_brief_subcharter",
                            "description": "Flight Brief (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "report_wizard",
                            "description": "Report Wizard",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_request_manifest",
                            "description": "Handling Request Manifest",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote_invoice",
                            "description": "Quote Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recharge_invoice",
                            "description": "Recharge Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "proforma_invoice",
                            "description": "Proforma Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "credit_note",
                            "description": "Credit Note",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "billing_statement",
                            "description": "Billing Statement",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticket",
                            "description": "Ticket",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "owner_approval",
                            "description": "Owner Approval",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip_confirmation",
                            "description": "Trip Confirmation",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip_confirmation_subcharter",
                            "description": "Trip Confirmation (subcharter)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roster_notification",
                            "description": "Roster Notification",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator_document_sales",
                            "description": "Operator Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist_leg_item_document",
                            "description": "Checklist Leg Item Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist_trip_item_document",
                            "description": "Checklist Trip Item Document",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "general_aviation_adep",
                            "description": "General Aviation ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "general_aviation_ades",
                            "description": "General Aviation ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_brief",
                            "description": "Airport Brief",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DocumentMode",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DocumentPrintMode",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LEG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRIP_LEGS_ON_THE_SAME_DAY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TimezoneNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocumentManagerExportInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "documentTemplateNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentFormat",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DocumentPreviewFormat",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "graphqlParams",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DocumentManagerGraphqlParamInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dataParts",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TemplateForDocumentDataPartsInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DocumentPreviewFormat",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PDF",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HTML",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "XLS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocumentManagerGraphqlParamInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "value",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentManagerGraphqlParamValue",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DocumentManagerGraphqlParamValue",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TemplateForDocumentDataPartsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "css",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "footer",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "header",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "filename",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerImportQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "importFormatSettingsForPdfAndHtml",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerImportFormatSettingsPdfAndHtml",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importFormatSettingsForXls",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerImportFormatSettingsXls",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerImportFormatSettingsPdfAndHtml",
                    "description": "",
                    "fields": [
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "header",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "css",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerImportFormatSettingsXls",
                    "description": "",
                    "fields": [
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerAiAssistantQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "lastThreadMessage",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginAiConversationThreadId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LoginAiConversationThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DocumentManagerAiAssistantThreadMessageResponseUnion",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DocumentManagerAiAssistantThreadMessageResponseUnion",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullErrorListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDocumentManagerAiAssistantThreadMessageResponseValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerAiAssistantIncompleteThreadMessageResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerAiAssistantIncompleteThreadMessageResponse",
                    "description": "The complete generated response with data can be obtained by invoking queries from the DocumentManagerAiAssistantQuerySection.",
                    "fields": [
                        {
                            "name": "loginAiConversationThreadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LoginAiConversationThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDocumentManagerAiAssistantThreadMessageResponseValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerAiAssistantThreadMessageResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerAiAssistantThreadMessageResponse",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginAiConversationThreadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LoginAiConversationThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerAiAssistantPartsExtractorResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerAiAssistantPartsExtractorResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "header",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "css",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assistantComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "getAircraftList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "AircraftStatus",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "acmi",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAircraftByExternalId",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullAircraftList",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_FULL_LIST",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvailableFleetDocumentNames",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS",
                            "args": [
                                {
                                    "name": "fleetDocument",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "FleetDocument",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FleetDocumentType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAvailableFleetDocuments",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS",
                            "args": [
                                {
                                    "name": "aircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftDocumentNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftDocumentNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fleetDocument",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "FleetDocument",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showNotRequired",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showEmpty",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeGndAircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "20"
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "0"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDocumentType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentHistory",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftDocumentNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftDocumentNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDocumentHistoryEntry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentsNotificationTo",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftDocumentsNotification",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentsNotificationEnabled",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifiedAircraftList",
                            "description": "Aircraft list created, modified or deleted after selected date (max one week until now).\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftChanges",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableAircraftTypeIataList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AvailableAircraftTypeIata",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetDocumentType",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftDocumentNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleetDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FleetDocument",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentType",
                    "description": "",
                    "fields": [
                        {
                            "name": "documentDefinition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetDocumentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expireDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftDocumentExpireStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentRowExist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftDocumentExpireStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLOSE_TO_EXPIRE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentHistoryEntry",
                    "description": "",
                    "fields": [
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expireDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentsNotification",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Login",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftChanges",
                    "description": "Aircraft created or modified in selected period",
                    "fields": [
                        {
                            "name": "created",
                            "description": "Aircraft created.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changed",
                            "description": "Aircraft changed.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Aircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timestamp",
                            "description": "Aircraft data extraction UTC timestamp",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AvailableAircraftTypeIata",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveAPI",
                    "description": "",
                    "fields": [
                        {
                            "name": "getPaxAndCrewStatusesForFlight",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveApiFlightStatusesForPaxAndCrew",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveApiFlightStatusesForPaxAndCrew",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewInteractiveApiReport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerContactInteractiveApiReport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewInteractiveApiReport",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewMemberDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveApiCrewMemberDetails",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "report",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveApiReport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveApiCrewMemberDetails",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveApiReport",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uprNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "statuses",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "InteractiveApiReportStatus",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveApiReportStatus",
                    "description": "",
                    "fields": [
                        {
                            "name": "authority",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "InteractiveApiReportStatusAuthority",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "receivedDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "InteractiveApiReportStatusAuthority",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullInteractiveApiReportStatusAuthorityEuLisaValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "InteractiveApiReportStatusAuthorityCountry",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullInteractiveApiReportStatusAuthorityEuLisaValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveApiReportStatusAuthorityEuLisa",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveApiReportStatusAuthorityEuLisa",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveApiReportStatusAuthorityCountry",
                    "description": "",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerContactInteractiveApiReport",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContact",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "report",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveApiReport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUser",
                    "description": "Logged user data",
                    "fields": [
                        {
                            "name": "dutyRequestList",
                            "description": "Requires access to resource GRAPHQL_DUTY_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyDutyRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyRequestableDefinitionList",
                            "description": "Requires access to resource GRAPHQL_DUTY_REQUEST_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftFlights",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_FLIGHTS",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeOptions",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyTrRevision",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyTrRevision",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyTrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DutyOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myDuty",
                            "description": "",
                            "args": [
                                {
                                    "name": "dutyTrNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyTrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "MyDutyOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyTrRevision",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservation",
                            "description": "",
                            "args": [
                                {
                                    "name": "hotelReservationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HotelReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyHotelReservation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manuals",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "profile",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserProfile",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerBoard",
                            "description": "Requires access to resource GRAPHQL_OWNER_BOARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyOwnerBoard",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCrew",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullCrewMemberOnLegRestrictedValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logbook",
                            "description": "Requires access to resource LOGBOOK",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "stripAircraftRegistrationSeparator",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyLogbook",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyClockInOut",
                            "description": "Access to resource GRAPHQL_DUTY_DETAILS will soon be required",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyClockInOut",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterPreset",
                            "description": "Requires access to resource GRAPHQL_FILTER_PRESET_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FilterPresetQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myCurrencyList",
                            "description": "Requires access to resource CREW_APP_CURRENCY_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberCurrency",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myCurrencyStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ExpiryStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "keyValueStore",
                            "description": "",
                            "args": [
                                {
                                    "name": "settingName",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccountList",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyAccount",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUserChecklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownedAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewAircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myRoles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "myRoles",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeList",
                            "description": "List of aircraft types for user.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "preferredCrewList",
                            "description": "List of preferred crew for logged user..\nRequires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myself",
                            "description": "Logged user data.\nRequires access to resource GRAPHQL_CREW_MEMBER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportList",
                            "description": "Logged user passport list.\nRequires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassportOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "Logged user national ids list",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "NationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "readWriteMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SupportReadWriteMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyDutyRequest",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyRequestId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyRequestId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyRequestNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "RequestDutyNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use dutyRequestNid instead"
                        },
                        {
                            "name": "definitionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionLegend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionColorHex",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyRequestStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DutyRequestId",
                    "description": "Duty request unique identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RequestDutyNid",
                    "description": "Request duty numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyTrRevision",
                    "description": "Node represent one activity row owned by logged user",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SimpleAirportType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SimpleAirportType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyLeg",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dotColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userInCockpitCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userInCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userIsCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userCanEditJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canEditReportingTimes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLeg",
                    "description": "Node represent one leg data",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iconType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IconType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use tripType field"
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cmt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyTrip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyJourneyLog",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyFlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyCrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepHandlerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepHandlingItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandlerName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandlingItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepSlotItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesSlotItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesSlotTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesSlotTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepSlotTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adepSlotTimeLT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermitsItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingPermitsItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePermitsItemStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trainingType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTrainingType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "estimatedFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerPassengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "MyLegOwnerPassengerListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyTrip",
                    "description": "Node represent one trip data",
                    "fields": [
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientKnownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clientSurname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyJourneyLog",
                    "description": "Node represent one journey log data",
                    "fields": [
                        {
                            "name": "handoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffLt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonLt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyFlightWatch",
                    "description": "Node represent one flight watch data",
                    "fields": [
                        {
                            "name": "etdUTC",
                            "description": "ETD (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdLt",
                            "description": "ETD (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaUTC",
                            "description": "ETA (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaLt",
                            "description": "ETA (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffUTC",
                            "description": "BLOFF (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffLt",
                            "description": "BLOFF (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toUTC",
                            "description": "T\/O (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toLt",
                            "description": "T\/O (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgUTC",
                            "description": "LDG (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgLt",
                            "description": "LDG (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonUTC",
                            "description": "BLON (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonLt",
                            "description": "BLON (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotUTC",
                            "description": "CTOT (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotLt",
                            "description": "CTOT (in Local Time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyCrewMemberOnLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFirstOfficer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightAttendant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "MyLegOwnerPassengerListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMyLegPassengerListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "MyLegOwnerPassengerListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMyLegPassengerListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyLegPassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLegPassengerList",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContactList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyLegPassenger",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLegPassenger",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PassengerContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLegOwnerPassengerListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyLegOwnerPassengerListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLegOwnerPassengerListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MyLegOwnerPassengerListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MyLegOwnerPassengerListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_OWNER_BOARD_RESOURCE_PERMITTED_FOR_LOGGED_USER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyAircraft",
                    "description": "Represents single aircraft for logged user",
                    "fields": [
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defMaxFl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defRestFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DutyTrNid",
                    "description": "Duty numerical identifier (tr)",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DutyOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDutyValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DutyViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDutyValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Duty",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_LOGGED_USER_DUTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "MyDutyOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMyDutyTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "MyDutyViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMyDutyTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyDutyType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyDutyType",
                    "description": "Node represent one duty data",
                    "fields": [
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use pilotNote field instead"
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "plannerNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accountNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definitionColorHex",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myTrRevision",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyTrRevision",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMyDuty",
                            "description": "Is logged user duty",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tbc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockInOutEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyDutyViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyDutyViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyDutyViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MyDutyViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MyDutyViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_LOGGED_USER_DUTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyHotelReservation",
                    "description": "Node represent one hotel reservation",
                    "fields": [
                        {
                            "name": "hotelReservationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HotelReservationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HotelReservationStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyOwnerBoard",
                    "description": "Logged user owner board data",
                    "fields": [
                        {
                            "name": "ownerAircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerFlights",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 60 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftOwnerNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeOption",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "icaoTypes",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "IcaoType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripTypes",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "ScheduleTripType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyTrRevision",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerAircraftLocationList",
                            "description": "time interval has to be shorter than 2 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 60 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftOwnerNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyAircraftLocation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerReservations",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 60 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftOwnerNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyAircraftReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerMaintenance",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 60 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftOwnerNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyAircraftReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerConfig",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyOwnerBoardConfig",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legHandling",
                            "description": "Requires access to resource GRAPHQL_HANDLING_AGENT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LegHandling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftOwnerNid",
                    "description": "Aircraft owner numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyAircraftLocation",
                    "description": "Represents aircraft location for date for logged user",
                    "fields": [
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyAircraftReservation",
                    "description": "Represents single aircraft reservation activity.",
                    "fields": [
                        {
                            "name": "acftReservationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierOrFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "workOrder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "typeLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tah",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tac",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahEstimated",
                            "description": "calculated at beginning of aircraft reservation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacEstimated",
                            "description": "calculated at beginning of aircraft reservation",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tahNow",
                            "description": "calculated at now UTC-0",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tacNow",
                            "description": "calculated at now UTC-0",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimestamp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use dateLimit field instead"
                        },
                        {
                            "name": "dateLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAllowOverlapping",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "Requires access to resource GRAPHQL_OPERATOR",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Operator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use startTimeUTC field instead"
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use endTimeUTC field instead"
                        },
                        {
                            "name": "duration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateDuration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AircraftType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "Activity color",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBase",
                            "description": "",
                            "args": [
                                {
                                    "name": "baseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "BaseNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ReservationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "File",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftVirtual",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AcftVirtual",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChangingPosition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progressStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Status",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableForCharterOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActivityInterface",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyOwnerBoardConfig",
                    "description": "Logged user owner board configuration",
                    "fields": [
                        {
                            "name": "paxNumberView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permitsView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotsView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "includeOption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showMaintenance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showReservation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListView",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullCrewMemberOnLegRestrictedValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullCrewMemberOnLegRestrictedValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullCrewMemberOnLegRestrictedValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberOnLegRestricted",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberOnLegRestricted",
                    "description": "Contains basic information about crew member on flight.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocumentConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLogbook",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyStartTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualDepartureTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actualArrivalTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "takeoffTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationAirportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "commander",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyLogbookPerson",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sic",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyLogbookPerson",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "durationOfFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ifrTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiPilotFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "picTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "picNightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sicTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sicNightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "soloFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dualPilotTimeReceived",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dualPilotTimeGiven",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dayTakeoffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightTakeoffCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dayLandingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogApproachCount",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogApproachTypeCount",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyLogbookPerson",
                    "description": "",
                    "fields": [
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyClockInOut",
                    "description": "Data according duty clock in and clock out",
                    "fields": [
                        {
                            "name": "duty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Duty",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockInTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockInLongitude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockInLatitude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockInLocalization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockOutTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockOutLongitude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockOutLatitude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockOutLocalization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FilterPresetQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "",
                            "args": [
                                {
                                    "name": "filterType",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FilterPreset",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FilterPreset",
                    "description": "",
                    "fields": [
                        {
                            "name": "filterPresetNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Json",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "presetName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleLogin",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SimpleLogin",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getPersonalEndorsements",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyPersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateExpiryDate",
                            "description": "",
                            "args": [
                                {
                                    "name": "revalidationDate",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDateValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MyPersonalEndorsement",
                    "description": "",
                    "fields": [
                        {
                            "name": "endorsementNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCloseToExpire",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpire",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expireDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullDateValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDateValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDateValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "mySchedule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MySchedule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "describeUserRole",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUserRole",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getScheduleFilter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppScheduleFilter",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppOperatorSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPositioningQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule",
                            "description": "Requires access to resource CREW_APP_SCHEDULE_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppSchedule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showWeeklyRest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validatePin",
                            "description": "",
                            "args": [
                                {
                                    "name": "pin",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryDatabase",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppCountryDirectory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContactQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MySchedule",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeMyAircraftDuties",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppMyScheduleDutyList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeMyAircraftFlights",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppMyScheduleFlightList",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppSchedulePositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatorList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleSimulator",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenanceList",
                            "description": "return only maintenances that logged user is in aircraft preferred crew",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleMaintenance",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weeklyRestList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WeeklyRest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservationList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "Maximum length of time interval is 90 days",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HotelReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUserHistoryType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockHours",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppMyScheduleDutyList",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppScheduleDuty",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMyDuty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSameRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppMyScheduleCrewMember",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleDuty",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SimpleAirportType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tbc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFullDay",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockInOutEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppMyScheduleCrewMember",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppMyScheduleFlightList",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppScheduleFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMyFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSameRating",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uniqueCrewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppMyScheduleCrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cmt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trainingType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTrainingType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dotColor",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iconType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "IconType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userInCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userCanEditJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userIsCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppSchedulePositioning",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iconType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "IconType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userInCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userIsCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleSimulator",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserReportingTimeOnBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iconType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "IconType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCodeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userInCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userCanEditJourneyLog",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userIsCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleMaintenance",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MyAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WeeklyRest",
                    "description": "",
                    "fields": [
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserHistoryType",
                    "description": "History confirmation flight",
                    "fields": [
                        {
                            "name": "unconfirmedRosterChanges",
                            "description": "",
                            "args": [
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "UnconfirmedRosterDateType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UnconfirmedRosterDateType",
                    "description": "Unconfirmed roster date flight",
                    "fields": [
                        {
                            "name": "dateUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateBT",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserRole",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "privilegeList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PlacePrivilege",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RoleSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PlacePrivilege",
                    "description": "",
                    "fields": [
                        {
                            "name": "place",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PrivilegePlaceScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "privilege",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PrivilegeLevelEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCrewAppFlightDocuments",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppDocumentElement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentManager",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppDocumentManagerSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectedTravelDocuments",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppFlightSelectedTravelDocumentQuerySection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "searchPax",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppFlightSearchPaxInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFlightSearchPaxResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppChecklistQuery",
                    "description": "Checklist query endpoint restricted for crew app",
                    "fields": [
                        {
                            "name": "getFlightOpsChecklistItems",
                            "description": "All flight and trip checklist OPS items.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "CrewAppFlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightSalesChecklistItems",
                            "description": "All flight and trip checklist SALES items.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "CrewAppFlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightFlightCareChecklistItems",
                            "description": "All flight and trip checklist FLIGHT CARE items.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "CrewAppFlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPositioningChecklistItems",
                            "description": "All positioning checklist OPS items.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "UNION",
                                            "name": "CrewAppFlightAndTripChecklistItemType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSectionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistSectionOrder",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFlightChecklistItemEnabled",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "cdNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewAppFlightAndTripChecklistItemType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppSlotAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppSlotAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppCateringChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppFuelChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppHandlingAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppHandlingAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppHotelChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppLandingPermissionChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppOverflightPermissionChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppLuggageChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppPaxTransportAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppPaxTransportAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppLimousineAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppLimousineAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppCargoHandlingAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppCargoHandlingAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppEapisChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppParkingStandAdepChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppParkingStandAdesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppChecklistItemValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppSlotAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppSlotAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppSlotAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restriction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirRestriction",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppChecklistItem",
                    "description": "Checklist item restricted for crew app",
                    "fields": [
                        {
                            "name": "cdNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklist",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "statusCaption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "definition",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppChecklistDefType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmationCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itemLinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Link",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupportFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppChecklist",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppChecklistStatusType",
                    "description": "Represents single checklist status restricted for crew app",
                    "fields": [
                        {
                            "name": "caption",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppChecklistDefType",
                    "description": "Represents single checklistDefinition restricted for crew app",
                    "fields": [
                        {
                            "name": "groupId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistGroupEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isVisibleOnCrewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leonLinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Link",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorLinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Link",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "section",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sectionId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "statuses",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppChecklistStatusType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isEditableOnMyScheduleCrewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFileSimple",
                    "description": "",
                    "fields": [
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pathGwt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedUrl",
                            "description": "",
                            "args": [
                                {
                                    "name": "expireMinutes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": "30"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAptdirHandler",
                    "description": "Represents single handling agent belonging to operator specified in request endpoint restricted for crew app",
                    "fields": [
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "frequency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlerNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Handler name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAptdirRestriction",
                    "description": "",
                    "fields": [
                        {
                            "name": "details",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppSlotAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppSlotAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppSlotAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restriction",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirRestriction",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppCateringChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppCateringChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCateringChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringSupplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cateringHandler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAptdirSupplier",
                    "description": "",
                    "fields": [
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "Supplier name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "website",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppFuelChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFuelChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFuelChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "burnFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumRequiredFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternateFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additionalFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "finalReserveFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionaryFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extraFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppHandlingAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppHandlingAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppHandlingAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAirport",
                    "description": "Represents single airport restricted for crew app",
                    "fields": [
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultCategory",
                            "description": "Default airport category (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFullCategory",
                            "description": "Default airport category with variant (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirportNotes",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezoneOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refuelEU",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "shouldBeHidden",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAirportNotes",
                    "description": "Represents notes restricted for crew app",
                    "fields": [
                        {
                            "name": "notes",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppHandlingAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppHandlingAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppHandlingAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppHotelChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppHotelChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppHotelChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppHotel",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppHotel",
                    "description": "Represents single hotel belonging to operator specified in request endpoint restricted for crew app",
                    "fields": [
                        {
                            "name": "hotelNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppLandingPermissionChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppLandingPermissionChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppLandingPermissionChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppLegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppLegPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legPermitNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LegPermitNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCountry",
                    "description": "Represents single country restricted for crew app",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "codeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppOverflightPermissionChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppOverflightPermissionChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppOverflightPermissionChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppLegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppLuggageChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppLuggageChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppLuggageChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppPaxTransportAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPaxTransportAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPaxTransportAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppPaxTransportAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPaxTransportAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPaxTransportAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppLimousineAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppLimousineAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppLimousineAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppLimousineAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppLimousineAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppLimousineAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplier",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirSupplier",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppCargoHandlingAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppCargoHandlingAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCargoHandlingAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppCargoHandlingAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppCargoHandlingAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCargoHandlingAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handler",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppEapisChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppEapisChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppEapisChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppParkingStandAdepChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppParkingStandAdepChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppParkingStandAdepChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parkingStandAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppParkingStandAdesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppParkingStandAdesChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppParkingStandAdesChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parkingStandAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistDefinitionNidScalar",
                    "description": "Checklist definition numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlight",
                    "description": "Represents single flight activity restricted for crew app.",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppTrip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppFlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewProperty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppCrewProperty",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppCrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restFacility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RestFacility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planCargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planCargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportCategoryForAircraft",
                            "description": "Category for departure airport (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirportFullCategoryForAircraft",
                            "description": "Category with variant for departure airport (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportCategoryForAircraft",
                            "description": "Category for destination airport (ex. \"C\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirportFullCategoryForAircraft",
                            "description": "Category with variant for destination airport (ex. \"CB\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAirport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "altAirport2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAirport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTimesToBeConfirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppFlightNotesType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppTagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFlightFuelPrices",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isJourneyLogClosed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogCabinHandoverNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPreviousLogRemainingFuelWithUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FuelUnitType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerListInfantCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppTrip",
                    "description": "Represents single trip belonging to operator specified in request endpoint restricted for crew app.",
                    "fields": [
                        {
                            "name": "client",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppContact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppTripNotes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTags",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppTagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestsNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppContact",
                    "description": "Represents contact data (like phone, email, address etc.) in Leon restricted for crew app",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAnimal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "genderEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirthYears",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactInfo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppContactInfo",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAccountField",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookIsAccount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppContactInfo",
                    "description": "",
                    "fields": [
                        {
                            "name": "favouriteDishes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "favouriteDrinks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "likeNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dislikeNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importantNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppTripNotes",
                    "description": "",
                    "fields": [
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppTagDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagDefinitionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightWatch",
                    "description": "Flight Watch for a single flight or quote realisation subcharter leg restricted for crew app",
                    "fields": [
                        {
                            "name": "flightWatchNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffIso",
                            "description": "BLOFF (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonIso",
                            "description": "BLON (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ctotIso",
                            "description": "CTOT (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eetIso",
                            "description": "EET",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaIso",
                            "description": "ETA (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etdIso",
                            "description": "ETD (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgIso",
                            "description": "LDG (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toIso",
                            "description": "T\/O (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ttof",
                            "description": "Target time over fix",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tobt",
                            "description": "Target off block time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mpr",
                            "description": "Most penalising regulation",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regCause",
                            "description": "Most penalising regulation (REGUL+) cause",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "RegulationCauseEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxi",
                            "description": "Current departure taxi time and procedure",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "divAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppAirport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuel",
                            "description": "T\/O fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toFuelUnit",
                            "description": "T\/O fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuel",
                            "description": "LDG fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ldgFuelUnit",
                            "description": "LDG fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuel",
                            "description": "BLON fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blonFuelUnit",
                            "description": "BLON fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuel",
                            "description": "BLOFF fuel",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bloffFuelUnit",
                            "description": "BLOFF fuel unit",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextInformation",
                            "description": "Next information, when flight is delayed due to weather",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextInformationSource",
                            "description": "Next information source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tsat",
                            "description": "Target Start-Up Approval Time",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tsatSource",
                            "description": "Target Start-Up Approval Time source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adultCount",
                            "description": "Adult count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adultCountSource",
                            "description": "Adult count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCount",
                            "description": "Male count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maleCountSource",
                            "description": "Male count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "Female count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "femaleCountSource",
                            "description": "Female count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCount",
                            "description": "Child count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "childCountSource",
                            "description": "Child count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCount",
                            "description": "Infant count",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "infantCountSource",
                            "description": "Infant count source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggage",
                            "description": "Baggage weight",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "baggageSource",
                            "description": "Baggage source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mail",
                            "description": "Mail weight",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailSource",
                            "description": "Mail source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalLoad",
                            "description": "Total load weight",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalLoadSource",
                            "description": "Total load source",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCrewProperty",
                    "description": "",
                    "fields": [
                        {
                            "name": "commanderLogin",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppLogin",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppLogin",
                    "description": "Represents login data (like login, code, etc in application) in Leon restricted for crew app",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAOC",
                    "description": "AOC associated with operator restricted for crew app",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppAircraft",
                    "description": "Represents single aircraft belonging to operator specified in request endpoint restricted for crew app",
                    "fields": [
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultFuelUpliftUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultCargoUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defMaxFl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnitString",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hils",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppHil",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppHil",
                    "description": "",
                    "fields": [
                        {
                            "name": "corrected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateStartUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dueDateUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extensionDueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hilNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "howAffects",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "itemNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "melItemNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCrewMemberOnLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "isCaptain",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppLogin",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPosition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportingTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPosition",
                    "description": "Represents position for aircraft restricted for crew app.",
                    "fields": [
                        {
                            "name": "posNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "posType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightNotesType",
                    "description": "Flight notes restricted for crew app",
                    "fields": [
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ops",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightFuelPrices",
                    "description": "",
                    "fields": [
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFlightFuelSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFlightFuelSupplier",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightFuelSupplier",
                    "description": "",
                    "fields": [
                        {
                            "name": "cardName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelPriceNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelQuantityUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lowestPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "negotiatedPriceBySetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "priceBySetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "showOnTripsheet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "supplierName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPassengerList",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerListNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "boardingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "BoardingStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "animalCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactList",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CrewAppPassengerContact",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactAnimalList",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CrewAppPassengerContactAnimal",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPassengerContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "passengerContactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOnBoard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luggageTag",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPassport",
                    "description": "",
                    "fields": [
                        {
                            "name": "expiresDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppNationalId",
                    "description": "",
                    "fields": [
                        {
                            "name": "expiresIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scanList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPassengerContactAnimal",
                    "description": "",
                    "fields": [
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppDocumentElement",
                    "description": "Document element restricted for crew app.",
                    "fields": [
                        {
                            "name": "default",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "group",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revisionName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppDocumentManagerSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "getFlightDocumentContent",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentPrintMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DocumentPrintMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneNid",
                                    "description": "used only with documentPrintMode: TRIP_LEGS_ON_THE_SAME_DAY",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimezoneNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightSelectedTravelDocumentQuerySection",
                    "description": "",
                    "fields": [
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppFlightSearchPaxInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "wildcard",
                            "description": "At least 3 characters",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightSearchPaxResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFlightSearchPaxContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recommendedTravelDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContactRecommendedTravelDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightSearchPaxContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "genderEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppContactRecommendedTravelDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewAppNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleFilter",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "daysPastOffset",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftNotActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftNotAssigned",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "options",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "offices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duties",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dimFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aptPriority",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewAppAirportCodePriority",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timeMode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TimezoneToggleEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterAircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleAircraftFilter",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewAppAirportCodePriority",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ICAO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IATA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleAircraftFilter",
                    "description": "",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppOperatorSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "showOnlyFuelIndex",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "referenceFuelPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "myScheduleFlightDetailsDaysLimit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripEditScheme",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TripEditScheme",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppOperatorSettingsSales",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phonebook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppOperatorSettingsPhonebook",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppOperatorSettingsSales",
                    "description": "",
                    "fields": [
                        {
                            "name": "accountRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppOperatorSettingsPhonebook",
                    "description": "",
                    "fields": [
                        {
                            "name": "defaultContactFormClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PhonebookSettingsDefaultContactFormClient",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPositioningQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "positioning",
                            "description": "Requires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPositioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPositioning",
                    "description": "Represents single crew positioning activity restricted for crew app.",
                    "fields": [
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endDateTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositioningNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startDateTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppSchedule",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simulatorList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleSimulator",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppSchedulePositioning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservationList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenanceList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleMaintenance",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppScheduleDuty",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppScheduleReservation",
                    "description": "",
                    "fields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MyAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeBaseTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SimpleAirportType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "colors",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCountryDirectory",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightCrewCountryData",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFlightCrewCountryData",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightCrewCountryData",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppFileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppContactQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "accountsByWildcard",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "Search wildcard, minimum 2 characters",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppContact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "byContactNid",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContactWithTravelDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocuments",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppTravelDocumentsSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppContactWithTravelDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportList",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppPassport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewAppNationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppTravelDocumentsSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "availableNationalIdDocumentKinds",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "NationalIdAvailableDocumentKind",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NationalIdAvailableDocumentKind",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NationalIdDocumentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserChecklist",
                    "description": "",
                    "fields": [
                        {
                            "name": "allOperatorSectionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoggedUserChecklistSectionOrder",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserChecklistSectionOrder",
                    "description": "",
                    "fields": [
                        {
                            "name": "sectionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistSectionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ChecklistGroupEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "myRoles",
                    "description": "List of user roles",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OWNER",
                            "description": "Assigned as the owner of the aircraft",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW",
                            "description": "Assigned as a crew member of the aircraft",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PERSONAL_ASSISTANT",
                            "description": "Assigned as a personal assistant",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SupportReadWriteMode",
                    "description": "",
                    "fields": [
                        {
                            "name": "mode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ReadWrite",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ReadWrite",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "READ",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "READ_WRITE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "schedule",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardSchedule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getReport",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "renderExcel",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excelTemplate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullFileOutputTypeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizardTagDefinitionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exists",
                            "description": "Requires access to resource REPORT_WIZARD_EDIT",
                            "args": [
                                {
                                    "name": "reportName",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "columnsDataList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardScope",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultColumnsList",
                            "description": "Requires access to resource REPORT_WIZARD_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardScope",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "renderHtmlTemplate",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "executeWithAdditionalData",
                            "description": "Requires access to resource REPORT_WIZARD_EDIT",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Map",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sharedLink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardSharedLinkQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedReport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardRequestedReportsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasAssignedRole",
                            "description": "",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableRoleList",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SimpleRole",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "roleListForFilter",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SimpleRole",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "renderTemplateHtml",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "template",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TemplateDataInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "renderTemplatePdf",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "template",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TemplateDataInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullFileOutputTypeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aiAssistant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardAiAssistantQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardHistory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filterData",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardFilterDataQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ReportWizardNid",
                    "description": "ReportWizard numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardSchedule",
                    "description": "Represents single report wizard schedule.",
                    "fields": [
                        {
                            "name": "reportWizardScheduleNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "frequencyType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Frequency",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "frequency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardScheduleFrequency",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplate",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizardDateRange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ReportWizardDateRange",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizardFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizardTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizardTzNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dontSendEmptyReports",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachPdf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachCsv",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachExcel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Frequency",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "daily",
                            "description": "Daily",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weekly",
                            "description": "Weekly",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "monthly",
                            "description": "Monthly",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selected_dates",
                            "description": "Selected dates",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardScheduleFrequency",
                    "description": "Represents single report wizard schedule frequency.",
                    "fields": [
                        {
                            "name": "dailyTimes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "daysOfWeek",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DayOfWeek",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "daysOfMonth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "monthDay",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MonthDay",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DayOfWeek",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Monday",
                            "description": "Monday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Tuesday",
                            "description": "Tuesday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Wednesday",
                            "description": "Wednesday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Thursday",
                            "description": "Thursday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Friday",
                            "description": "Friday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Saturday",
                            "description": "Saturday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Sunday",
                            "description": "Sunday",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MonthDay",
                    "description": "d M format (e.g. 06 Jun)",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardType",
                    "description": "Represents single report from Report Wizard.",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "query",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardGraphqlQueryString",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastModified",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCreatedByLoggedUser",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canScheduleBeSent",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasSchedule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxDisplayableDayRange",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customFields",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Map",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "templatePdf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNew",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "templateExcel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNew",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providedByLeon",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignedRoleList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SimpleRole",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ReportWizardGraphqlQueryString",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ReportWizardDateRange",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "last30days",
                            "description": "Last 30 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last90days",
                            "description": "Last 90 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last7days",
                            "description": "Last 7 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last3days",
                            "description": "Last 3 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last14days",
                            "description": "Last 14 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last60next60days",
                            "description": "-60 days, now, 60 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last30next30days",
                            "description": "-30 days, now, 30 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last14next14days",
                            "description": "-14 days, now, 14 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last10next10days",
                            "description": "-10 days, now, 10 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousMonth",
                            "description": "Previous month",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thisMonth",
                            "description": "This month",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousWeek",
                            "description": "Previous Week",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousDay",
                            "description": "Previous Day",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last24hrs",
                            "description": "Last 24 hours",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last2Months",
                            "description": "Last 2 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "today",
                            "description": "Today",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNext30days",
                            "description": "Today, next 30 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextDay",
                            "description": "Next Day",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next7days",
                            "description": "Next 7 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNext4days",
                            "description": "Today, next 4 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNext7days",
                            "description": "Today, next 7 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNext14days",
                            "description": "Today, next 14 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next10days",
                            "description": "Next 10 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next14days",
                            "description": "Next 14 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next30days",
                            "description": "Next 30 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextMonth",
                            "description": "Next Month",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next3Months",
                            "description": "Next 3 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next4Months",
                            "description": "Next 4 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next90days",
                            "description": "Next 90 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNext180days",
                            "description": "Today, next 180 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNext365days",
                            "description": "Today, next 365 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousQuarter",
                            "description": "Previous quarter",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thisQuarter",
                            "description": "This quarter",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextQuarter",
                            "description": "Next quarter",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "next3days",
                            "description": "Next 3 days",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last3Months",
                            "description": "Last 3 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last4Months",
                            "description": "Last 4 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last6Months",
                            "description": "Last 6 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last12Months",
                            "description": "Last 12 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "last24Months",
                            "description": "Last 24 months",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayPreviousDay",
                            "description": "Today, previous day",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "todayNextDay",
                            "description": "Today, next day",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousYear",
                            "description": "Previous year",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "thisYear",
                            "description": "This year",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextYear",
                            "description": "Next year",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullFileOutputTypeValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullFileOutputTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullFileOutputTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardScope",
                    "description": "Represents report wizard column scope",
                    "fields": [
                        {
                            "name": "scopeName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scopeColumns",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardColumn",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardColumn",
                    "description": "Represents report wizard column definition",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "length",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPrivate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isHidden",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardSharedLinkQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "Requires access to resource GRAPHQL_REPORT_WIZARD_SHARED_LINK_SEE",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardSharedLink",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardSharedLink",
                    "description": "Represents report wizard shared link",
                    "fields": [
                        {
                            "name": "reportLinkNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardSharedLinkNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "token",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportSharedLink",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ReportWizardType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ReportWizardSharedLinkNid",
                    "description": "ReportWizard shared link numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardRequestedReportsQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "list",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardRequestedReport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardRequestedReport",
                    "description": "Represents report wizard requested report",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardRequestedReportNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateFrom",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filePresignedUri",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filePresignedPdfUri",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filePresignedCsvUri",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ReportWizardRequestedReportNid",
                    "description": "ReportWizard requested report numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TemplateDataInputType",
                    "description": "Template data input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "header",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "footer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "css",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "settings",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TemplateSettingsInputType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TemplateSettingsInputType",
                    "description": "Template settings input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "margin_top",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin_right",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin_left",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin_bottom",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "orientation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TemplateOrientationEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wkhtml_version",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TemplateWkhtmlVersionEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TemplateOrientationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "landscape",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "portrait",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TemplateWkhtmlVersionEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "v0_12_1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "v0_12_6",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardAiAssistantQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "pollLastMessage",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardAiThreadId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardAiThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PollMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pollExcelLastMessage",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardAiThreadId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardAiThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PollExcelMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ReportWizardAiThreadId",
                    "description": "ReportWizardAiThreadId is ulid",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PollMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "reportWizardAiThreadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardAiThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dataParts",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ReportWizardTemplateDataPartsResult",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assistantComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "processingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ProcessingStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardTemplateDataPartsResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "css",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "header",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ProcessingStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PROCESSING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPLETE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PollExcelMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "reportWizardAiThreadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardAiThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bodyExcel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assistantComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "processingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ProcessingStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "htmlTemplateHistoryList",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ReportWizardHistoryTemplateHtmlItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardHistoryTemplateHtmlItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "login",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "file",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardFilterDataQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "crewByWildcard",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimpleLogin",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usersByWildcard",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimpleLogin",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "customerServiceAssigneeByWildcard",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimpleLogin",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNoSuggestionsByWildcard",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNoSuggestionsByWildcard",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [
                                {
                                    "name": "wildcard",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutiesDefinitions",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SimpleDutyDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SimpleDutyDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "dutyDefNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiDutyDefinitionNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationWingmanAiQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "findForSettingsPanel",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FindWingmanAiForSettingsPanelInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanAiForSettingsPanel",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isQuoteFlightFeasibilityActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getQuoteFlightFeasibility",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanAiSettingsGetQuoteFlightFeasibilityResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wingmanChat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatSectionQueryType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FindWingmanAiForSettingsPanelInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nameWildcard",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanAiForSettingsPanel",
                    "description": "",
                    "fields": [
                        {
                            "name": "wingmanAiFriendlyId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WingmanAiFriendlyIdEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WingmanAiFriendlyIdEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QUOTE_FLIGHT_FEASIBILITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WINGMAN_CHAT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanAiSettingsGetQuoteFlightFeasibilityResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "settings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WingmanAiQuoteFlightFeasibility",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultPrompt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanAiQuoteFlightFeasibility",
                    "description": "",
                    "fields": [
                        {
                            "name": "prompt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionQueryType",
                    "description": "",
                    "fields": [
                        {
                            "name": "isAvailable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getAllThreads",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullWingmanChatThreadTypeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getMessagesForThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "WingmanChatThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullWingmanChatMessageTypeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getThreadApprovalStatus",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "WingmanChatThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WingmanChatApprovalRequired",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullWingmanChatThreadTypeValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullWingmanChatThreadTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullWingmanChatThreadTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanChatThreadType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatThreadType",
                    "description": "",
                    "fields": [
                        {
                            "name": "title",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "threadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messageList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanChatMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatMessageType",
                    "description": "",
                    "fields": [
                        {
                            "name": "threadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WingmanChatMessageSenderEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messageId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WingmanChatMessageStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WingmanChatMessageSenderEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "USER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AI",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WingmanChatMessageStatusEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPLETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAILED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "WingmanChatThreadId",
                    "description": "WingmanChat thread identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullWingmanChatMessageTypeValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullWingmanChatMessageTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullWingmanChatMessageTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanChatMessageType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSettings",
                    "description": "",
                    "fields": [
                        {
                            "name": "active",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allowedRoleList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Role",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatApprovalRequired",
                    "description": "",
                    "fields": [
                        {
                            "name": "threadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "WingmanChatThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toolNames",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationQueries",
                    "description": "",
                    "fields": [
                        {
                            "name": "aviapages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AviapagesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avinode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AvinodeQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foreFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ForeFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "docusign",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocusignQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routefinder",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RouteFinderQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PaxFilesQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupport",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "govlink",
                            "description": "Requires access to resource INTEGRATION_GOVLINK_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GovlinkQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnrGo",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesforce",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesforceQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integrationActive",
                            "description": "Requires access to resource INTEGRATION_ACTIVE_SEE",
                            "args": [
                                {
                                    "name": "integrationId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "acftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "common",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationCommonQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oauth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationOauthQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AviapagesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateFlightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "flights",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AviapagesFlightTimeCalculationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientNid",
                                    "description": "Will include contact exclusion zones in flight calculations",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AviapagesFlightTimeCalculation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AviapagesFlightTimeCalculationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AviapagesFlightTimeCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LatitudeLongitude",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AvinodeQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateFlightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "flights",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AvinodeFlightTimeCalculationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullAvinodeFlightTimeCalculationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AvinodeFlightTimeCalculationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullAvinodeFlightTimeCalculationValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullAvinodeFlightTimeCalculationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullAvinodeFlightTimeCalculationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AvinodeFlightTimeCalculation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AvinodeFlightTimeCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LatitudeLongitude",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ForeFlightQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "uploadDocuments",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "mode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DocumentMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetTrNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "trNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftRegistrationList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculateFlightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ForeFlightFlightTimeCalculationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "preferCalculationByQuoteApi",
                                    "description": "Selecting this field will trigger calculations to be performed using an API dedicated to sales (quotation usage). By default, the flight \/ Calculate Performance endpoint is used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullForeFlightFlightTimeCalculationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeCountries",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullForeFlightCountryValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latestFlightTime",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latestFlightTimeList",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ForeFlightLegTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ForeFlightFlightTimeCalculationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullForeFlightFlightTimeCalculationValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullForeFlightFlightTimeCalculationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullForeFlightFlightTimeCalculationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ForeFlightFlightTimeCalculation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ForeFlightFlightTimeCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calculatedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightTimeMethodEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LatitudeLongitude",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullForeFlightCountryValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullForeFlightCountryValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullForeFlightCountryValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ForeFlightCountry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ForeFlightCountry",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ForeFlightLegTime",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocusignQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getIntegrationForQuoteRequestAgreement",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDocusignIntegrationStatusWithEnvelopeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocusignIntegrationStatusWithEnvelope",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocusignIntegrationStatusWithEnvelope",
                    "description": "",
                    "fields": [
                        {
                            "name": "oprId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "redirectUrlConfigured",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "authorizationUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasCredentials",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "envelopeStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DocusignEnvelopeStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "envelopeUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lockMessage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DocusignEnvelopeStatusEnum",
                    "description": "Docusign envelope status.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DRAFT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTRACT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RouteFinderQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculateFlightTime",
                            "description": "",
                            "args": [
                                {
                                    "name": "flights",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "RouteFinderFlightTimeCalculationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientNid",
                                    "description": "Will include contact exclusion zones in flight calculations",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullRouteFinderFlightTimeCalculationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getRouteCountriesWithRouting",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "route",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RouteFinderFlightRoute",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCountryListByFplEet",
                            "description": "Gets countries list from EET section.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "route",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Country",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RouteFinderFlightTimeCalculationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trafficFlowRestrictions",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullRouteFinderFlightTimeCalculationValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullRouteFinderFlightTimeCalculationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullRouteFinderFlightTimeCalculationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RouteFinderFlightTimeCalculation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RouteFinderFlightTimeCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uniqueId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LatitudeLongitude",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RouteFinderFlightRoute",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RouteFinderCountry",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RouteFinderCountry",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "exitPoint",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxFilesQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "validateTripPaxList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PaxFilesTripPax",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateQuoteRealizationPaxList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PaxFilesTripPax",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getPaxFilesInfo",
                            "description": "Requires access to resource GRAPHQL_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PaxFilesInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxFilesTripPax",
                    "description": "",
                    "fields": [
                        {
                            "name": "searchName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PaxFilesSearchName",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sanctionedPersons",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PaxFilesSanctionedPerson",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "error",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxFilesSearchName",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "resource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PaxFilesResource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PaxFilesResource",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONTACT",
                            "description": "Contact resource",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT",
                            "description": "Aircraft resource",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxFilesSanctionedPerson",
                    "description": "",
                    "fields": [
                        {
                            "name": "searchedName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foundName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "birthdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sanctionList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "publicationURL",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "matchType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remarks",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxFilesInfo",
                    "description": "",
                    "fields": [
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "max",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFlightQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNidListInBetween",
                            "description": "Requires access to resource GRAPHQL_INTEGRATION_FLIGHT_NID_SEE",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripListInBetween",
                            "description": "Requires access to resource GRAPHQL_INTEGRATION_TRIP_SEE",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationBaseTrip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationBaseTrip",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TripNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "getFlightSupportServices",
                            "description": "List of services supported by given flight support - only for internal LEON usage.",
                            "args": [
                                {
                                    "name": "oauthClientNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightSupportConfig",
                            "description": "Flight Support configuration - only for internal LEON usage.",
                            "args": [
                                {
                                    "name": "oauthClientNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportConfigQuery",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlightSupportFlight",
                            "description": "Flight support flight - only for internal LEON usage..\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oauthClientNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findFlightSupportFlightBetween",
                            "description": "time interval has to be shorter than 13 months 6 days 5 hours 48 minutes 46 seconds",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlightQuery",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFlight",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getCreatedFlightServiceList",
                            "description": "Flights list, on which requested\/created services, after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedFlightServiceList",
                            "description": "Flights list, on which modified services (or services notes), after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedFlightServiceNoteList",
                            "description": "Flights list, on which modified main flight note, after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getModifiedFlightScheduleList",
                            "description": "Flights list, on which modified schedule, after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupportAvailableAirportServiceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportAvailableAirportService",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupportRuledOutServices",
                            "description": "List of ruled out services - only for internal LEON usage..\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oauthClientNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ruledOutSpecificCountryList",
                            "description": "List of ruled out specific countries - only for internal LEON usage..\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oauthClientNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupportAvailableAirportServiceListOnFlight",
                            "description": "List of services available on flight (taking into account airports)..\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oauthClientNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListOnWhichModifiedCrew",
                            "description": "Flights list, on which modified crew, after selected date (max one week until now)",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListOnWhichModifiedPassengerList",
                            "description": "Flights list, on which modified passenger list, after selected date (max one week until now). Returns flights list starting at most one day in the past.",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListOnWhichNewMessages",
                            "description": "Flights list, on which leon user posted a message after specified date",
                            "args": [
                                {
                                    "name": "dateTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFlightQuery",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isActive",
                            "description": "",
                            "args": [
                                {
                                    "name": "oauthClientNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OAuthClientNid",
                    "description": "OAuth client numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightSupportServiceEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CATERING_ADEP",
                            "description": "Catering (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_TRANSPORT_ADEP",
                            "description": "Crew transport (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_ADEP",
                            "description": "Handling (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHERS_ADEP",
                            "description": "Others (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_TRANSPORT_ADEP",
                            "description": "PAX transport (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PPR_ADEP",
                            "description": "PPR (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SLOT_ADEP",
                            "description": "SLOT (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAKE_OFF_PERMIT_ADEP",
                            "description": "Take-off permit (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VIP_LOUNGE_ADEP",
                            "description": "VIP lounge (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_TRANSPORT_ADES",
                            "description": "Crew transport (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANDLING_ADES",
                            "description": "Handling (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LANDING_PERMIT_ADES",
                            "description": "Landing permit (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OTHERS_ADES",
                            "description": "Others (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAX_TRANSPORT_ADES",
                            "description": "PAX transport (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PPR_ADES",
                            "description": "PPR (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SLOT_ADES",
                            "description": "SLOT (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VIP_LOUNGE_ADES",
                            "description": "VIP lounge (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ALL_OVERFLIGHT_PERMITS",
                            "description": "All overflight permits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SPECIFIC_OVERFLIGHT_PERMITS",
                            "description": "Specific overflight permits",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_WATCH_ADEP",
                            "description": "Flight Watch (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_WATCH_ADES",
                            "description": "Flight Watch (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_ADEP",
                            "description": "Fuel (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRELIMINARY_FPL_PREPARATION_ADEP",
                            "description": "Preliminary FPL preparation (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FINAL_FPL_PREPARATION_ADEP",
                            "description": "Final FPL preparation (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ATC_FPL_FILING_ADEP",
                            "description": "ATC FPL filing (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WEATHER_PACKAGE_ADEP",
                            "description": "Weather package (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JEPPESEN_CHARTS_ADEP",
                            "description": "Jeppesen charts (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_FEES_ADEP",
                            "description": "Airport fees (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_FEES_ADES",
                            "description": "Airport fees (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TECHNICAL_LANDING_ADES",
                            "description": "Technical landing (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HOTEL_ADES",
                            "description": "Hotel (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_VISA_ADES",
                            "description": "Crew Visa (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "API_ADEP",
                            "description": "API (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "API_ADES",
                            "description": "API (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PARKING_ADES",
                            "description": "Parking (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SECURITY_ADEP",
                            "description": "Security (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SECURITY_ADES",
                            "description": "Security (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUPERVISION_ADEP",
                            "description": "Supervision (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUPERVISION_ADES",
                            "description": "Supervision (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EQUIPMENT_ADEP",
                            "description": "Equipment (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EQUIPMENT_ADES",
                            "description": "Equipment (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STANDARD_BRIEFING_ADEP",
                            "description": "Standard briefing (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "STANDARD_EROPS_BRIEFING_ADEP",
                            "description": "Standar EROPS briefing (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EAPIS_ADEP",
                            "description": "eAPIS (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EAPIS_ADES",
                            "description": "eAPIS (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CBP_US_ADEP",
                            "description": "CBP US (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CBP_US_ADES",
                            "description": "CBP US (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CATERING_ADES",
                            "description": "Catering (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANGAR_ADEP",
                            "description": "Hangar(ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HANGAR_ADES",
                            "description": "Hangar(ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GAR_ADEP",
                            "description": "GAR (ADEP)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GAR_ADES",
                            "description": "GAR (ADES)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportConfigQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "isMessagesEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMessageAttachmentEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportFlightQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "serviceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportService",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSharePaxDataEnabled",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "specificOverflightPermitsCountryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FlightSupportCountry",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportService",
                    "description": "",
                    "fields": [
                        {
                            "name": "service",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requested",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightSupportServiceStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fsNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightSupportServiceStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACTIVE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BRIEFED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_REQUIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPLETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CANCELLED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oprNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "ICAO flight type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportSlotChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slotAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportSlotChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handlingAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catering",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelAdep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightSupportFuelChecklistItemValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportCrewMember",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullFlightSupportPassengerContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLegPermitValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landingPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullLegPermitValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "FlightWatchValueOrErrorList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serviceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportService",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "previousFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportRelatedFlight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nextFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportRelatedFlight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TrStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedSpecificOverflightPermits",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklistItem",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportChecklistItemSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mtow",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullFlightSupportAircraftDocumentValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportAircraftType",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullFlightSupportAircraftDocumentValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullFlightSupportAircraftDocumentValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullFlightSupportAircraftDocumentValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportAircraftDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportAircraftDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportFile",
                    "description": "",
                    "fields": [
                        {
                            "name": "fileName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedUrl",
                            "description": "URL to file available only for 10 minutes",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitudeDec",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "latitudeDeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitude",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitudeDec",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "longitudeDeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryFromTimezone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportAirportCode",
                    "description": "",
                    "fields": [
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "available",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportCountry",
                    "description": "",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "codeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightSupportSlotChecklistItemValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "FlightSupportSlotChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportSlotChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportSlotChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportSlotChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ProviderBasicData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ProviderBasicData",
                    "description": "",
                    "fields": [
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightSupportChecklistItemValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "FlightSupportChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provider",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ProviderBasicData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightSupportFuelChecklistItemValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "FlightSupportFuelChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportFuelChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportFuelChecklistItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportFuelChecklistItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "burnFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumRequiredFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxiFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportCrewMember",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contactId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "position",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Position",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportTravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportTravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenseList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportCrewMemberLicense",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportTravelDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "travelDocumentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportTravelDocumentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocumentId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use country field instead"
                        },
                        {
                            "name": "countryCodeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use country field instead"
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalityCountryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use nationality field instead"
                        },
                        {
                            "name": "nationalityCountryCodeIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use nationality field instead"
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentScanList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullFlightSupportFileValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightSupportTravelDocumentType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "passport",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "national_id",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullFlightSupportFileValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullFlightSupportFileValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullFlightSupportFileValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportCrewMemberLicense",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullFlightSupportPassengerContactValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullFlightSupportPassengerContactValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullFlightSupportPassengerContactValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportPassengerContact",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportPassengerContact",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportTravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportTravelDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightSupportCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullLegPermitValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullLegPermitValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullLegPermitValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightWatchValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "FlightWatchValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatchValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightSupportMessageId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "oauthClientNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportMessageEnumType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FlightSupportMessageId",
                    "description": "Flight support message identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightSupportMessageEnumType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "received",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sent",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportRelatedFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightSupportFlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureDateTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalDateTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FlightSupportFlightNid",
                    "description": "Flight numerical identifier services by flight support",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "TrStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "OPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPPORTUNITY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportChecklistItemSimple",
                    "description": "",
                    "fields": [
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightSupportFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ChecklistStatusType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportAvailableAirportService",
                    "description": "",
                    "fields": [
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serviceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GovlinkQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "processList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegGovlinkProcess",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LegGovlinkProcess",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Country",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "time",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "format",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GovlinkProcessFormat",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GovlinkProcessStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "GovlinkProcessFormat",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PNRGOV",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APIS_PAX",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "APIS_CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EES_ETIAS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ETA",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GENDEC",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CUSTOM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "GovlinkProcessStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NOT_APPLICABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEDULED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SKIPPED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WAITING_FOR_DEPARTURE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WAITING_FOR_MANUAL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TRANSMITTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "pnrGoProcessList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPnrGoProcess",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getEapisConfirmationCode",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightList",
                            "description": "Returns flights data for given period using specified filter settings. Period cannot be greater that 3 months..\nRequires access to resource INTEGRATION_PNR_GO_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getChecklistStatus",
                            "description": "Get checklist item status for PnrGO integration.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legHandling",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoLegHandling",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftVirtualNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acft",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icaoType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IcaoType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTags",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoTagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoTrip",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoAoc",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewProperty",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCrewProperty",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassengerList",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoCrewMemberOnLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overflightPermits",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoLegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoFlightWatch",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoAirport",
                    "description": "Represents single airport",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "code",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoAirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoAirportCode",
                    "description": "",
                    "fields": [
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoLegHandling",
                    "description": "Represents handler information relevant to given flight.",
                    "fields": [
                        {
                            "name": "adepHandler",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adesHandler",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoAptdirHandler",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoAptdirHandler",
                    "description": "Represents single handling agent belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "name",
                            "description": "Handler name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "telephoneAfterHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postcode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address1",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address2",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "state",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoAircraft",
                    "description": "Represents single aircraft belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "registrationWithoutSpecialChars",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftType",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoAircraftType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoAircraftType",
                    "description": "Represents single aircraft type",
                    "fields": [
                        {
                            "name": "icao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoTagDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoTrip",
                    "description": "Represents single trip belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "tripType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTags",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoTagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoAoc",
                    "description": "AOC associated with operator",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aocNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCommercial",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoCrewProperty",
                    "description": "",
                    "fields": [
                        {
                            "name": "commanderLogin",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoLogin",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoLogin",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "licenseList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoPersonalEndorsement",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoContact",
                    "description": "Represents contact data (like phone, email, address etc.) in Leon",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "homeAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postalCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stateProvince",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryObject",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfBirth",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passportList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoPassport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoNationalId",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "idCard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAnimal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPassport",
                    "description": "",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExpired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiresDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultPass",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visaList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PnrGoPassportVisa",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPassportVisa",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PnrGoPassportVisaCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isMultiEntry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maxNumberOfEntries",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfExpiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassportVisaType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PnrGoPassportVisaCountry",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPnrGoCountryValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportVisaSchengenValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPnrGoCountryValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPassportVisaType",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoNationalId",
                    "description": "",
                    "fields": [
                        {
                            "name": "country",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssueDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiresDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPersonalEndorsement",
                    "description": "Represents personal endorsement",
                    "fields": [
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoEndorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expiresIso",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use expiringData instead"
                        },
                        {
                            "name": "expiringData",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PersonalEndorsementExpiring",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoCountry",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoEndorsement",
                    "description": "",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPassengerList",
                    "description": "Information about passengers either as contacts or in textual form",
                    "fields": [
                        {
                            "name": "isDataSourceContact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDataSourceText",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "count",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "realCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countExcludingAnimals",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerText",
                            "description": "Textual passenger representation only present when text is the data source",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerContactList",
                            "description": "Contact list passenger representation only present when contact is the data source.\nRequires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PnrGoPassengerContact",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPassengerContact",
                    "description": "Represents single passenger contact",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ticketNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ssrCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalIdentificationNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelerNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceZipCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "residenceCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationAddress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationCity",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationZipCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destinationCountry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accompaniedBy",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassengerContact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoCrewMemberOnLeg",
                    "description": "",
                    "fields": [
                        {
                            "name": "position",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoPosition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoLogin",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoPassport",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PnrGoNationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoPosition",
                    "description": "Represents position for aircraft",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "posType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "occupation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rawName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positionGroup",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoLegPermit",
                    "description": "",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoCountry",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoFlightWatch",
                    "description": "Flight Watch for a single flight or quote realisation subcharter leg",
                    "fields": [
                        {
                            "name": "etdIso",
                            "description": "ETD (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "etaIso",
                            "description": "ETA (in UTC)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "atd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isCnl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "logs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesforceLogsQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceLogsQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "logsByResourceAndDate",
                            "description": "",
                            "args": [
                                {
                                    "name": "resourceName",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "date",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullSalesforceLogListSnapshotValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullSalesforceLogListSnapshotValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullSalesforceLogListSnapshotValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullSalesforceLogListSnapshotValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesforceLogListSnapshot",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceLogListSnapshot",
                    "description": "",
                    "fields": [
                        {
                            "name": "resourceName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "entryList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SalesforceLogSnapshot",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceLogSnapshot",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eventSource",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "event",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "successResult",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SalesforceFindLogSuccessResult",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "failedResult",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceFindLogSuccessResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "result",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationCommonQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "fleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationFleetQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationChecklistQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "fleetDocumentList",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftRegistrationList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftRegistrationOptionScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IntegrationFleetQueryFleetDocumentListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleetDocumentDefinitionList",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftRegistration",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationOptionScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IntegrationFleetQueryFleetDocumentDefinitionListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftRegistrationOptionScalar",
                    "description": "Aircraft identification by registration",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IntegrationFleetQueryFleetDocumentListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullIntegrationAircraftDocumentValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IntegrationFleetQueryFleetDocumentListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullIntegrationAircraftDocumentValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationAircraftDocument",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationAircraftDocument",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftRegistrationOptionScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftDocumentNameOption",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expireDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftDocumentNameOption",
                    "description": "Aircraft document name",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetQueryFleetDocumentListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationFleetQueryFleetDocumentListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetQueryFleetDocumentListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationFleetQueryFleetDocumentListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationFleetQueryFleetDocumentListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IntegrationFleetQueryFleetDocumentDefinitionListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullAircraftDocumentNameOptionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IntegrationFleetQueryFleetDocumentDefinitionListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullAircraftDocumentNameOptionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftDocumentNameOption",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetQueryFleetDocumentDefinitionListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationFleetQueryFleetDocumentDefinitionListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetQueryFleetDocumentDefinitionListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationFleetQueryFleetDocumentDefinitionListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationFleetQueryFleetDocumentDefinitionListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationChecklistQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "airportBriefAvailableStatusList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistStatusType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationOauthQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "activeIntegrationList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorActiveIntegrationOauthClientResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorActiveIntegrationOauthClientResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "oauthClientIntegration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OAuthIntegration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasAircraftAccess",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OAuthIntegration",
                    "description": "",
                    "fields": [
                        {
                            "name": "clientId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "OAuthClientId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationCategory",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logoUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OAuthClientId",
                    "description": "OAuth client identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Schedule",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Services",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Marketplaces",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Maintenance",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Endorsements",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RiskManagement",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Crew",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiResource",
                    "description": "Represents single API resource.",
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PermissionResource",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PermissionResource",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "GRAPHQL_ACFT",
                            "description": "Aircraft see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_ACFT_EDIT",
                            "description": "Aircraft edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_ACTIVITY_HISTORY",
                            "description": "Activity history",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_AVAILABILITY",
                            "description": "Aircraft availability",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_INSURANCE_SEE",
                            "description": "Aircraft insurance see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_INSURANCE_EDIT",
                            "description": "Aircraft insurance edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_DAY_NOTE_EDIT",
                            "description": "Aircraft day note edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_FLIGHTS",
                            "description": "Aircraft flights list",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_AVAILABILITY",
                            "description": "Crew availability",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_ACTIVITIES",
                            "description": "Aircraft activities",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRCRAFT_DOCUMENT_SETTINGS_SEE",
                            "description": "Aircraft document settings see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRPORT",
                            "description": "Airport",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRPORT_CATEGORY_SEE",
                            "description": "Airport category see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRPORT_DIRECTORY_SEE",
                            "description": "Airport directory see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRPORT_DIRECTORY_EDIT",
                            "description": "Airport directory edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRPORT_HOURS_RECURRENCE_SEE",
                            "description": "Airport hours recurrence see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRPORT_DIRECTORY_HANDLERS_AND_SUPPLIERS_SEE",
                            "description": "Airport handlers and category see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_AIRPORT_BRIEF_EDIT",
                            "description": "Airport brief edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_API_KEYS",
                            "description": "API keys",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_EDIT",
                            "description": "Checklist edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_OPS_SEE",
                            "description": "Checklist OPS see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_OPS_EDIT",
                            "description": "Checklist OPS edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_SALES_SEE",
                            "description": "Checklist SALES see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_SALES_EDIT",
                            "description": "Checklist SALES edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_CONFIGURATION_EDIT",
                            "description": "Checklist configuration edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_SEE",
                            "description": "Checklist item - Airport Brief see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT",
                            "description": "Checklist item - Airport Brief edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CONTACT",
                            "description": "Contact see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_DELETE_PERMANENTLY",
                            "description": "Permanently deleting contacts and anonymization of data",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CONTACT_EDIT",
                            "description": "Contact edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_MASK",
                            "description": "Contact mask",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_MASK_SEARCH",
                            "description": "Contact mask search",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONTACT_UNMASKED_DATA_SEE",
                            "description": "Contact unmasked data see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_COUNTRY_DATABASE_SEE",
                            "description": "Country database see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_COUNTRY_DATABASE_EDIT",
                            "description": "Country database edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_COUNTRY_CREW_DATABASE_EDIT",
                            "description": "Country crew database edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_MEMBER",
                            "description": "Crew Members",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_MEMBER_EAPIS",
                            "description": "eAPIS Master Crew List",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_MEMBER_EDIT",
                            "description": "Crew Members edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_ENDORSEMENT_EDIT",
                            "description": "Crew member personal endorsements edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_ENDORSEMENT_SEE",
                            "description": "Crew member personal endorsements see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_EXTERNAL_ENDORSEMENT_EDIT",
                            "description": "Crew member external endorsements edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_AIRPORT_ENDORSEMENT_EDIT",
                            "description": "Crew member airport endorsements edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_AIRPORT_ENDORSEMENT_SEE",
                            "description": "Crew member airport endorsements see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_MEMBER_CONTACT_SEE",
                            "description": "Crew member contact see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_MEMBER_CONTACT_DOCUMENTS_SEE",
                            "description": "Crew member contact documents see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_PANEL",
                            "description": "Crew Calendar and Timeline",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_CALENDAR",
                            "description": "Crew Calendar",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_TIMELINE",
                            "description": "Crew Timeline",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_TRAVEL",
                            "description": "Crew Travel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DOCUMENT_TEMPLATE_EDIT",
                            "description": "Document template edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DUTY_DEFINITION_UNRESTRICTED",
                            "description": "Duty definition unrestricted",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_EDIT",
                            "description": "Duty edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_SEE",
                            "description": "Duty see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_DETAILS",
                            "description": "Duty details",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMAIL_TEMPLATE_SEE",
                            "description": "Email template see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EMPTY_LEGS_SEE",
                            "description": "Empty legs see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_DEFINITION_SEE",
                            "description": "Endorsement definition see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FEASIBILITY_CHECK",
                            "description": "Feasibility check",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT",
                            "description": "Flight see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_CUSTOMER_SEE",
                            "description": "Flight customer see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_CUSTOMER_EDIT",
                            "description": "Flight customer edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_EDIT",
                            "description": "Flight edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_PERMITS_EDIT",
                            "description": "Flight permits edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_WATCH_EDIT",
                            "description": "Flight Watch edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_WATCH",
                            "description": "Flight Watch see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FTL",
                            "description": "FTL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FUEL_SEE",
                            "description": "Fuel see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FUEL_EDIT",
                            "description": "Fuel edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FRM_DATA_SEE",
                            "description": "Fatigue Risk Management Data",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_HANDLING_AGENT",
                            "description": "Handling Agents",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_SEE",
                            "description": "Integration see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_FLIGHT_SUPPORT",
                            "description": "Integration Flight Support",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_JOURNEY_LOG",
                            "description": "Journey Log",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_JOURNEY_LOG_EDIT",
                            "description": "Journey Log edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_JOURNEY_LOG_CONFIGURATION_EDIT",
                            "description": "Journey Log configuration edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_JOURNEY_LOG_FILE_SEE",
                            "description": "Journey Log file see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LANDING_PERMITS_SEE",
                            "description": "Landing permits see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LANDING_PERMITS_EDIT",
                            "description": "Landing permits edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_LEON_ACCOUNT_EDIT",
                            "description": "Leon account edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_LOGIN",
                            "description": "Login",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_LOGIN_STATUS_HISTORY_SEE",
                            "description": "Login status history see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAILBOX_CONFIG_EDIT",
                            "description": "Mailbox config edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAILBOX_CONFIG_SEE",
                            "description": "Mailbox config see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAILBOX_EDIT",
                            "description": "Mailbox edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MAILBOX_SEE",
                            "description": "Mailbox see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_MAINTENANCE_SEE",
                            "description": "Maintenance see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_MAINTENANCE_EDIT",
                            "description": "Maintenance edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_EXTERNAL_MARKETPLACE_SEE",
                            "description": "External marketplace see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_EXTERNAL_MARKETPLACE_EDIT",
                            "description": "External marketplace edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_MX_HIL_EDIT",
                            "description": "MX HIL edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_MX_FLEET_EDIT",
                            "description": "MX Fleet edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_MX_FLEET_DOCS",
                            "description": "MX Fleet documents see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_MX_FLEET_DOCS_EDIT",
                            "description": "MX Fleet documents edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_OPERATOR",
                            "description": "Operator",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OVERFLIGHT_PERMITS_SEE",
                            "description": "Overflight permits see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OVERFLIGHT_PERMITS_EDIT",
                            "description": "Overflight permits edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OWNED_AIRCRAFT_SEE",
                            "description": "Owned aircraft see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_OWNER_APP",
                            "description": "OwnerApp edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_OWNER_BOARD_SEE",
                            "description": "Owner Board see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_OWNER_BOARD_CONFIG_SEE",
                            "description": "Owner Board configuration see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_OWNER_BOARD_CONFIG_EDIT",
                            "description": "Owner Board configuration edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PASSENGER_EDIT",
                            "description": "PAX List edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PASSENGER",
                            "description": "PAX List see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PAX_BOARDING_EDIT",
                            "description": "PAX boarding edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_POSITIONING_AIRCRAFT_SEE",
                            "description": "Positioning aircraft see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_POSITIONING_EDIT",
                            "description": "Positioning edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_POSITIONING_SEE",
                            "description": "Positioning see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_HOTEL_SEE",
                            "description": "Hotel see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_HOTEL_EDIT",
                            "description": "Hotel edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PRICE_LIST",
                            "description": "Price list see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPORT_WIZARD_EDIT",
                            "description": "Report wizard edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPORT_WIZARD_SEE",
                            "description": "Report wizard see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_RESERVATION_EDIT",
                            "description": "Reservation edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_RESERVATION_SEE",
                            "description": "Reservation see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SABRE_IMPORT",
                            "description": "Sabre files import",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_BOOKINGS",
                            "description": "Bookings",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_QUOTE_EDIT",
                            "description": "Quote edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "description": "Quote - Invoice",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_TRIP_SUMMARY_TAB_SEE",
                            "description": "Quote - OPS & Crew tab",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "description": "Quote request see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_FEES_SEE",
                            "description": "Sales - Fees see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_FEES_EDIT",
                            "description": "Sales - Fees edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_FERRY_FLIGHTS_EDIT",
                            "description": "Sales - Ferry flights edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SALES_SETTINGS_EDIT",
                            "description": "Sales - Settings edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SCHEDULE_ORDER_EDIT",
                            "description": "Sched edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SCHEDULE_ORDER_PUBLICATION",
                            "description": "Sched publication",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SCHEDULE_ORDER_SEE",
                            "description": "Sched see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SIMULATOR_EDIT",
                            "description": "Simulator edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SIMULATOR_SEE",
                            "description": "Simulator see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SSIM_EDIT",
                            "description": "SSIM edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_PNR_GO_SEE",
                            "description": "Integration PNR GO see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_PNR_GO_EDIT",
                            "description": "Integration PNR GO edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_PAX_FILES_CHECKLIST_EDIT",
                            "description": "Integration PAX Files checklist edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_GOVLINK_SEE",
                            "description": "Integration GOVlink see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTEGRATION_GOVLINK_EDIT",
                            "description": "Integration GOVlink edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTERACTIVE_API_EDIT",
                            "description": "Interactive API edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTERACTIVE_API_SEE",
                            "description": "Interactive API see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_INTEGRATION_TRIP_SEE",
                            "description": "Integration trips list see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_INTEGRATION_FLIGHT_NID_SEE",
                            "description": "Integration flight nid list see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_SEE",
                            "description": "Phonebook see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_DOCUMENTS_SEE",
                            "description": "Phonebook documents see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_DOCUMENTS_EDIT",
                            "description": "Phonebook documents edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_CHARACTERISTIC_SEE",
                            "description": "Phonebook characteristic see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_CHARACTERISTIC_EDIT",
                            "description": "Phonebook characteristic edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_FLIGHTS_SEE",
                            "description": "Phonebook flights see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_INVOICES_SEE",
                            "description": "Phonebook invoices see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PHONEBOOK_EXPORT_EDIT",
                            "description": "Phonebook export",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LOGBOOK",
                            "description": "Logbook",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_ACCOUNT_SEE",
                            "description": "Duty account see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_ACCOUNT_EDIT",
                            "description": "Duty account edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_REQUEST_SEE",
                            "description": "Duty request see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_DUTY_REQUEST_EDIT",
                            "description": "Duty request edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_ROSTER_CHANGES_STATUS_EDIT",
                            "description": "Roster changes status edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_ROSTER_VALIDATIONS_EDIT",
                            "description": "Roster validations edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_UPLOAD_FUEL_RELEASE",
                            "description": "Allow to upload files to checklist fuel release element. Add it if not present.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PAIRING_SEE",
                            "description": "Pairing see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PAIRING_EDIT",
                            "description": "Pairing edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PAIRING_CREW_EDIT",
                            "description": "Pairing crew edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SECURITY_SEE",
                            "description": "Security see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_SECURITY_EDIT",
                            "description": "Security edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_WINGMAN_CHAT_SETTINGS_SEE",
                            "description": "Wingman chat settings see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_WINGMAN_CHAT_SETTINGS_EDIT",
                            "description": "Wingman chat settings edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_APP_HOTEL_SEE",
                            "description": "Crew app hotel see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CREW_APP_HOTEL_EDIT",
                            "description": "Crew app hotel edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CURRENCY_CONFIGURATION_SEE",
                            "description": "Currency configuration see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_CURRENCY_CONFIGURATION_EDIT",
                            "description": "Currency configuration edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAG_FLIGHT_DEFINITION_SEE",
                            "description": "Tag flight definition see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TAG_TRIP_DEFINITION_SEE",
                            "description": "Tag trip definition see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_TAG_SETTING_EDIT",
                            "description": "Tag setting edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PRIVILEGES_SEE",
                            "description": "Privileges see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_PRIVILEGES_EDIT",
                            "description": "Privileges edit",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GRAPHQL_FLIGHT_CREW_SEE",
                            "description": "Crew on flight see",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiKey",
                    "description": "Represents single API key belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "apiKeyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tokenTail",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "resourceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PermissionResource",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restrictionList",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Aircraft",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ApiKeyHistory",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serviceAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiKeyHistory",
                    "description": "",
                    "fields": [
                        {
                            "name": "apiKeyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changedBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Login",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateTimeChanged",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftsCreated",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Aircraft",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acftsDeleted",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Aircraft",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "resourcesCreated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PermissionResource",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "resourcesDeleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PermissionResource",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isAcftRestrictedFlag",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apiKeyName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apiKeyDescription",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "flights",
                            "description": "",
                            "args": [
                                {
                                    "name": "startDate",
                                    "description": "By default, the current date will be assumed.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FutureDateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endDate",
                                    "description": "By default, there would be no restrictions.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FutureDateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftRegistrationWildcard",
                                    "description": "Aircraft registration wildcard.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthQueryFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservations",
                            "description": "",
                            "args": [
                                {
                                    "name": "startDate",
                                    "description": "By default, the current date will be assumed.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FutureDateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endDate",
                                    "description": "By default, there would be no restrictions.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FutureDateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenances",
                            "description": "",
                            "args": [
                                {
                                    "name": "startDate",
                                    "description": "By default, the current date will be assumed.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FutureDateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endDate",
                                    "description": "By default, there would be no restrictions.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FutureDateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthReservation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availability",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAvailability",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthAircraft",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthQuoteRequestQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FutureDateTime",
                    "description": "Future date and time expressed according to ISO 8601, ex. 2019-06-05, 2019-06-05T12:00:00",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthQueryFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthTrip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthTrip",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "code",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthAircraft",
                    "description": "",
                    "fields": [
                        {
                            "name": "registration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthReservation",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableForCharter",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthAvailability",
                    "description": "",
                    "fields": [
                        {
                            "name": "availabilityList",
                            "description": "",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": "By default, the current date will be assumed.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "registration",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationActive",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthAircraftAvailability",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scheduleList",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "By default, the current date up to three months ahead will be assumed.",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TimeIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "registration",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationActive",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthAircraftSchedule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emptyLegList",
                            "description": "",
                            "args": [
                                {
                                    "name": "startTime",
                                    "description": "By default, the current date will be assumed.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "endTime",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "registration",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftRegistrationActive",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                },
                                {
                                    "name": "isCnl",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                },
                                {
                                    "name": "include_opportunities",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "null"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthAircraftAvailability",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recordList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthAircraftAvailabilityRecord",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthAircraftAvailabilityRecord",
                    "description": "",
                    "fields": [
                        {
                            "name": "location",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availabilityStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AvailabilityStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthAircraftSchedule",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastLocation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAircraftAvailabilityRecord",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activityList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthActivity",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthActivity",
                    "description": "",
                    "fields": [
                        {
                            "name": "startAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "get",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullExternalMarketplaceOauthQuoteRequestOutputValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getList",
                            "description": "Returns a list of quote requests that was created in the specified date interval. ",
                            "args": [
                                {
                                    "name": "dateInterval",
                                    "description": "Two dates are required. Maximum date interval is 7 days.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalMarketplaceOAuthQuoteRequestListDateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullExternalMarketplaceOauthQuoteRequestOutputValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullExternalMarketplaceOauthQuoteRequestOutputValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullExternalMarketplaceOauthQuoteRequestOutputValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullExternalMarketplaceOauthQuoteRequestOutputValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOauthQuoteRequestOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOauthQuoteRequestOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerFriendlyId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerTypeEnum",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestProviderEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerObjectId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "buyer",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOauthQuoteRequestBuyerOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOauthQuoteRequestLegOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "realizations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOauthQuoteRealizationOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketplace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Marketplace",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastExternalUpdate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isArchived",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeMethod",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightTimeMethodEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acceptWebhook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "UrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rejectWebhook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "UrlScalar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOauthQuoteRequestBuyerOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "displayName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phone",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "city",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "street",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOauthQuoteRequestLegOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestLegId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "std",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdLocal",
                            "description": "Departure (in local time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sta",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staLocal",
                            "description": "Arrival (in local time)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeWithTimezone",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTBA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxNo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceNM",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CargoDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOauthQuoteRealizationOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "If realization is for subcharter, aircraft will be empty.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ExternalMarketplaceOAuthAircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerPrice",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Money",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "providerObjectId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isUsed",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "booked",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOutdated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceQuoteRealizationLegOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "QuoteRealizationStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceQuoteRealizationLegOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthAirport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timesTBA",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFuelStop",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "stdLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staUTC",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "staLocal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTimeWithTimezone",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "distanceNM",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargo",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoWeightUnit",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTimeCalculationDetails",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteRealizationLegFlightTimeCalculationDetails",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "QuoteRealizationStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UNANSWERED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ACCEPTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REJECTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestListDateIntervalInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullExternalMarketplaceOauthQuoteRequestOutputValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullExternalMarketplaceOauthQuoteRequestOutputValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullExternalMarketplaceOauthQuoteRequestOutputValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOauthQuoteRequestOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TagQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "allFlightTags",
                            "description": "Requires access to resource TAG_FLIGHT_DEFINITION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allTripTags",
                            "description": "Requires access to resource TAG_TRIP_DEFINITION_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTags",
                            "description": "Requires access to resource TAG_FLIGHT_DEFINITION_SEE",
                            "args": [
                                {
                                    "name": "labelPrefix",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripTags",
                            "description": "Requires access to resource TAG_TRIP_DEFINITION_SEE",
                            "args": [
                                {
                                    "name": "labelPrefix",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "TagDefinition",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlanningQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "fleetPlanningTripList",
                            "description": "Requires access to given aircraft list",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notAssignedAircraft",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airport",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AirportNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDepartureDays",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "DayOfWeek",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FleetPlanningTrip",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateFleetPlanningTripList",
                            "description": "",
                            "args": [
                                {
                                    "name": "tripDataList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "TripPlanChangeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FleetPlanningTripWarning",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlanningTrip",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TripNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNidList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstPlannableLegBlockOff",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastPlannableLegBlockOn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightsCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstPlannableLegAircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Aircraft",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RouteAirport",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RouteAirport",
                    "description": "",
                    "fields": [
                        {
                            "name": "airportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TripPlanChangeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "targetAircraft",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlanningTripWarning",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TripNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warningList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AiQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "operatorUsage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiOperatorUsageTokensQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "availableModels",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AiModel",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AiOperatorUsageTokensQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "tokens",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiOperatorUsageQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AiOperatorUsageQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "availableInThisMonth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiOperatorUsageTokenAmount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usageInThisMonth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiOperatorUsageStatisticForPeriod",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AiOperatorUsageTokenAmount",
                    "description": "",
                    "fields": [
                        {
                            "name": "amount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AiOperatorUsageStatisticForPeriod",
                    "description": "",
                    "fields": [
                        {
                            "name": "lockedTokens",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiOperatorUsageTokenAmount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "completedTokens",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AiOperatorUsageTokenAmount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AiModel",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "GPT_4_1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_MINI",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_1_reasoning_none",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_1_reasoning_low",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_1_latest",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_2_reasoning_none",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_2_reasoning_low",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GPT_5_2_latest",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLAUDE_SONNET_4_5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLAUDE_HAIKU_4_5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLAUDE_OPUS_4_5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CLAUDE_OPUS_4_1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScheduleQuery",
                    "description": "Node for Schedule queries",
                    "fields": [
                        {
                            "name": "getScheduleConfig",
                            "description": "Schedule operator configuration",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ScheduleConfig",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSchedVersionList",
                            "description": "Operator SCHED version list",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedVersion",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSchedFlightList",
                            "description": "List SCHED flights",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSchedVersionExcel",
                            "description": "Schedule version excel.\ntime interval has to be shorter than 12 months 6 days",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedSelectedActivitiesVersionExcel",
                            "description": "",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileOutputType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findSchedFlightList",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "schedVersionNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedVersionNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notAssignedAircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "virtualAircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftVirtualNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "days",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "DayOfWeek",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepICAOWildcard",
                                    "description": "ADEP ICAO wildcard ex. EP*",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesICAOWildcard",
                                    "description": "ADES ICAO wildcard ex. EP*",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNoWildcard",
                                    "description": "Flight No. wildcard ex. ABC*",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPublished",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "arcidWildcard",
                                    "description": "ARCID wildcard ex. EP*",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightTagList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airportList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LocationNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightsForPlanning",
                            "description": "",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftTypeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ferry",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScheduleConfig",
                    "description": "Node for Schedule configuration",
                    "fields": [
                        {
                            "name": "isCMTEnabled",
                            "description": "Is CMT enabled",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultTripType",
                            "description": "Default trip type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ScheduleTripType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIataServiceTypeEnabled",
                            "description": "Is IATA service type enabled",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultIataServiceType",
                            "description": "Default IATA service type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isArcidEnabled",
                            "description": "Is ARCID enabled",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SchedVersion",
                    "description": "Node for SCHED version",
                    "fields": [
                        {
                            "name": "schedVersionNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "SchedVersionNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "client",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Contact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleted",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonAsFlightSupportQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "managedOperatorFlightData",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ManagedOperatorFlight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "managedOperatorFlightServices",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ManagedOperatorFlightServicesData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ManagedOperatorFlight",
                    "description": "",
                    "fields": [
                        {
                            "name": "managedOperatorName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isConnected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ManagedOperatorFlightServicesData",
                    "description": "",
                    "fields": [
                        {
                            "name": "operatorNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "serviceList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ManagedOperatorService",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ManagedOperatorMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ManagedOperatorService",
                    "description": "",
                    "fields": [
                        {
                            "name": "service",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operatorNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requested",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightSupportServiceStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fsNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ManagedOperatorMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "messageId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ManagedOperatorMessageId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ManagedOperatorMessageType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdBy",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "content",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRead",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "attachments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FileSimple",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deliveryStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ManagedOperatorMessageDeliveryStatus",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ManagedOperatorMessageId",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ManagedOperatorMessageType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SENT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RECEIVED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ManagedOperatorMessageDeliveryStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PENDING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DELIVERED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAILED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Mcp",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightList",
                            "description": "Returns flights data for given period using specified filter settings. Period cannot be greater that 6 months..\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "McpFlightFilter",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastFlightFromAirport",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight.\nRequires access to given aircraft list",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "searchType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SearchType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Flight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastFlightToAirport",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight.\nRequires access to given aircraft list",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "searchType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SearchType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Flight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "McpReportWizard",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mx",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "McpMaintenance",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "McpFlightFilter",
                    "description": "Set of rules for fetching a collection of flights for MCP",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimeIntervalInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightType",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightStatus",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FlightStatus",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "journeyLogCompletionStatus",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogCompletionStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureCountry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destinationCountry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedByNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ClientNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCnl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFerry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "TagDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "limit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "offset",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogCompletionStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO_JOURNEY_LOG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INCOMPLETE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPLETE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SearchType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "ALL_FLIGHTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PAST_FLIGHTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpReportWizard",
                    "description": "",
                    "fields": [
                        {
                            "name": "rwFlightScope",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "McpRwFlightScope",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpRwFlightScope",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightColumnList",
                            "description": "Requires access to resource REPORT_WIZARD_SEE",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "McpRwFlightColumn",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightData",
                            "description": "Requires access to resource REPORT_WIZARD_SEE.\ntime interval has to be shorter than 3 months 2 days",
                            "args": [
                                {
                                    "name": "dateFilter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "columnList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "optionalFilters",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "McpRwFlightDataOptionalFiltersInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "McpRwFlightData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpRwFlightColumn",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "McpRwFlightDataOptionalFiltersInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "acftNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CrewMemberNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocationNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocationNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportLocationNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCanceled",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpRwFlightData",
                    "description": "",
                    "fields": [
                        {
                            "name": "records",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Map",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpMaintenance",
                    "description": "",
                    "fields": [
                        {
                            "name": "openHoldItemList",
                            "description": "Returns all open HIL items for given aircraft list without date range.\nRequires access to resource GRAPHQL_MAINTENANCE_SEE",
                            "args": [
                                {
                                    "name": "aircraftList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Hil",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TimezoneQuery",
                    "description": "timezone details",
                    "fields": [
                        {
                            "name": "getTimezonesDetails",
                            "description": "",
                            "args": [
                                {
                                    "name": "tzNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Timezone",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentSettingsQuery",
                    "description": "Node for documents settings",
                    "fields": [
                        {
                            "name": "generalDeclarationConfig",
                            "description": "General declaration configuration.\nRequires access to resource EMAIL_TEMPLATE_SEE",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GeneralDeclarationConfig",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GeneralDeclarationConfig",
                    "description": "General Declaration Configuration",
                    "fields": [
                        {
                            "name": "sendToHandlingAgents",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendToCrew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultAdesTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TemplateNewForDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultAdepTemplate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TemplateNewForDocument",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateQuery",
                    "description": "Node for email template queries",
                    "fields": [
                        {
                            "name": "findByDocumentIds",
                            "description": "List available email templates depends on document_ids",
                            "args": [
                                {
                                    "name": "documentIds",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "manyDocuments",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplate",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findByDataSource",
                            "description": "List available email templates depends on data source",
                            "args": [
                                {
                                    "name": "dataSource",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "EmailDataSource",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EmailTemplate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findForAircraft",
                            "description": "List available email templates for aircraft",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EmailTemplate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "renderedTemplateWithData",
                            "description": "Render email template",
                            "args": [
                                {
                                    "name": "emailTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EmailTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "graphqlVariables",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Map",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateData",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getOperatorFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EmailTemplateOperatorFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aiAssistant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateAiAssistant",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateData",
                    "description": "",
                    "fields": [
                        {
                            "name": "cc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "bcc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fromLabel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyTo",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateOperatorFile",
                    "description": "Represents single operator file for email templates",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "file",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateAiAssistant",
                    "description": "",
                    "fields": [
                        {
                            "name": "pollLastEmailTemplateMessage",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AiThreadIdForEmailTemplateScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateAiAssistantPollMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AiThreadIdForEmailTemplateScalar",
                    "description": "Login ai conversation thread id for email template",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateAiAssistantPollMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginAiConversationThreadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AiThreadIdForEmailTemplateScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assistantComment",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "processingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ProcessingStatusEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Mutation",
                    "description": "Represents all mutations exposed by Leon API",
                    "fields": [
                        {
                            "name": "simulator",
                            "description": "Requires access to resource GRAPHQL_SIMULATOR_EDIT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SimulatorMutation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPanel",
                            "description": "Requires access to resource GRAPHQL_CREW_PANEL",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createApiKey",
                            "description": "Return token.\nRequires access to resource GRAPHQL_API_KEYS",
                            "args": [
                                {
                                    "name": "apiKey",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiKeyCreate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteApiKey",
                            "description": "Requires access to resource GRAPHQL_API_KEYS",
                            "args": [
                                {
                                    "name": "apiKeyNid",
                                    "description": "API key numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyApiKey",
                            "description": "Requires access to resource GRAPHQL_API_KEYS",
                            "args": [
                                {
                                    "name": "apiKey",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiKeyUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiKey",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eapis",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EapisModify",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createTrip",
                            "description": "Create trip with specified flights.\nRequires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "trip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TripCreate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateTrip",
                            "description": "Update trip with specified flights.\nRequires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "trip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TripUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteTrip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uploadTripFile",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCreate",
                            "description": "Create flight and assign to trip with specified tripNid.\nRequires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flight",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightCreate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightUpdate",
                            "description": "Update flight with specified flightNid.\nRequires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flight",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use flights.flightListUpdate mutation"
                        },
                        {
                            "name": "flightDelete",
                            "description": "Cancel or delete flight (accordingly to operator settings).\nRequires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightMutationQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restoreFlights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningUpdate",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nRequires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "Positioning numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioning",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PositioningUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use positioning -> update instead "
                        },
                        {
                            "name": "positioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PositioningMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateQuoteInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteInvoice",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteInvoiceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRealizationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sellerDatasetId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteInvoiceSellerDatasetId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateQuoteInvoiceIsPaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteInvoiceNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use updateInvoiceIsPaid"
                        },
                        {
                            "name": "updateInvoiceIsPaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteInvoiceNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "UpdateInvoiceIsPaidOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createQuoteInvoiceByQuoteRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteInvoice",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteInvoiceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sellerDatasetId",
                                    "description": "If not specified, the default from the operator's settings will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteInvoiceSellerDatasetId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteOperatorSettings",
                            "description": "Requires access to resource GRAPHQL_SALES_SETTINGS_EDIT",
                            "args": [
                                {
                                    "name": "quoteOperatorSettings",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteOperatorSettingsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiQuoteOperatorSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importPaxFromExcel",
                            "description": "Requires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList->importPaxFromExcel instead"
                        },
                        {
                            "name": "savePassengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerContactList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassengerContactInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "leadPassenger",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList->savePassengerList instead"
                        },
                        {
                            "name": "addPassengersToList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerContactList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassengerContactInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "leadPassenger",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList->addPassengersToList instead"
                        },
                        {
                            "name": "savePassengerText",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerText",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassengerTextInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList->savePassengerText instead"
                        },
                        {
                            "name": "removePassengersFromList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerContactList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList->removePassengersFromList instead"
                        },
                        {
                            "name": "clearPassengersFromList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use passengerList->clearPassengersFromList instead"
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerListMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerForTravelDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerForTravelDocumentsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLog",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG_EDIT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JourneyLogMutation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftFilter",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_FILTER_EDIT",
                            "args": [
                                {
                                    "name": "selectedAircraftList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isAllAircraftSelected",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sortBy",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AircraftFilterSortByType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftStatus",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AircraftFilterStatusType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterBy",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "presetNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FilterPresetNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "place",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "AircraftFilterPlaceEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": "BOOKINGS"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservation",
                            "description": "Requires access to resource GRAPHQL_RESERVATION_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReservationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "maintenance",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MaintenanceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightWatchMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerAppMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesAppMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "echoSubscription",
                            "description": "**FEATURE UNDER DEVELOPMENT** \n\t\t\t\t\tWill send text to clients subscribed to echo subscription.",
                            "args": [
                                {
                                    "name": "text",
                                    "description": "Text to send to subscribed clients",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "accessToken",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AccessTokenMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phonebook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PhonebookMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iataMessages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IataMessagesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuel",
                            "description": "Requires access to resource FUEL_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailboxConfig",
                            "description": "Requires access to resource MAILBOX_CONFIG_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interactiveAPI",
                            "description": "Requires access to resource INTERACTIVE_API_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "InteractiveAPIMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "countryDirectory",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryDirectoryMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewMember",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightPermits",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_PERMITS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightPermitMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ownerBoard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerBoardMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocuments",
                            "description": "Requires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TravelDocumentsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftInsurance",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_INSURANCE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftInsuranceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pricingManager",
                            "description": "Restricted access only for Leon Support dedicated user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PricingManagerMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewTravel",
                            "description": "Requires access to resource GRAPHQL_SABRE_IMPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewTravelMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "webhook",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "WebhookMutationSection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccountMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HistoryMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FlightFuelPrices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightFuelPricesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": "Requires access to resource GRAPHQL_SALES_FEES_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportPriceListMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": "Requires access to resource GRAPHQL_SALES_FEES_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftPriceListMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pairing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PairingMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leonAccountSettings",
                            "description": "Requires access to resource GRAPHQL_LEON_ACCOUNT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonAccountSettingsMutations",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "Requires access to resource CREW_MEMBER_EXTERNAL_ENDORSEMENT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EndorsementMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "featureToggles",
                            "description": "Restricted access only for Leon Support dedicated user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FeatureTogglesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservation",
                            "description": "Requires access to resource GRAPHQL_HOTEL_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "HotelReservationMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "security",
                            "description": "Requires access to resource GRAPHQL_SECURITY_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SecurityMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recurrenceRule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RecurrenceRuleMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportDirectory",
                            "description": "Requires access to resource GRAPHQL_AIRPORT_DIRECTORY_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "documentManager",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleet",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loggedUserMutation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LoggedUserMutation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCustomer",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_CUSTOMER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightCustomerMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reportWizard",
                            "description": "Requires access to resource REPORT_WIZARD_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operator",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "externalMarketplace",
                            "description": "Requires access to resource GRAPHQL_EXTERNAL_MARKETPLACE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleetPlanning",
                            "description": "Requires access to resource GRAPHQL_FLEET_PLANNING_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetPlanningMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "privileges",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PrivilegesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wingmanAi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanAiSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ScheduleMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leonAsFlightSupport",
                            "description": "Requires access to resource MANAGED_OPERATOR_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonAsFlightSupportMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mcp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "McpMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailTemplate",
                            "description": "Requires access to resource EMAIL_TEMPLATE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SimulatorMutation",
                    "description": "Represents fields available for mutating of simulators",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_SIMULATOR_SEE.\nRequires access to given simulator.\nRequires access to resource GRAPHQL_SIMULATOR_EDIT.\nValidate input fields. At least one crew member is required if journey log fields are filled. If at least one of journey log fields is filled, required journey log fields must be filled.",
                            "args": [
                                {
                                    "name": "simulatorInput",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SimulatorInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Simulator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_SIMULATOR_SEE.\nRequires access to given simulator.\nRequires access to resource GRAPHQL_SIMULATOR_EDIT.\nValidate input fields. At least one crew member is required if journey log fields are filled. If at least one of journey log fields is filled, required journey log fields must be filled.",
                            "args": [
                                {
                                    "name": "simulatorNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SimulatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "simulatorInput",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SimulatorInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Simulator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "simulatorNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SimulatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "undeleteSimulator",
                            "description": "",
                            "args": [
                                {
                                    "name": "simulatorNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SimulatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFrom",
                            "description": "",
                            "args": [
                                {
                                    "name": "simulatorNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SimulatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SimulatorInput",
                    "description": "Data for mutating simulator",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeoffTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landingTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportingTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landings",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeoffs",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachCount",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "JourneyLogApproachCountInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachTypeCount",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "JourneyLogApproachTypeCountInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftTypeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewByCrewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewByCrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewByExternalId",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewByExternalId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotFlying",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PilotFlying",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoring",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "PilotFlying",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SimulatorTagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "DEFAULT"
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "holding",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "simulatorType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "place",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightRules",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightRule",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "facilityLocationNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "JourneyLogApproachCountInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "approach",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Approach",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "count",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "JourneyLogApproachTypeCountInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "approachType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ApproachType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "count",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewByCrewMemberNid",
                    "description": "Data for mutating crew in simulator",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "captain",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "CPT2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FO2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "TRI",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "TRE",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "LTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FE",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FE2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "OBS",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA1",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewByExternalId",
                    "description": "Data for mutating crew in simulator",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "captain",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "CPT2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FO2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "TRI",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "TRE",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "LTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FE",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FE2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "OBS",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA1",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberExternalIdScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PilotFlying",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CPT",
                            "description": "Captain",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FO",
                            "description": "First officer",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CPT_FO",
                            "description": "Captain \/ First Officer",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FO_CPT",
                            "description": "First Officer \/ Captain",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SimulatorTagInput",
                    "description": "Quote request tag",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FileInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nidOfType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pathGwt",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelMutation",
                    "description": "Represents fields available for mutating of Crew Panel node",
                    "fields": [
                        {
                            "name": "createSimulator",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "simulatorInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelSimulatorInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewPanelSimulatorValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateSimulator",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "TR (leg, duty, etc.) numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "simulatorInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelSimulatorInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewPanelSimulatorValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSimulator",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "TR (leg, duty, etc.) numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFromSimulator",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "TR (leg, duty, etc.) numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelDutyMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyCreateQuick",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing.\nCannot create more than 150 duties at once.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "dutyDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiDutyDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginDatesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelLoginDatesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use dutyCreateQuick node in crewPanel.duty section"
                        },
                        {
                            "name": "dutyCreate",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing.\nCannot create more than 150 duties at once.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "dutyData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiDutyInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginDatesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelLoginDatesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use dutyCreate node in crewPanel.duty section"
                        },
                        {
                            "name": "copyDutyList",
                            "description": "List cannot be empty.\nList cannot have duties assigned to aircraft.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dayDate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use copyDutyList node in crewPanel.duty section"
                        },
                        {
                            "name": "clearDraftChangesForDates",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelFilterToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setDutyNotixEnabled",
                            "description": "",
                            "args": [
                                {
                                    "name": "enabled",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acceptRequestList",
                            "description": "",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,IS_NOT_CHECK_DUTY_MANAGER_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "RequestDutyNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AcceptRequestListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "declineRequestList",
                            "description": "",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,IS_NOT_CHECK_DUTY_MANAGER_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "RequestDutyNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DeclineRequestListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFilter",
                            "description": "",
                            "args": [
                                {
                                    "name": "filterPresetNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FilterPresetNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "labelList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewHomebaseNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewHomebaseAirportNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excludedLoginList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excludedLabelList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "preferredCrewAircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyFilter",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewPanelDutyFilterInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewPanelFilter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCrewDutiesFilter",
                            "description": "",
                            "args": [
                                {
                                    "name": "filterPresetNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FilterPresetNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "labelNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftTypeScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "functionTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FunctionTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "PositionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aocNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftAocNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AocNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AircraftNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTagNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "TagDefinitionNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "homebaseList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AirportNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftHomebaseList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "BaseNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftHomebaseICAOList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "AirportNidScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excludedCrewMemberNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "CrewMemberNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excludedLabelNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "LabelNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewDutiesFilter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyListDelete",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing.\nChecks if list have more elements than allowed.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteDutyListForCrewMember",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing",
                            "args": [
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "interval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeInfinityIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelCrewMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignCrew",
                            "description": "Requires access to resource GRAPHQL_DUTY_EDIT.\nExecution is not allowed during publishing",
                            "args": [
                                {
                                    "name": "crewRecordList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelAssignCrewRecord",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Please use node in crewPanel.crew section instead"
                        },
                        {
                            "name": "hotelReservation",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelHotelReservationMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightTraining",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelFlightTrainingMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelNotesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startSafteFastCalculation",
                            "description": "time interval has to be longer that 1 week 4 days and shorter than 2 months",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullSaftefastCalculationStartResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startSafteFastMultiCrewCalculation",
                            "description": "time interval has to be longer that 1 week 4 days and shorter than 2 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewPanelStartSafteFastMultiCrewCalculationOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPositioningMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rosterValidationSection",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelRosterValidationMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPlannerMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelSimulatorInput",
                    "description": "Data for creation of single simulator on Crew Panel.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeoffTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landingTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportingTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyEndTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landings",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeoffs",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachCount",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "JourneyLogApproachCountInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachTypeCount",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "JourneyLogApproachTypeCountInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftTypeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "CPT2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FO2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "TRI",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "TRE",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "LTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FE",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FE2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "FA2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "OBS",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotFlying",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PilotFlying",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoring",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "PilotFlying",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SimulatorTagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "DEFAULT"
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "holding",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "simulatorType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "place",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "facilityLocationNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullCrewPanelSimulatorValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewPanelSimulatorValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewPanelSimulatorValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelSimulator",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelDutyMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "createQuick",
                            "description": "Cannot create more than 150 duties at once.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "dutyDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiDutyDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginDatesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelLoginDatesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "create",
                            "description": "Execution is not allowed during publishing.\nCannot create more than 150 duties at once.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "dutyData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiDutyInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginDatesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelLoginDatesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overwrite",
                            "description": "Cannot create more than 150 duties at once.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginDatesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelLoginDatesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "copyList",
                            "description": "List cannot be empty.\nList cannot have duties assigned to aircraft..\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dayDate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editList",
                            "description": "List cannot be empty.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyListEditInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createFromWorkPlan",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "dutyData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiDutyFromWorkPlanInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiLoginNidOptionScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullBooleanValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiDutyInput",
                    "description": "Represents set of duty data to set on particular duty.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiDutyDefinitionNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PositionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "DutyPositionType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "managerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AocSource",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maskDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiDutyDefinitionNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tbc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyAccountDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DutyAccountDefinitionNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DutyListEditInput",
                    "description": "Set of data for editing common duty data.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "timeInterval",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "HourIntervalInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "managerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clearNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tbc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyAccountDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DutyAccountDefinitionNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AocWithSourceInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AocWithSourceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aocNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiDutyFromWorkPlanInput",
                    "description": "Represents set of duty data to set on particular duty from work plan.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "dutyWorkPlanNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PositionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "DutyPositionType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "managerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AocSource",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tbc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidatedEndorsementList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AcceptRequestListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AcceptRequestListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "AcceptRequestListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AcceptRequestListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AcceptRequestListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AcceptRequestListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AcceptRequestListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_CHECK_DUTY_MANAGER_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DeclineRequestListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DeclineRequestListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "DeclineRequestListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DeclineRequestListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DeclineRequestListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DeclineRequestListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DeclineRequestListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_CHECK_DUTY_MANAGER_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelDutyFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "dutyDefinitionList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiDutyDefinitionNidRequiredScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateRange",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TimeInfinityIntervalInput",
                    "description": "Represents an interval between two ISO8601 dates",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "start",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "end",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": "\"2038-01-19T03:14:07Z\""
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "assign",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "crewRecordList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelAssignCrewRecord",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swap",
                            "description": "List cannot be empty.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewSwapRecordList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewSwapRecordInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFromFlight",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "crewRecordList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "CrewPanelRemoveCrewRecord",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swapBetweenFlights",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNidList",
                                    "description": "\nPossible violation list: IS_NOT_THE_SAME_CREW",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignByPositionName",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "crewRecordList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewPanelAssignCrewByPositionNameRecord",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFromFlightByPosition",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionNameList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "PositionNameString",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteAllCrewFromFlight",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "trNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelAssignCrewRecord",
                    "description": "Represents single record for assign crew on flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelRemoveCrewRecord",
                    "description": "Represents single record for remove crew on flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewPanelCrewMutationSectionSwapBetweenFlightsViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_THE_SAME_CREW",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelAssignCrewByPositionNameRecord",
                    "description": "Represents single record for assign crew by position name on flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionName",
                            "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNameString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PositionNameString",
                    "description": "Position name identifier (can be operator-specific or global)",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelHotelReservationMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Execution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "hotelReservationData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "HotelReservationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullHotelReservationNidValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removePerson",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "hotelReservationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CrewPanelHotelReservation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remove",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "hotelReservationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NonNullBooleanValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edit",
                            "description": "Execution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "hotelReservationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HotelReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hotelReservationData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "HotelReservationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "HotelReservationInput",
                    "description": "Represents set of hotel reservation data.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hotelNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "HotelNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HotelReservationStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": "DEPRECATED Use crewOnHotelList field instead and leave empty array here",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewOnHotelList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "HotelReservationCrewInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "MoneyInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftRegistration",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bookingNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "HotelNid",
                    "description": "Hotel numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HotelReservationStatus",
                    "description": "Status of the hotel reservation",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REQUESTED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNTOUCHED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "HotelReservationCrewInput",
                    "description": "Represents crew member in hotel reservation.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pnr",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PnrScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "MoneyInput",
                    "description": "Represents money input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "amount",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositiveDecimal",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CurrencyId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PositiveDecimal",
                    "description": "Represents positive decimal number",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CurrencyId",
                    "description": "Currency identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullHotelReservationNidValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullHotelReservationNidValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullHotelReservationNidValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HotelReservationNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelFlightTrainingMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingIdInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingIdInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NonNullBooleanValue",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createList",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightTrainingIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateList",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightTrainingIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightTrainingUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteList",
                            "description": "If in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "idList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightTrainingIdInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "draftToggle",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightTrainingCreateInput",
                    "description": "Data required for creation of a new flight training.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightTrainingType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightTrainingUpdateInput",
                    "description": "Data required for updating existing flight trainings.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTrainingType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelNotesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "set",
                            "description": "",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewNotesIdInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewNotesUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewNotesIdInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewNotesUpdateInput",
                    "description": "Data required for updating existing crew note.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullSaftefastCalculationStartResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullSaftefastCalculationStartResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullSaftefastCalculationStartResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SaftefastCalculationStartResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SaftefastCalculationStartResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remainingCalculations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewPanelStartSafteFastMultiCrewCalculationOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewPanelStartSafteFastMultiCrewCalculationViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelStartSafteFastMultiCrewCalculationViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelStartSafteFastMultiCrewCalculationViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelStartSafteFastMultiCrewCalculationViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelStartSafteFastMultiCrewCalculationViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewPanelStartSafteFastMultiCrewCalculationViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SAFTE_FAST_NO_MORE_REQUESTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPositioningMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelPositioningInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPositioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewPanelPositioningInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPositioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFromPositioning",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "crewRecordList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "CrewPanelDeleteCrewRecord",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelPositioningInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewOnPositioningList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewPanelCrewOnPositioningInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "driverLogin",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "PositioningType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rebook",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelCrewOnPositioningInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMemberNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ticketNumber",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "PNR",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TagInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewPanelDeleteCrewRecord",
                    "description": "Represents single record for remove crew on positioning",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "positioningNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelRosterValidationMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_ROSTER_VALIDATIONS_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RosterValidationConfigurationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RosterValidationConfiguration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_ROSTER_VALIDATIONS_EDIT",
                            "args": [
                                {
                                    "name": "operatorRosterValidationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RosterValidationConfigurationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "RosterValidationConfiguration",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "Requires access to resource GRAPHQL_ROSTER_VALIDATIONS_EDIT",
                            "args": [
                                {
                                    "name": "operatorRosterValidationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RosterValidationConfigurationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rule",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPlannerMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "pairingAutoPlanStarter",
                            "description": "time interval has to be shorter than 3 months",
                            "args": [
                                {
                                    "name": "timeInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OperationalPositionType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftTypeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "baseLocationNidList",
                                    "description": "\nPossible violation list: TOO_FEW_ERROR,TOO_MANY_ERROR,NOT_EQUAL_COUNT_ERROR,NOT_DIVISIBLE_BY_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AirportNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingAutoPlanStarterOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pairingCbcLocalSolver",
                            "description": "Local development only: simulates Omega server by running CBC solver locally and notifying the callback endpoint.\nRequires access to environment",
                            "args": [
                                {
                                    "name": "calculationId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingCalculationId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingCbcLocalSolverOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OperationalPositionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "COCKPIT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CABIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingAutoPlanStarterOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullNonNullPairingCalculationIdValueOrErrorListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingAutoPlanStarterViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullNonNullPairingCalculationIdValueOrErrorListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullPairingCalculationIdValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullPairingCalculationIdValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingCalculationIdValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPairingCalculationIdValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PairingCalculationId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PairingCalculationId",
                    "description": "Pairing auto-plan calculation identifier (ULID)",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingAutoPlanStarterViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingAutoPlanStarterViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingAutoPlanStarterViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingAutoPlanStarterViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingAutoPlanStarterViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_FEW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_MANY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_COUNT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_DIVISIBLE_BY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingCbcLocalSolverOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullStringValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingCbcLocalSolverViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingCbcLocalSolverViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingCbcLocalSolverViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingCbcLocalSolverViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingCbcLocalSolverViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingCbcLocalSolverViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CBC_NOT_AVAILABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LP_FILE_NOT_EXISTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiKeyCreate",
                    "description": "Data for creating single API key belonging to operator specified in request endpoint",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "resourceList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PermissionResource",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiKeyUpdate",
                    "description": "Data for modifying single API key belonging to operator specified in request endpoint",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "apiKeyNid",
                            "description": "API key numeric identifier",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "resourceList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PermissionResource",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serviceAccount",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EapisModify",
                    "description": "Node for eAPIS modification",
                    "fields": [
                        {
                            "name": "updateEapis",
                            "description": "Save person eAPIS data",
                            "args": [
                                {
                                    "name": "eapis",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EapisUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EapisUpdate",
                    "description": "Data for creating\/updating person eAPIS data, belonging to operator specified in request endpoint",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contactNid",
                            "description": "Contact numeric identifier",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "state",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "zip",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partyCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dob",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hazmatEndorsement",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passportIssued",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "driversLicense",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateIssued",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryIssued",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TripCreate",
                    "description": "Data for create trip",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flights",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightCreate",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clientNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ClientNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representativeNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RepresentativeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCommercial",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "TripExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightCreate",
                    "description": "Data for create single flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNo",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arcid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Arcid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "virtualAircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftVirtualNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AocSource",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altAirport",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altAirport2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "FlightExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FlightNo",
                    "description": "Flight number",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Arcid",
                    "description": "Aircraft Identification",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightExternalIdInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "salesforceId",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RepresentativeNid",
                    "description": "Client company representative contact numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TripExternalIdInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "salesforceId",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TripUpdate",
                    "description": "Data for update trip",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clientNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ClientNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplementaryInfo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representativeNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RepresentativeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCommercial",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "TripExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightUpdate",
                    "description": "Data for update single flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNo",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arcid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Arcid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "virtualAircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftVirtualNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "unsetAircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AocSource",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "FlightExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightMutationQuery",
                    "description": "",
                    "fields": [
                        {
                            "name": "setLegMission",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "legMissionInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegMissionInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegMission",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteLegMission",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createEndUser",
                            "description": "Requires access to resource END_USER_EDIT",
                            "args": [
                                {
                                    "name": "label",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegEndUser",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyEndUser",
                            "description": "Requires access to resource END_USER_EDIT",
                            "args": [
                                {
                                    "name": "endUserNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LegEndUserNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "label",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegEndUser",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightListUpdate",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightUpdateInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clearPnrGoProcessList",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use field in integration\/pnrGo\/ instead"
                        },
                        {
                            "name": "crew",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightCrewMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "copyTrip",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startDate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyAircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyCrew",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyPax",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyMission",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyClient",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyTags",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyCustomerServiceAssignee",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "moveFlightToAnotherTrip",
                            "description": "Move flight to target trip (or new if target trip not specified).\nRequires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetTripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TripNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "copyClient",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendOpsEmail",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OpsSendMessageCategory",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setOpsMessageReadStatus",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OpsMessageCategory",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setOpsDocumentMessageReadStatus",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "DocumentTypeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendOpsTripLegsEmail",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OpsTripSendMessageCategory",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAvailableFlightListOpsMessagesReadStatus",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageTypeList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "FlightOpsMessageTypeEnum",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acknowledgeFlightListChanges",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAircraftOnFlightList",
                            "description": "Set aircraft on flight using map each pair (flight-aircraft) is put on queue separately",
                            "args": [
                                {
                                    "name": "aircraftOnFlightMap",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftOnFlightMapInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "setCrewFromRoster",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFlightFtl",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightFtlData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightFtlInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swapAircraftOnFlightList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadManagement",
                            "description": "Requires access to resource LOAD_POINT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoadManagementMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tags",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightTags",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LegMissionInput",
                    "description": "Data for Leg mission",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airspace",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "missionType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LegMissionType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taskCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contract",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LegMissionContractType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "legEndUserNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LegEndUserNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightUpdateInput",
                    "description": "Data for update single flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNo",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arcid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Arcid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "virtualAircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftVirtualNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "unsetAircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEmptyLeg",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extendedRange",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TagDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AocSource",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altAirport",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altAirport2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "FlightExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCrewMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "clear",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setReportingTime",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "reportingTimeList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,REPORTING_ON_TIME_EDIT_AFTER_START_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ReportingTimeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneType",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "FTLTimezoneType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FlightCrewMutationSetReportingTimeOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ReportingTimeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLegNidOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportOn",
                            "description": "\nPossible violation list: REPORTING_ON_TIME_EDIT_AFTER_START_ERROR",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AutoTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportOff",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AutoTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiLegNidOptionScalar",
                    "description": "Flight numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightCrewMutationSetReportingTimeOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "FlightCrewMutationSetReportingTimeViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCrewMutationSetReportingTimeViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightCrewMutationSetReportingTimeViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCrewMutationSetReportingTimeViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightCrewMutationSetReportingTimeViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightCrewMutationSetReportingTimeViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPORTING_ON_TIME_EDIT_AFTER_START_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REPORTING_TIME_VALID_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OpsSendMessageCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "catering",
                            "description": "Catering",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_adep",
                            "description": "PAX transport ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_transport_ades",
                            "description": "PAX transport ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr_adep",
                            "description": "PPR ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ppr_ades",
                            "description": "PPR ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_opening_adep",
                            "description": "Airport opening ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_opening_ades",
                            "description": "Airport opening ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schengen_adep",
                            "description": "Schengen ADEP",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schengen_ades",
                            "description": "Schengen ADES",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotel",
                            "description": "Hotel",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnl",
                            "description": "PNL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EmailInput",
                    "description": "Represents email input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "to",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiMultiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bcc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fromLabel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "replyTo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "subject",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailAttachmentInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isHtmlContentType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "false"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EmailAttachmentInput",
                    "description": "Email attachment input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "url",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OpsTripSendMessageCategory",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "pnl",
                            "description": "PNL",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftOnFlightMapInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightFtlInput",
                    "description": "Data for ftl flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "commanderDiscretionRest",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AocWithSourceInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restFacility",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "RestFacilityEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoadManagementMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setFlightLoad",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightLoadInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightLoadInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "loadPointWeightUnit",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loadPointList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightLoadPointInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightLoadPointInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftLoadPointUlid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftLoadPointId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "unitLoadDevice",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loadType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LoadType",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightTags",
                    "description": "",
                    "fields": [
                        {
                            "name": "setFlightTagDefinition",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TagDefinitionInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TagDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeFlightTagList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightTagDefinitionNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TagDefinitionNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TagDefinitionInput",
                    "description": "Tag definition input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "tagDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TagDefinitionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagGroup",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "label",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PositioningUpdate",
                    "description": "Data for modifying single positioning",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PositioningType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "Positioning note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FileInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trip",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rebook",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositioningMutation",
                    "description": "Represents fields available for mutating of positioning",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT",
                            "args": [
                                {
                                    "name": "positioning",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PositioningCreate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullPositioningValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nRequires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "Positioning numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioning",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PositioningUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remove",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "Positioning numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeByPnr",
                            "description": "",
                            "args": [
                                {
                                    "name": "pnr",
                                    "description": "\nPossible violation list: IS_NOT_PNR_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PnrOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "RemoveByPnrOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateChecklist",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_EDIT",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PositioningCreate",
                    "description": "Stores data for \u201cadd positioning\u201d operation",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PositioningType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullPositioningValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPositioningValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPositioningValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PnrOptionScalar",
                    "description": "Person identification by PNR",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "RemoveByPnrOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullIntValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "RemoveByPnrViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullIntValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RemoveByPnrViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RemoveByPnrViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RemoveByPnrViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RemoveByPnrViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RemoveByPnrViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_PNR_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistItemInput",
                    "description": "Checklist item input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteInvoiceInput",
                    "description": "Represents invoice data to create.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteInvoiceNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "items",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteInvoiceItemInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesBuyerInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sellDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPaid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "closed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "InvoiceStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteInvoiceNidScalar",
                    "description": "Invoice numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteInvoiceItemInput",
                    "description": "Invoice item input type.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteInvoiceItemNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "net",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gross",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatValue",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesVatInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteInvoiceItemNidScalar",
                    "description": "Invoice item numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SalesVatInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "value",
                            "description": "VAT value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notApplicable",
                            "description": "Should be true when your vat-value is not provided and you want reset previous value. Otherwise enter false",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SalesBuyerInput",
                    "description": "Represents buyer input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "euVatNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteInvoiceSellerDatasetId",
                    "description": "Seller dataset numerical identifier for quote invoice.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "UpdateInvoiceIsPaidOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRealizationInvoiceValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "UpdateInvoiceIsPaidViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullQuoteRealizationInvoiceValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateInvoiceIsPaidViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "UpdateInvoiceIsPaidViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateInvoiceIsPaidViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UpdateInvoiceIsPaidViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "UpdateInvoiceIsPaidViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteOperatorSettingsInput",
                    "description": "Operator's quote settings",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "roundingSettings",
                            "description": "Quote rounding settings",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "QuoteRealizationRoundingSettingsInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationRoundingSettingsInput",
                    "description": "Represents quote rounding settings.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "roundTo",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassengerContactInput",
                    "description": "Passenger input with contact and arrival departure passports. NOTE isLead field is deprecated!",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contactNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalPassportNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departurePassportNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalNationalIdNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NationalIdNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureNationalIdNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NationalIdNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isLead",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassengerTextInput",
                    "description": "Passenger input with count and text",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "count",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "text",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerListMutation",
                    "description": "Node for passenger list modifications",
                    "fields": [
                        {
                            "name": "setBoardingStatus",
                            "description": "Change passenger list boarding status.\nRequires access to resource GRAPHQL_PAX_BOARDING_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "boardingStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "BoardingStatus",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerListBoarding",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setPassengerOnBoard",
                            "description": "Marks PAX as 'on board' on passenger list.\nRequires access to resource GRAPHQL_PAX_BOARDING_EDIT",
                            "args": [
                                {
                                    "name": "passengerContactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassengerContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isOnBoard",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerBoarding",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setPassengerListDetails",
                            "description": "Set passenger list PAX details.\nRequires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "passengerListNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassengerListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerListDetails",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PassengerContactDetailsInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "savePassengerList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerContactList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "PassengerContactInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "leadPassenger",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FilePathInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importPaxFromExcel",
                            "description": "Requires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addPassengersToList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerContactList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "PassengerContactInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "leadPassenger",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "savePassengerText",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerText",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassengerTextInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removePassengersFromList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerContactList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clearPassengersFromList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replacePassengersListFiles",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeFilesFromPassengersList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileNameList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletePassengersListFiles",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addFilesToPassengersList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setLuggageTag",
                            "description": "Requires access to resource GRAPHQL_PAX_BOARDING_EDIT",
                            "args": [
                                {
                                    "name": "passengerContactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassengerContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "luggageTag",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerListBoarding",
                    "description": "",
                    "fields": [
                        {
                            "name": "boardingStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "BoardingStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerBoarding",
                    "description": "",
                    "fields": [
                        {
                            "name": "isOnBoard",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassengerContactDetailsInput",
                    "description": "Passenger details input.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "passengerContactNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PassengerContactNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ticketNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ssrCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdentificationNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "travelerNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "residenceAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "residenceCity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "residenceZipCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "residenceCountry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destinationAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destinationCity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destinationZipCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destinationCountry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accompaniedBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassengerContactNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luggageQuantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luggageWeight",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luggageWeightUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "host",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContactNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "calculateSifl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "costCentre",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "projectNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pickupTimeInResidentAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pickupTimeInDestinationAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureTransferCompany",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalTransferCompany",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luggageTag",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FilePathInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pathGwt",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerForTravelDocumentsMutation",
                    "description": "Node for passenger for travel documents modifications",
                    "fields": [
                        {
                            "name": "createOrUpdateList",
                            "description": "Requires access to resource GRAPHQL_PASSENGER_EDIT.\nRequires access to resource GRAPHQL_PASSENGER",
                            "args": [
                                {
                                    "name": "passengers",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PassengerForTravelDocumentsInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "account",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PassengerForTravelDocuments",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassengerForTravelDocumentsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureTravelDocument",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PassengerForTravelDocumentsDocumentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalTravelDocument",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PassengerForTravelDocumentsDocumentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassengerForTravelDocumentsDocumentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "travelDocumentType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PassengerTravelDocumentType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceTripPassengerListFileInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PassengerTravelDocumentType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PASSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceTripPassengerListFileInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "url",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "UrlScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PassengerForTravelDocuments",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departurePassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalPassport",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PassportOutput",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departureNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrivalNationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "NationalId",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutation",
                    "description": "Node for Journey Log modifications",
                    "fields": [
                        {
                            "name": "createJourneyLog",
                            "description": "Create Journey Log",
                            "args": [
                                {
                                    "name": "journeyLogInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "JourneyLogInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyJourneyLog",
                            "description": "Modify Journey Log",
                            "args": [
                                {
                                    "name": "journeyLogInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "JourneyLogInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteJourneyLog",
                            "description": "Delete Journey Log",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancelJourneyLog",
                            "description": "Cancel Journey Log.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "cancelNotes",
                                    "description": "Cancel notes",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "openJourneyLog",
                            "description": "Open (re-open) a closed Journey Log.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteJourneyLogFile",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uploadJourneyLogFile",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Upload",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "File",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "JourneyLogInput",
                    "description": "Journey Log input data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": "ADEP",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "ADES",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotFlying",
                            "description": "Pilot flying",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PilotFlyingInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoring",
                            "description": "Pilot monitoring take off\/landing",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "JourneyLogPilotMonitoringInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ofplFlightPlan",
                            "description": "Planned trip flight time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffUTC",
                            "description": "BLOFF (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toTimeUTC",
                            "description": "T\/O (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgTimeUTC",
                            "description": "LDG (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonUTC",
                            "description": "BLON (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxFl",
                            "description": "MAX FL",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toc",
                            "description": "Top of climb",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tod",
                            "description": "Top of descent",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "Block fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "usedFuel",
                            "description": "Fuel used",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remainingFuel",
                            "description": "Fuel remaining",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelDensity",
                            "description": "Fuel density (kg\/L)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FloatPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": "Fuel before uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUplift",
                            "description": "Uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftUnit",
                            "description": "Uplift unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftDensity",
                            "description": "Uplift density (kg\/L)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FloatPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftAfterFlight",
                            "description": "Uplift after flight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftAfterFlightUnit",
                            "description": "Uplift after flight unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftAfterFlightDensity",
                            "description": "Uplift after flight density (kg\/L)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FloatPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilUplift",
                            "description": "Oil uplift",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "EngineOilUpliftInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilUpliftUnit",
                            "description": "Oil uplift unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "OilUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landings",
                            "description": "Landings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": "Distance",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DelayCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cmt",
                            "description": "CMT",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "instrumentTime",
                            "description": "Instrument time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTime",
                            "description": "Night time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pax",
                            "description": "PAX - a sum of Males, Females, Children",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxHeads",
                            "description": "PAX heads - a sum of Males, Females, Children and Infants",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransit",
                            "description": "Transit PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxEconomyClass",
                            "description": "Economy class PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxBusinessClass",
                            "description": "Business class PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxAdultCount",
                            "description": "Adults",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "males",
                            "description": "Males",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "females",
                            "description": "Females",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "children",
                            "description": "Children",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "infants",
                            "description": "Infants",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pets",
                            "description": "Pets",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bags",
                            "description": "Bags [mass]",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bagsQuantity",
                            "description": "Bags [quantity]",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoUnit",
                            "description": "Cargo unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "underload",
                            "description": "Underload",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelTaxi",
                            "description": "Taxi fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelApu",
                            "description": "APU fuel burn",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "zfw",
                            "description": "ZFW",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalApuHours",
                            "description": "APU hours",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalApuCycles",
                            "description": "APU cycles",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightLog",
                            "description": "Flight log (Techlog Number)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachList",
                            "description": "Approach List",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "JourneyLogApproachCountInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "Approach type list",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "JourneyLogApproachTypeCountInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hud_evs",
                            "description": "HUD\/EVS",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretion",
                            "description": "Discretion",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "euEtsExceptions",
                            "description": "EU ETS Exception",
                            "type": {
                                "kind": "ENUM",
                                "name": "EuEtsException",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "custom",
                            "description": "Custom code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": "Notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "engineRate",
                            "description": "Engine rate",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deicing",
                            "description": "Deicing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deicingQuantity",
                            "description": "Deicing quantity",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "Night Take off count, sending NULL will automatically calculate the value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "Night Landing count, sending NULL will automatically calculate the value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restFacility",
                            "description": "In-flight Rest Facility",
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftRestFacility",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asr",
                            "description": "Deicing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wind",
                            "description": "Wind",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "visibility",
                            "description": "Visibility",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rvr",
                            "description": "RVR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "autoland",
                            "description": "Autoland",
                            "type": {
                                "kind": "ENUM",
                                "name": "Autoland",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gpu",
                            "description": "GPU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gpuTime",
                            "description": "GPU Time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acu",
                            "description": "ACU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripReportCompleted",
                            "description": "Trip report completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "catBBriefCompleted",
                            "description": "Cat B brief completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toiletService",
                            "description": "Toilet service",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waterService",
                            "description": "Water service",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handoverNotes",
                            "description": "Cockpit handover notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinHandoverNotes",
                            "description": "Cabin handover notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretionReason",
                            "description": "Discretion reason",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": "Status",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScore",
                            "description": "Fatigue score",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreCpt",
                            "description": "Fatigue score - CPT",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreFo",
                            "description": "Fatigue score - FO",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreOther",
                            "description": "Fatigue score - other crew",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "voyageReportNumber",
                            "description": "Voyage report number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enginesCycles",
                            "description": "Engines cycles",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "erops",
                            "description": "Extended Range Operations",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etops",
                            "description": "Extended Range Twin Engine Operations",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slingLoad",
                            "description": "Sling load",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilRefilled",
                            "description": "Oil refilled",
                            "type": {
                                "kind": "ENUM",
                                "name": "OilRefilledEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maintenanceLogEntry",
                            "description": "Maintenance log entry",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pushBack",
                            "description": "Push back",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewTransport",
                            "description": "Crew transport",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clientSatisfaction",
                            "description": "Client's satisfaction",
                            "type": {
                                "kind": "ENUM",
                                "name": "ClientSatisfactionEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "navDatabaseUpdate",
                            "description": "Nav Database Update",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deIcingFluidCheck",
                            "description": "De-icing fluid check",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuel_invoice",
                            "description": "Fuel invoice",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "low_visibility_take_off",
                            "description": "Low visibility take-off (below 150 m)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cat_2_approach_lnd",
                            "description": "CAT II APP\/LND",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approach_lnd_perfo_statis",
                            "description": "APP\/LND PERFO STATIS",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safaRampCheck",
                            "description": "SAFA Ramp check",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "corMorCompleted",
                            "description": "COR\/MOR completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trafficLoad",
                            "description": "Traffic load",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acDisinfected",
                            "description": "A\/C disinfected",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": "Upload files",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Upload",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lowLevelSpray",
                            "description": "Low level spray",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifi",
                            "description": "Wi-Fi",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoLoaded",
                            "description": "Cargo loaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoUnloaded",
                            "description": "Cargo unloaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreDescription",
                            "description": "Fatigue score description",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransport",
                            "description": "PAX transport",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "catering",
                            "description": "Catering",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ice",
                            "description": "Ice",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hotWater",
                            "description": "Hot water",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "washingDishes",
                            "description": "Washing dishes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "laundry",
                            "description": "Laundry",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "laundryNote",
                            "description": "Laundry note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oxygen",
                            "description": "Oxygen",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acCleaning",
                            "description": "A\/C cleaning",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asu",
                            "description": "ASU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asuTime",
                            "description": "ASU Time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "securityCheck",
                            "description": "Security check",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "camoNotes",
                            "description": "CAMO notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "onTask",
                            "description": "On task",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "offTask",
                            "description": "Off task",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "successCode",
                            "description": "Success code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mealDiscretion",
                            "description": "Meal discretion",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "missionType",
                            "description": "Mission type",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taskCode",
                            "description": "Task code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightSuccess",
                            "description": "Flight success",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airspace",
                            "description": "Airspace",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "config",
                            "description": "Config",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "category",
                            "description": "Category",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lowLevelTime",
                            "description": "Low level time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationOfDataCorrectness",
                            "description": "Confirmation of data correctness",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "feedback",
                            "description": "Feedback",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelInvoiceNumber",
                            "description": "Fuel invoice number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelCostCenter",
                            "description": "Cost center",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelProvider",
                            "description": "Fuel price nid",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelPriceOfUplift",
                            "description": "Price of uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelPriceOfUpliftUnit",
                            "description": "Price of uplift currency",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelDeliveryNote",
                            "description": "Fuel delivery note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "carriageOfDangerousGoods",
                            "description": "Carriage of dangerous goods",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hangar",
                            "description": "Hangar",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hangarNotes",
                            "description": "Hangar notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "palletsLoaded",
                            "description": "Pallets loaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "palletsUnloaded",
                            "description": "Pallets unloaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffWeight",
                            "description": "Take off weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ballast",
                            "description": "Ballast",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedTakeOffWeight",
                            "description": "Restricted take off weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedLandingWeight",
                            "description": "Planned landing weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "actualLandingWeight",
                            "description": "Actual landing weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trueAirspeed",
                            "description": "True Airspeed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedFuel",
                            "description": "Planned trip fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minimumSectorFuel",
                            "description": "Minimum sector fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffFuel",
                            "description": "Take off fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landingFuel",
                            "description": "Landing fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "routeAreaCompetencyBriefed",
                            "description": "Route & area competency briefed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tirePressureCheckPerformed",
                            "description": "Tyre pressure check performed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tyrePressureNote",
                            "description": "Tyre pressure note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "congestedArea",
                            "description": "Congested area",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lowVisibilityTakeOffAboveHundredFifty",
                            "description": "Low visibility take-off (between 150m-500m)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "alcoholTest",
                            "description": "Alcohol test",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "terminalMeetPax",
                            "description": "PAX terminal meet",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxFlightSatisfactory",
                            "description": "PAX happy with flight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxComments",
                            "description": "PAX comments",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "likes",
                            "description": "Likes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dislikes",
                            "description": "Dislikes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "incidents",
                            "description": "Incidents",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "specialRequest",
                            "description": "Special request",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "informationForSales",
                            "description": "Information for Sales",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "overallPaxExperience",
                            "description": "Overall PAX experience",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deicingNotes",
                            "description": "Deicing notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCleaned",
                            "description": "Cleaned",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRestocked",
                            "description": "Re-Stocked",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewCatering",
                            "description": "Crew food",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewCateringNotes",
                            "description": "Crew food notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewHotel",
                            "description": "Crew HOTAC",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewHotelNotes",
                            "description": "Crew HOTAC notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingSatisfactory",
                            "description": "Handling satisfactory",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingSatisfactoryNotes",
                            "description": "Handling satisfactory notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCateringSatisfactory",
                            "description": "PAX happy with catering",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCateringNotes",
                            "description": "PAX catering notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeOnStationStart",
                            "description": "TOS start",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeOnStationEnd",
                            "description": "TOS end",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedTripTime",
                            "description": "Planned trip time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedTaxiFuel",
                            "description": "Planned taxi fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRating",
                            "description": "Handling rating",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRatingDescription",
                            "description": "Handling rating description",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reducedRequiredLandingDistance",
                            "description": "Reduced Required Landing Distance",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinDefects",
                            "description": "Cabin defects",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endUser",
                            "description": "End User (for mission)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LegEndUserNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "runway",
                            "description": "Runway",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "holding",
                            "description": "Holding",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safUsed",
                            "description": "SAF used",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "SAF fuel blend",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "File list",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelPrist",
                            "description": "Fuel Prist",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "radioCommunicationReport",
                            "description": "Radio communication report",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogRadioCommunicationReport",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acDisinsected",
                            "description": "A\/C disinsected",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airConditioning",
                            "description": "Air conditioning",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorType",
                            "description": "VOR type",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorId",
                            "description": "VOR ID",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorFrequency",
                            "description": "VOR frequency",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorDeviation",
                            "description": "VOR deviation",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waterScoopes",
                            "description": "Water scoopes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waterLandings",
                            "description": "Water landings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentationCompletedAccordingOma",
                            "description": "Documentation completed according OM-A",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safetyNotes",
                            "description": "Safety\/Security notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gnssIssuesEncourntered",
                            "description": "GNSS Issues Encountered",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gnssIssuesNote",
                            "description": "GNSS Issues Note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hoistMission",
                            "description": "HHO cycles",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightVisionFlights",
                            "description": "NVG sectors",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "activeNavLogSignedCompleted",
                            "description": "Active Nav Log Signed & Completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "avionicsDatabaseUpdate",
                            "description": "Avionics database update",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewPreflightBriefing",
                            "description": "Crew Preflight Briefing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hobbsOff",
                            "description": "Hobbs off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hobbsOn",
                            "description": "Hobbs on",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tahOff",
                            "description": "Tach off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tahOn",
                            "description": "Tach on",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sealNumbers",
                            "description": "Seal numbers",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dispatchFeedback",
                            "description": "Dispatch feedback",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherFeedback",
                            "description": "Other feedback",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oxygenRemaining",
                            "description": "Oxygen remaining",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hydraulicSystem1Uplift",
                            "description": "Hydraulic System 1\/A uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hydraulicSystem2Uplift",
                            "description": "Hydraulic System 2\/B uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hydraulicSystem3Uplift",
                            "description": "Hydraulic System 3\/C uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "indicatedFuel",
                            "description": "Indicated fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalFuel",
                            "description": "Additional fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "alternateFuel",
                            "description": "Alternate fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretionaryFuel",
                            "description": "Discretionary fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extraFuel",
                            "description": "Extra fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "finalReserveFuel",
                            "description": "Final reserve fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "Contingency fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tankeredFuel",
                            "description": "Tankered fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nvgFlightTime",
                            "description": "NVG flight time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "instructorTime",
                            "description": "Instructor time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightDocumentationCompletedSent",
                            "description": "Pre-Flight Documentation completed & Sent",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ukAirspaceTime",
                            "description": "UK Airspace time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "standNumber",
                            "description": "Stand number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeoffs",
                            "description": "Takeoffs",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "goAround",
                            "description": "Go around",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsInterruptions",
                            "description": "Ops interruptions",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogEmptyBool",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsInterruptionsNote",
                            "description": "Ops interruptions details",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "awops",
                            "description": "All Weather Operations",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftOpenedDefects",
                            "description": "Aircraft opened defects",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogEmptyBool",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftDeferredDefects",
                            "description": "Aircraft deferred defects",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogEmptyBool",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "controlledRestInCockpit",
                            "description": "Use of controlled rest in cockpit",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "controlledRestInCockpitNote",
                            "description": "Use of controlled rest in cockpit note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRatingAdep",
                            "description": "Handling rating ADEP",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRatingAdes",
                            "description": "Handling rating ADES",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelRemarks",
                            "description": "Fuel remarks",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationOfDataCorrectnessNote",
                            "description": "Confirmation of data correctness note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightPicKss",
                            "description": "Pre-Flight PIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightSicKss",
                            "description": "Pre-Flight SIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightAug1Kss",
                            "description": "Pre-Flight AUG1 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightAug2Kss",
                            "description": "Pre-Flight AUG2 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightPicKss",
                            "description": "Post-Flight PIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightSicKss",
                            "description": "Post-Flight SIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightAug1Kss",
                            "description": "Post-Flight AUG1 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightAug2Kss",
                            "description": "Post-Flight AUG2 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waste",
                            "description": "Waste",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wasteNonEu",
                            "description": "Waste non EU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mailWeight",
                            "description": "Mail weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "scheduleRevisionReason",
                            "description": "Schedule revision reason",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LogsScheduleRevisionReasonNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCoverFitted",
                            "description": "Aircraft cover fitted",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCoverFittedNote",
                            "description": "Aircraft cover fitted note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rawDataTakeoff",
                            "description": "RAW DATA TKOF\/DEP is the equivalent of an aircraft approach without a flight director, but applied to takeoff.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftHandoverReport",
                            "description": "Aircraft handover report",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PilotFlyingInput",
                    "description": "Pilot take off\/landing",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "pilotTakeOff",
                            "description": "Pilot take off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotLanding",
                            "description": "Pilot landing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete pilot flying (take off and landing)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "JourneyLogPilotMonitoringInput",
                    "description": "Pilot monitoring take off\/landing",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "pilotMonitoringTakeOff",
                            "description": "Pilot monitoring take off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoringLanding",
                            "description": "Pilot monitoring landing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete pilot monitoring (take off and landing)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FloatPositive",
                    "description": "The `Float` scalar type represents signed double-precision fractional\nvalues as specified by\n[IEEE 754](http:\/\/en.wikipedia.org\/wiki\/IEEE_floating_point). ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EngineOilUpliftInput",
                    "description": "Single engine oil uplift",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftEngineNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftEngineNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "value",
                            "description": "Uplift value",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DelayCode",
                    "description": "Delay code",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EuEtsException",
                    "description": "EU ETS Exception",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO_EXCEPTION",
                            "description": "No Exception",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VIP_ONBOARD",
                            "description": "VIP onboard",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MILITARY_FLIGHT",
                            "description": "Military flight",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMMON_GOOD_FLIGHT",
                            "description": "Common good flight",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISUAL_FLIGHT_RULES",
                            "description": "Visual flight rules",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCIENTIFIC_FLIGHT",
                            "description": "Scientific flight",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PUBLIC_SERVICE",
                            "description": "Public service",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPR_BELOW_DE_MINIMIS",
                            "description": "Opr below de minimis",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Autoland",
                    "description": "List of autoland options.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SAT",
                            "description": "SAT",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNSAT",
                            "description": "UNSAT",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "open",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closed",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "OilRefilledEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "no",
                            "description": "No",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "left_engine",
                            "description": "Left hand engine",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "right_engine",
                            "description": "Right hand engine",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "both_engines",
                            "description": "Both engines",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "single_engine",
                            "description": "Single engine",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LogsScheduleRevisionReasonNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReservationMutation",
                    "description": "Node for reservation mutation",
                    "fields": [
                        {
                            "name": "createAircraftReservation",
                            "description": "Create aircraft reservation.\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftVirtualNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftVirtualNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "setNotAssignedAircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startAirport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endAirport",
                                    "description": "Used and required when status Opportunity, startAirport as default.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "title",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "activityStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ReservationStatus",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isAllowOverlapping",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "client",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ClientContactInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FileDataInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isChangingPosition",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isAvailableForCharter",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "availableForCharterOffset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimeLong",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftReservation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyAircraftReservation",
                            "description": "Modify aircraft reservation.\nRequires access to resource GRAPHQL_ACFT.\nRequires access to given reservation",
                            "args": [
                                {
                                    "name": "aircraftReservationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftVirtualNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftVirtualNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "setNotAssignedAircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TimeIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startAirport",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endAirport",
                                    "description": "Used and required when status Opportunity, startAirport as default.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "title",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "NotEmptyString",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "activityStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "ReservationStatus",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isAllowOverlapping",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "client",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ClientContactInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FileDataInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isChangingPosition",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isAvailableForCharter",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "availableForCharterOffset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimeLong",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftReservation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteAircraftReservation",
                            "description": "Delete aircraft reservation.\nRequires access to given reservation",
                            "args": [
                                {
                                    "name": "aircraftReservationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ClientContactInput",
                    "description": "Client",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "clientContact",
                            "description": "Set\/modify client",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ClientNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete client",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MaintenanceMutation",
                    "description": "Represents available mutations for maintenance object",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "maintenance_data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftMaintenanceCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "removeAircraftOnOverlappingFlights",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullAircraftMaintenanceValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aircraftMaintenanceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "maintenance_data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftMaintenanceUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "removeAircraftOnOverlappingFlights",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullAircraftMaintenanceValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aircraftMaintenanceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftReservationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteMaintenanceTagDefinition",
                            "description": "Requires access to resource GRAPHQL_MAINTENANCE_EDIT",
                            "args": [
                                {
                                    "name": "tagDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TagDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createHoldItem",
                            "description": "Requires access to resource GRAPHQL_MX_HIL_EDIT",
                            "args": [
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CreateHoldItemInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullHilValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateHoldItem",
                            "description": "Requires access to resource GRAPHQL_MX_HIL_EDIT",
                            "args": [
                                {
                                    "name": "holdItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HoldItemNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "UpdateHoldItemInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullHilValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteHoldItem",
                            "description": "Requires access to resource GRAPHQL_MX_HIL_EDIT",
                            "args": [
                                {
                                    "name": "holdItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HoldItemNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftMaintenanceCreateInput",
                    "description": "Represents data required to create aircraft maintenance.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "progressStatus",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Status",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAog",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplier",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "workOrder",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tahLimitTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tacLimit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateLimit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowFlightsOverlapping",
                            "description": "Allows other created flights overlap this maintenance",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CurrencyId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagDefinitionInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "uplift",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "usedFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullAircraftMaintenanceValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAircraftMaintenanceValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAircraftMaintenanceValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftMaintenance",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftMaintenanceUpdateInput",
                    "description": "Represents data required to create aircraft maintenance.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "progressStatus",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Status",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isConfirmed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAog",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplier",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "workOrder",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tahLimitTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tacLimit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateLimit",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowFlightsOverlapping",
                            "description": "Allows other created flights overlap this maintenance",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CurrencyId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagDefinitionInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAvailableForCharter",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "uplift",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "usedFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateHoldItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isOpen",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "melItemNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itemNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateStartUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueDateUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueTah",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueTac",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "melItemProcedurePerformed",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilMelItem",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partsOrdered",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "foundBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilEntryType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightLimitations",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HilFlightLimitation",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extensionDueDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateCorrectedUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "howAffects",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "book",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "page",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "melItemCategory",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "HilMelItemCategory",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "referenceWorkOrderTask",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "part145ReleaseToService",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "signedBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "workDoneBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "inspectedBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "techLogBook",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "techLogPage",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "correctiveActions",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partNumberOff",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNumberOff",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partNumberOn",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNumberOn",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullHilValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullHilValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullHilValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Hil",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "UpdateHoldItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isOpen",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "melItemNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itemNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateStartUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueDateUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueTah",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueTac",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "melItemProcedurePerformed",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "HilMelItem",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partsOrdered",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "foundBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "HilEntryType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightLimitations",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "HilFlightLimitation",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extensionDueDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateCorrectedUTC",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "howAffects",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "book",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "page",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "melItemCategory",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "HilMelItemCategory",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "referenceWorkOrderTask",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "part145ReleaseToService",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "signedBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "workDoneBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "inspectedBy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "techLogBook",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "techLogPage",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "correctiveActions",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partNumberOff",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNumberOff",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "partNumberOn",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNumberOn",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatchMutation",
                    "description": "Node for Flight Watch modifications",
                    "fields": [
                        {
                            "name": "modifyFlightWatch",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [
                                {
                                    "name": "flightWatchInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightWatchInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightWatch",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifySubcharterFlightWatch",
                            "description": "Add or edit subcharter quote realization leg flight watch.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT.\nRequires access to resource GRAPHQL_FLIGHT_WATCH",
                            "args": [
                                {
                                    "name": "flightWatchInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SubcharterFlightWatchInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightWatch",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightWatchInput",
                    "description": "Flight Watch input data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ctotIso",
                            "description": "CTOT (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etdIso",
                            "description": "ETD (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffIso",
                            "description": "BLOFF (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toIso",
                            "description": "T\/O (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eetIso",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etaIso",
                            "description": "ETA (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgIso",
                            "description": "LDG (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonIso",
                            "description": "BLON (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pax",
                            "description": "PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "div",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiLocationInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DelayCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": "Notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "Internal notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffFuel",
                            "description": "BLOFF fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toFuel",
                            "description": "T\/O fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgFuel",
                            "description": "LDG fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonFuel",
                            "description": "BLON fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taxi",
                            "description": "Current departure taxi time and procedure",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mpr",
                            "description": "Most penalising regulation must be valid by regex \/^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$\/",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "regCause",
                            "description": "Most penalising regulation (REGUL+) cause",
                            "type": {
                                "kind": "ENUM",
                                "name": "RegulationCauseEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ttof",
                            "description": "Target time over fix",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tobt",
                            "description": "Target off block time",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nextInformation",
                            "description": "Next information, when flight is delayed due to weather",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tsat",
                            "description": "Target Start-Up Approval Time (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adultCount",
                            "description": "Adult count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maleCount",
                            "description": "Male count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "Female count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "childCount",
                            "description": "Child count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "infantCount",
                            "description": "Infant count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggage",
                            "description": "Baggage weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mail",
                            "description": "Mail weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalLoad",
                            "description": "Total load weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiDateTimeInput",
                    "description": "Date Time input\/delete",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "dateTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiTimeInput",
                    "description": "Time input\/delete",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiLocationInput",
                    "description": "Location numerical id input\/delete",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete locationNid",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SubcharterFlightWatchInput",
                    "description": "Subcharter Flight Watch input data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationLegNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationLegNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ctotIso",
                            "description": "CTOT (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etdIso",
                            "description": "ETD (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffIso",
                            "description": "BLOFF (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toIso",
                            "description": "T\/O (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eetIso",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etaIso",
                            "description": "ETA (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgIso",
                            "description": "LDG (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonIso",
                            "description": "BLON (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pax",
                            "description": "PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "div",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiLocationInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DelayCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": "Notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "Internal notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffFuel",
                            "description": "BLOFF fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toFuel",
                            "description": "T\/O fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgFuel",
                            "description": "LDG fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonFuel",
                            "description": "BLON fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taxi",
                            "description": "Current departure taxi time and procedure",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mpr",
                            "description": "Most penalising regulation must be valid by regex \/^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$\/",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "regCause",
                            "description": "Most penalising regulation (REGUL+) cause",
                            "type": {
                                "kind": "ENUM",
                                "name": "RegulationCauseEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ttof",
                            "description": "Target time over fix",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tobt",
                            "description": "Target off block time",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nextInformation",
                            "description": "Next information, when flight is delayed due to weather",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tsat",
                            "description": "Target Start-Up Approval Time (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adultCount",
                            "description": "Adult count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maleCount",
                            "description": "Male count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "Female count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "childCount",
                            "description": "Child count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "infantCount",
                            "description": "Infant count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggage",
                            "description": "Baggage weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mail",
                            "description": "Mail weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalLoad",
                            "description": "Total load weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesMutation",
                    "description": "Represents fields available for mutating of Sales node",
                    "fields": [
                        {
                            "name": "createRequestWithWebhook",
                            "description": "Represents fields available for mutating of Sales node.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestWithWebhook",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createRequest",
                            "description": "Represents fields available for mutating of Sales node.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RequestInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createRequestFromTrip",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestFromTripInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RequestInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "deleteOperatorQuotes",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "deleteSubcharterQuotes",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editRequestWithQuotes",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestEditWithQuotesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "deletedQuotes",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "savedQuotes",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendEmailMessage",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteMessageInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeQuoteRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationLegListCreate",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationLegList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationLegCreate",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationLegListEdit",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationLegList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationLegEdit",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationLegListDelete",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationLegNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteQuoteRealizations",
                            "description": "Delete multiple quote realizations from their quote requests.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationCreateFromItinerary",
                            "description": "Add realization to quote request based on RFQ itinerary.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "addPositioning",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealizationEdit",
                            "description": "Modify quote realization.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateQuoteRealizationNotes",
                            "description": "Modify quote notes.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notes",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationNotesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setDefaultQuoting",
                            "description": "Set default quoting.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Pricing",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteRealizationTaxPrice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "taxPriceList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationTaxPriceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteRealizationAircraftPrice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftPriceList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationAircraftPriceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteRealizationAirportPrice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airportPriceList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationAirportPriceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteRealizationOtherPrice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "otherPriceList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationOtherPriceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createRechargeInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "rechargeInvoice",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RechargeInvoiceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sellerDatasetId",
                                    "description": "If not specified, the default from the operator's settings will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteInvoiceSellerDatasetId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RechargeInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createProformaInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "proformaInvoice",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ProformaInvoiceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sellerDatasetId",
                                    "description": "If not specified, the default from the operator's settings will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteInvoiceSellerDatasetId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ProformaInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateRechargeInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "rechargeInvoice",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RechargeInvoiceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RechargeInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateProformaInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "proformaInvoice",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ProformaInvoiceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ProformaInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateRechargeInvoiceIsPaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RechargeInvoiceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RechargeInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use updateRechargeInvoicePaid"
                        },
                        {
                            "name": "updateRechargeInvoicePaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RechargeInvoiceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "UpdateRechargeInvoicePaidOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateProformaInvoiceIsPaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ProformaInvoiceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ProformaInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createCreditNote",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "creditNote",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CreditNoteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sellerDatasetId",
                                    "description": "If not specified, the default from the operator's settings will be used.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteInvoiceSellerDatasetId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CreditNote",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateCreditNote",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "creditNote",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CreditNoteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedLegNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "QuoteRealizationLegNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CreditNote",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateCreditNoteIsPaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CreditNoteNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CreditNote",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "use updateCreditNotePaid"
                        },
                        {
                            "name": "updateCreditNotePaid",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "invoiceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CreditNoteNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPaid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "UpdateCreditNotePaidOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "downloadAvinodeRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "avinodeId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "integrationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntegrationAvinodeNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendConfiguredQuoteRequestMail",
                            "description": "Send quote request email.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailDataInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharter",
                            "description": "Subcharter related mutations.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterRequest",
                            "description": "Subcharter request related mutations.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterRequestMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messages",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesMessagesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFeasibilitySettings",
                            "description": "Save feasibility settings.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "settings",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SalesFeasibilitySettingInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setReadStatus",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteRequestTags",
                            "description": "Adds tags to quote request.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tags",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRequestTagInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestTag",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestTag",
                            "description": "Quote request tag mutations.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestTagMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateQuoteRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "requestedBy",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ClientNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "representative",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "RepresentativeNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "removeRepresentative",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "assignee",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "removeAssignee",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBase",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "removeOperatorBase",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "outdatedRealizations",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OutdatedRealizationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changedInOpsRealizations",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChangedInOpsRealizationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changedInJourneyLogRealizations",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChangedInJourneyLogRealizationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findAircraftInit",
                            "description": "Initialize finding aircraft to quote..\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "token",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "legs",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SalesFindAircraftLegInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setDataSharing",
                            "description": "Set quote's data sharing with buyer..\nRequires access to resource GRAPHQL_SALES_TRIP_SUMMARY_TAB_SEE",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isShared",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SalesTripSummarySetDataSharing",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setSharingSettings",
                            "description": "Set quote's sharing settings..\nRequires access to resource GRAPHQL_SALES_TRIP_SUMMARY_TAB_SEE",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sharingSettings",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TripDataSharingSettingsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "applyToRequester",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeRequestStatus",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteChangeStatusMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createAvinodeSearchTripUrl",
                            "description": "Create Avinode trip for given quote request.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "integrationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntegrationAvinodeNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "carbonOffsetDefinitions",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesCarbonOffsetDefinitionMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "prepareRequestAssigneeWithBase",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quote",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "otherPrice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OtherPriceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ferryFlight",
                            "description": "Requires access to resource GRAPHQL_SALES_FERRY_FLIGHTS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FerryFlightMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketplace",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MarketplaceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestPassengerListDownload",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestPassengerListDownloadMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteWingmanAi",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanAiQuoteMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "feeDefinitions",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FeeDefinitionsSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestWithWebhook",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "marketplace",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MarketplaceEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftRegistrationActive",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RfqItineraryInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "QuoteRequestWithWebhookRequester",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representative",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRequestWithWebhookRepresentative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acceptWebhook",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rejectWebhook",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteRequestId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MarketplaceEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AltoAerospace",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Aviapages",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Avimall",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Avinode",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CharterPad",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ExecFlyer",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FlightPartner",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "HelloJet",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Internal",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JetClass",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JetHunter",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JetManager",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JetSmarter",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Jettly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Jettogether",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Leon",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LeonOwnerApp",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Migacore",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OneSky",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PrivateFly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ReturnJet",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SBEWebsite",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Stratajet",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Victor",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestWithWebhookRequester",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "displayName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emails",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mobilePhone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "street",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ApiPhoneScalar",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestWithWebhookRepresentative",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "displayName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emails",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RequestInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "marketplace",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MarketplaceNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ClientNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representative",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RepresentativeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RfqItineraryInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "providerType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCategory",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftCategoryNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addPositioning",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTimeMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightTimeMethodEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeMode",
                            "description": "Default time mode is LT.",
                            "type": {
                                "kind": "ENUM",
                                "name": "TimeMode",
                                "ofType": null
                            },
                            "defaultValue": "LT"
                        },
                        {
                            "name": "tripEditScheme",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "TripEditScheme",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contract",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContractId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MarketplaceNid",
                    "description": "Sales marketplace numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContractId",
                    "description": "Contract identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestFromTripInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trip",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TripNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "client",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ClientNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representative",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RepresentativeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestEditWithQuotesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "marketplace",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MarketplaceNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ClientNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representative",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RepresentativeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "assignee",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "OperatorBaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mvtEmails",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotesSortMethod",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuotesSortMethod",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OperatorBaseNid",
                    "description": "Operator base numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validationPath",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationLegInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "subcharter",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationSubcharterInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CurrencyId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pricing",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationPricingInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vat",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteRoundedTo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "checklist",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChecklistItemInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationNotesInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mySkyQuoteUsedToken",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationLegInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationLegNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteRequestLegId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestLegIdDeletable",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validationPath",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timesTBA",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "QuotePaxListInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "checklist",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChecklistItemInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationLegNotesInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handling",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "HandlinghInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFuelStop",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "subcharterFlightNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CargoInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFlightTimeCalculatedByFallbackMethod",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRequestLegIdDeletable",
                    "description": "Quote request Leg identifier. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuotePaxListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferry",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxContactList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PassengerContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxText",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxAnimalNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxContactAnimalList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PassengerContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationLegNotesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "salesNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "customerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "HandlinghInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adepHandler",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesHandler",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cateringSupplier",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AptdirSupplierNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cateringHandler",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepPaxTransportSupplier",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AptdirSupplierNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepPaxTransportHandler",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesPaxTransportSupplier",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AptdirSupplierNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesPaxTransportHandler",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "handlerNid",
                    "description": "Handler numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AptdirSupplierNid",
                    "description": "Supplier numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationSubcharterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationSubcharterNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCategory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftCategoryNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftTypeLabel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "doctor",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paramedic",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "owner",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishmentInterior",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "manufactureYear",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewPhone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommissionCurrency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoDesignator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationSubcharterFileInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documents",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SubcharterDocumentInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "amenities",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SubcharterAmenitiesInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safetyRatings",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SubcharterSafetyRatingsInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationSubcharterNid",
                    "description": "Quote Realization Subcharter numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationSubcharterFileInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "path",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SubcharterDocumentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "SubcharterDocumentNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expiryDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDeleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "fileUpload",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "filePath",
                            "description": "Use when you want to set an existing leon file.",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "FilePathInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SubcharterAmenitiesInput",
                    "description": "Represents single subcharter amenities",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "smoking",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifi",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifiType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesWifi",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifiCost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinWidth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinLength",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinHeight",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinVolume",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggageCapacity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toilet",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesToilet",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pets",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airConditioning",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airShow",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "warmingOven",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cdPlayer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "convectionOven",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tvMonitors",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dvdPlayer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "espressoMachine",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggageCompartment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "numberOfStandardSizeBags",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sleepingConfiguration",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SubcharterSafetyRatingsInput",
                    "description": "Represents single safety rating",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "standard",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationPricingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftPrices",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationAircraftPriceInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luaAircraftPrices",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteRealizationLuaAircraftPriceInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportPrices",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationAirportPriceInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taxPrices",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationTaxPriceInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherPrices",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteRealizationOtherPriceInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftPriceListNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftPriceListNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportPriceListNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportPriceListNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftPriceFeeQuotationMethodEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pricingMargin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationAircraftPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationAircraftPriceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "quoteRealizationAircraftPriceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantityType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftDefinitionId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftPriceFeeId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sumBehavior",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeBehaviorEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "priceType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeePriceTypeEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "carbonOffsetDefinition",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteCarbonOffsetDefinitionId",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "quoteRealizationAircraftPriceNid",
                    "description": "Quote Realization Aircraft Price numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftPriceFeeId",
                    "description": "Aircraft Price Fee string identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteCarbonOffsetDefinitionId",
                    "description": "Carbon offset definition identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationLuaAircraftPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationLuaAircraftPriceNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationLuaAircraftPriceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantity",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantityType",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luaDefinitionId",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "OperatorLuaAcftPriceFeeId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sumBehavior",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeBehaviorEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationLuaAircraftPriceNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "OperatorLuaAcftPriceFeeId",
                    "description": "Operator Lua Aircraft Price Fee string identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationAirportPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationAirportPriceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationAirportPriceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantityType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportDefinitionId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportPriceIdFee",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airports",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportSubPriceInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationAirportPriceNid",
                    "description": "Quote Realization Airport Price numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AirportPriceIdFee",
                    "description": "Airport Price Fee string identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportSubPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationAirportSubPriceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationAirportSubPriceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationAirportSubPriceNid",
                    "description": "Quote Realization Airport Sub Price numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationTaxPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationTaxPriceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationTaxPriceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quantityType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteStatUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "definitionId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationTaxPriceNid",
                    "description": "Quote Realization Tax Price numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationOtherPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationOtherPriceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationOtherPriceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "group",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationOtherPriceGroupInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRealizationOtherPriceNid",
                    "description": "Quote Realization Other Price numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationOtherPriceGroupInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationNotesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "legalNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "customerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullQuoteRequestValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRequestValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullQuoteRequestValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteMessageInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "to",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiMultiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bcc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fromLabel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "replyTo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "subject",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isHtmlContentType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "quoteRequest",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteMessageAttachmentInputType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteMessageAttachmentInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "url",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationLegCreate",
                    "description": "Data for create single Realization Leg",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adep",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stdLt",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "staLt",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "QuoteRealizationLegPassengerListInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timesTba",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFuelStop",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationLegPassengerListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "ferry",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxAnimalNumber",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "0"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationLegEdit",
                    "description": "Data for edit single Realization Leg",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationLegNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stdLt",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "staLt",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationLegPassengerListInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timesTba",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFuelStop",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RechargeInvoiceInput",
                    "description": "Recharge invoice",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RechargeInvoiceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "items",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RechargeInvoiceItemInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesBuyerInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sellDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPaid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "closed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RechargeInvoiceNid",
                    "description": "Recharge invoice numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RechargeInvoiceItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RechargeInvoiceItemNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatValue",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesVatInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "net",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gross",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RechargeInvoiceItemNid",
                    "description": "Recharge invoice item numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ProformaInvoiceInput",
                    "description": "Proforma invoice",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ProformaInvoiceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "items",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ProformaInvoiceItemInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesBuyerInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sellDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPaid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "closed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ProformaInvoiceNid",
                    "description": "Proforma invoice numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ProformaInvoiceItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ProformaInvoiceItemNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatValue",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesVatInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "net",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gross",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ProformaInvoiceItemNid",
                    "description": "Proforma invoice item numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "UpdateRechargeInvoicePaidOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullRechargeInvoiceValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "UpdateRechargeInvoicePaidViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullRechargeInvoiceValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "RechargeInvoice",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateRechargeInvoicePaidViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "UpdateRechargeInvoicePaidViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateRechargeInvoicePaidViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UpdateRechargeInvoicePaidViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "UpdateRechargeInvoicePaidViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CreditNoteInput",
                    "description": "Credit note",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CreditNoteNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "items",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CreditNoteItemInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesBuyerInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sellDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "issueDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "invoiceNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPaid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "closed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tags",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CreditNoteNid",
                    "description": "Credit note numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CreditNoteItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CreditNoteItemNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatValue",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SalesVatInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "net",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gross",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CreditNoteItemNid",
                    "description": "Credit note item numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "UpdateCreditNotePaidOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCreditNoteValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "UpdateCreditNotePaidViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCreditNoteValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CreditNote",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateCreditNotePaidViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "UpdateCreditNotePaidViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateCreditNotePaidViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UpdateCreditNotePaidViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "UpdateCreditNotePaidViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EmailDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "to",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiMultiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bcc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fromLabel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "replyTo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "subject",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isHtmlContentType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "filesAttachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteMessageAttachmentInputType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentsAttachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterMutation",
                    "description": "Represents fields available for mutating of subcharter",
                    "fields": [
                        {
                            "name": "sendSubcharterEmail",
                            "description": "Send email message for subcharter",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterQuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailDataInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setPassengerListSharing",
                            "description": "",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterQuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isShared",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "services",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterServicesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterFilesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterServicesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setCatering",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "supplierNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AptdirSupplierNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "handlerNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "handlerNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterService",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteCatering",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setPaxTransportAdep",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "supplierNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AptdirSupplierNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "handlerNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "handlerNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterService",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletePaxTransportAdep",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setPaxTransportAdes",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "supplierNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AptdirSupplierNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "handlerNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "handlerNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SubcharterService",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletePaxTransportAdes",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendSubcharterEmail",
                            "description": "Send email message for subcharter service",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "serviceType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubcharterServiceEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SubcharterServiceEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "catering",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdep",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxTransportAdes",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterFilesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "refreshBrokenFiles",
                            "description": "Tries to refresh photos from external services (e.g. Avinode)",
                            "args": [
                                {
                                    "name": "quote",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterQuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationSubcharterValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullQuoteRealizationSubcharterValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRealizationSubcharterValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullQuoteRealizationSubcharterValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationSubcharter",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterRequestMutation",
                    "description": "Represents fields available for mutating of subcharter request",
                    "fields": [
                        {
                            "name": "replyToAvinode",
                            "description": "Reply to operator assigned to subcharter request from Avinode",
                            "args": [
                                {
                                    "name": "subcharterRequestNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SubcharterAvinodeMessageInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyToMarketplace",
                            "description": "Reply to operator assigned to subcharter request from Marketplace",
                            "args": [
                                {
                                    "name": "subcharterRequestNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SubcharterRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "MarketplaceMessageInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SubcharterAvinodeMessageInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "MarketplaceMessageInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalServiceMessageAttachmentInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalServiceMessageAttachmentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentTemplateNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "url",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "resourceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesMessagesMutation",
                    "description": "Represents fields available for mutating of Sales messages node",
                    "fields": [
                        {
                            "name": "modifyQuoteRequestMessage",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "message",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyToRequester",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "message",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replyToRequesterWithAttachments",
                            "description": "Reply to requester with attachments.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "MarketplaceMessageInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteLegNids",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationLegNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "trNids",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "TrNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createInternalMessage",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "message",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "asRequester",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "QuoteRequestMessageNid",
                    "description": "Quote Request Message numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SalesFeasibilitySettingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "validationId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestTagInput",
                    "description": "Quote request tag",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestTagMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createOrUpdate",
                            "description": "",
                            "args": [
                                {
                                    "name": "tag",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestTagInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestTag",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "tagNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TagDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OutdatedRealizationMutation",
                    "description": "Operation related with outdated realization",
                    "fields": [
                        {
                            "name": "accept",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "regenerate",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createNew",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChangedInOpsRealizationMutation",
                    "description": "Operations related with realization itinerary changed in OPS",
                    "fields": [
                        {
                            "name": "ignore",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "recalculatePrice",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "true"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChangedInJourneyLogRealizationMutation",
                    "description": "Operations related with realization itinerary changed in JourneyLog",
                    "fields": [
                        {
                            "name": "ignore",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "\nPossible violation list: QUOTE_REALIZATION_NOT_CHANGED_IN_JOURNEY_LOG",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IgnoreOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "\nPossible violation list: QUOTE_REALIZATION_NOT_CHANGED_IN_JOURNEY_LOG",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "recalculatePrice",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "UpdateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IgnoreOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRealizationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IgnoreViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullQuoteRealizationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IgnoreViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IgnoreViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IgnoreViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IgnoreViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IgnoreViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QUOTE_REALIZATION_NOT_CHANGED_IN_JOURNEY_LOG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "UpdateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRealizationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "UpdateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "UpdateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UpdateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UpdateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "UpdateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QUOTE_REALIZATION_NOT_CHANGED_IN_JOURNEY_LOG",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SalesFindAircraftLegInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SalesTripSummarySetDataSharing",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NO",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YES",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "YES_AND_FUTURE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TripDataSharingSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "isTripSharingActive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isHandlingShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCrewShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isOverflightPermitsShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isSlotsShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPprShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isCateringShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFerryLegsShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAircraftShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPassengerListShared",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteChangeStatusMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setAsNew",
                            "description": "",
                            "args": [
                                {
                                    "name": "requestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteListAsQuoted",
                            "description": "List cannot be empty",
                            "args": [
                                {
                                    "name": "realizationList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsBook",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "commercial",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "QuoteCommercialEnumType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setApprovalList",
                            "description": "List cannot be empty",
                            "args": [
                                {
                                    "name": "quoteNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsOption",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dueDate",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "commercial",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "QuoteCommercialEnumType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsContract",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dueDate",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldCreateTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsOpportunity",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "commercial",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "QuoteCommercialEnumType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsBrief",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsBriefAndUpdateChecklist",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationLegNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationLegNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsDone",
                            "description": "",
                            "args": [
                                {
                                    "name": "requestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsRejected",
                            "description": "",
                            "args": [
                                {
                                    "name": "requestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRealizationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsCanceled",
                            "description": "",
                            "args": [
                                {
                                    "name": "requestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRealizationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAvinodeAccept",
                            "description": "Send quote accept message to external service.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAvinodeContract",
                            "description": "Send quote accept message to external service.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteChangeStatusAvinodeContractInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAvinodeReject",
                            "description": "Send quote reject message to external service.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "requestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAvinodeCancel",
                            "description": "Send quote cancel message to external service.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMarketplaceAccept",
                            "description": "Send quote accept message to Leon Marketplace.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMarketplaceReject",
                            "description": "Send quote reject message to Leon Marketplace.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMarketplaceCancel",
                            "description": "Send quote cancel message to Leon Marketplace.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setWebhookAccept",
                            "description": "Send quote accept message to external webhook.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setWebhookReject",
                            "description": "Send quote reject message to external service.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setWebhookCancel",
                            "description": "Send quote cancel message to external service.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteCancellationReason",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "QuoteCancellationReasonInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripDeletionNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteRequestListReject",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRequestNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullQuoteRealizationValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteRealizationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteCancellationReasonInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "canceledBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestRejectCanceledByEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cancellationReason",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalServiceMessageInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalServiceMessageAttachmentInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteChangeStatusAvinodeContractInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRealizationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteLegNids",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalServiceMessageAttachmentInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesCarbonOffsetDefinitionMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "putListForQuoteRealization",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "definitionList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SalesCarbonOffsetDefinitionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRealizationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SalesCarbonOffsetDefinitionInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CurrencyId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weight",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "WeightWithUnitInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "WeightWithUnitInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "amount",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weightUnit",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnitWithT",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteTripMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setUsed",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteSetUsedInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteTripMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateTrip",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteTripUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteTrip",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteTripDeleteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteTripUpdateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quote",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteTripDeleteInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quote",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "disconnectTripFromQuote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deletionNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteSetUsedInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quote",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OtherPriceMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "upsertExternal",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "otherPriceList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "QuoteRealizationOtherPriceExternalInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationOtherPrice",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteByQuoteRealizationAndExternalIdList",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "externalIdList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationOtherPriceExternalInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "group",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "QuoteRealizationOtherPriceGroupInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "pricing",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FerryFlightPricingMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricingMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createOrUpdate",
                            "description": "",
                            "args": [
                                {
                                    "name": "ferryFlightPricing",
                                    "description": "\nPossible violation list: FERRY_FLIGHT_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FerryFlightPricingInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FerryFlightPricingMutationCreateOrUpdateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "ferryFlightPricingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FerryFlightPricingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FerryFlightPricingMutationDeleteOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FerryFlightPricingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CurrencyId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FerryFlightPricingMutationCreateOrUpdateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullFerryFlightPricingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "FerryFlightPricingMutationCreateOrUpdateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullFerryFlightPricingValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FerryFlightPricing",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricingMutationCreateOrUpdateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FerryFlightPricingMutationCreateOrUpdateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricingMutationCreateOrUpdateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FerryFlightPricingMutationCreateOrUpdateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FerryFlightPricingMutationCreateOrUpdateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FERRY_FLIGHT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FerryFlightPricingId",
                    "description": "Ferry flight pricing ID",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FerryFlightPricingMutationDeleteOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "FerryFlightPricingMutationDeleteViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricingMutationDeleteViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FerryFlightPricingMutationDeleteViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FerryFlightPricingMutationDeleteViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FerryFlightPricingMutationDeleteViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FerryFlightPricingMutationDeleteViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MarketplaceMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "leon",
                            "description": "For internal use by Leon Marketplace only.\nRequires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LeonMarketplaceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonMarketplaceMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "requestAircraftForQuoteRequest",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftIdList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "message",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullIDValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestAircraftForItinerary",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceRequestAircraftForItineraryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestAmbulanceAircraftForItinerary",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LeonMarketplaceRequestAmbulanceForItineraryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blockRequester",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullIDValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullIDValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullIDValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceRequestAircraftForItineraryInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "itineraryData",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LeonMarketplaceTripRequestItineraryInputType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ClientNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryFlightIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LeonMarketplaceRequestAmbulanceForItineraryInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "itineraryData",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LeonMarketplaceAmbulanceItineraryInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ClientNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "LeonMarketplaceAircraftId",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LeonMarketplaceAircraftId",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestPassengerListDownloadMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanAiQuoteMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "startQuoteFlightFeasibilityCheck",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponseValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullQuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponseValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullQuoteAiFlightFeasibilityCheckIncompleteThreadMessageResponseValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FeeDefinitionsSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftFeeDefinitionsSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFeeDefinitionsSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "lua",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftFeeLuaMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFeeLuaMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR,TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftFeeLuaCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CreateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "\nPossible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR,IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftFeeLuaUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AircraftFeeLuaMutationUpdateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftFeeLuaCreateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "\nPossible violation list: IS_BLANK_ERROR,TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luaScript",
                            "description": "\nPossible violation list: IS_BLANK_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CreateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAircraftFeeLuaDefinitionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CreateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAircraftFeeLuaDefinitionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftFeeLuaDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFeeLuaDefinition",
                    "description": "",
                    "fields": [
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luaScript",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CreateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CreateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_SHORT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LONG_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftFeeLuaUpdateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "operatorLuaAcftPriceFee",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "OperatorLuaAcftPriceFeeId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "\nPossible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "luaScript",
                            "description": "\nPossible violation list: IS_BLANK_ERROR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AircraftFeeLuaMutationUpdateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAircraftFeeLuaDefinitionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AircraftFeeLuaMutationUpdateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFeeLuaMutationUpdateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftFeeLuaMutationUpdateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftFeeLuaMutationUpdateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftFeeLuaMutationUpdateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftFeeLuaMutationUpdateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_SHORT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LONG_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createQuoteRequest",
                            "description": "Requires access to resource GRAPHQL_OWNER_APP",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OwnerAppQuoteRequestInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "message",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateQuoteRequest",
                            "description": "Requires access to resource GRAPHQL_OWNER_APP",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OwnerAppQuoteRequestInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerAppContactMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OwnerAppQuoteRequestInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itinerary",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OwnerAppQuoteRequestLegInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OwnerAppQuoteRequestLegInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestLegNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "QuotePaxListInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerAppContactMutation",
                    "description": "Node for Owner App contact mutations",
                    "fields": [
                        {
                            "name": "createContact",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contact",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactCreateInput",
                    "description": "Data for creating contact",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "animal",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weight",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ContactWeightInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passportList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PassportInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NationalIdInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vaccinationList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactVaccinationInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactWeightInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "value",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "unit",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ContactWeightUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassportInput",
                    "description": "Data for creating a passport, must be used in context of some contact",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryGroupList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryGroupCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DefaultTravelDocumentCountryCriteriaInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DefaultTravelDocumentCountryGroupCriteriaInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countryGroup",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryGroupNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CountryGroupNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "NationalIdInput",
                    "description": "Data for creating a national id, must be used in context of some contact",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nationalIdExternalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NationalIdNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "NationalIdDocumentType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryGroupList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryGroupCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "scanPathList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FilePathInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactVaccinationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "vaccinationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "VaccinationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "disease",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Disease",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOf1stDose",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOf2ndDose",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOf3rdDose",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOf4thDose",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOf5thDose",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "scanList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FilePathInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "filesUpload",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesAppMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "avinode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesAppAvinodeMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesAppQuoteRequestMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesAppAvinodeMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "acceptRealizations",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rejectRealizations",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "messagesList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalServiceMessageInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "shouldDeleteTrip",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "true"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesAppQuoteRequestMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "changeStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesAppQuoteRequestChangeStatusMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRealization",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesAppQuoteRealizationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesAppQuoteRequestChangeStatusMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setAsNew",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setQuoteListAsQuoted",
                            "description": "List cannot be empty",
                            "args": [
                                {
                                    "name": "realizationList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsOpportunity",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsApproval",
                            "description": "List cannot be empty",
                            "args": [
                                {
                                    "name": "realizationList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsOption",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsContract",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsBook",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsInvoice",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsBrief",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsDone",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsReject",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRealizationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAsCancel",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "quoteRealizationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRealizationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesAppQuoteRealizationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createSubcharterQuoteRealization",
                            "description": "Add subcharter realization to quote request based on RFQ itinerary",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "subcharter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationSubcharterCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateQuoteRealizationSubcharter",
                            "description": "",
                            "args": [
                                {
                                    "name": "subcharter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationSubcharterUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationSubcharter",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationSubcharterCreateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCategory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftCategoryNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftTypeLabel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "doctor",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paramedic",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "owner",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishmentInterior",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "manufactureYear",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewPhone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommissionCurrency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoDesignator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationSubcharterFileInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documents",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SubcharterDocumentInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "amenities",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SubcharterAmenitiesInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safetyRatings",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SubcharterSafetyRatingsInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRealizationSubcharterUpdateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationSubcharterNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCategory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftCategoryNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftTypeLabel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "captain2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "doctor",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paramedic",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstOfficer2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "owner",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishmentInterior",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "manufactureYear",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cancellationPolicy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewPhone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommission",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thirdPartyCommissionCurrency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoDesignator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRealizationSubcharterFileInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documents",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SubcharterDocumentInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "amenities",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SubcharterAmenitiesInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safetyRatings",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SubcharterSafetyRatingsInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistMutation",
                    "description": "Node for checklist mutation",
                    "fields": [
                        {
                            "name": "restoreArchived",
                            "description": "Restore archived checklist.\nRequires access to resource GRAPHQL_CHECKLIST_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addOrUpdateOpsItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addOrUpdateSalesItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addOrUpdateFlightCareItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeOpsItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ChecklistDefinitionNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeSalesItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ChecklistDefinitionNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeFlightCareItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ChecklistDefinitionNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsItemStatusUpdate",
                            "description": "Update OPS checklist item status.\nRequires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesItemStatusUpdate",
                            "description": "Update SALES checklist item status.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCareItemStatusUpdate",
                            "description": "Update FLIGHT CARE checklist item status.\nRequires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioningItemStatusUpdate",
                            "description": "Update positioning checklist item status.\nRequires access to resource GRAPHQL_POSITIONING_EDIT",
                            "args": [
                                {
                                    "name": "positioningNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesSetFlightBriefSentForQuoteLegs",
                            "description": "Update SALES flight brief checklist item status to sent for quote realization legs.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.\nRequires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "QuoteRealizationLegNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRealizationLeg",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesItemStatusUpdateForQuoteLeg",
                            "description": "Update SALES checklist item status for quote realization leg.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesItemCreateForQuoteLeg",
                            "description": "Create SALES checklist item for quote realization leg.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateOpsItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateSalesItems",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addFilesToSalesItem",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistDefinition",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistFileType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addFilesToOpsItem",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistDefinition",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistFileType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "opsItemNoteUpdate",
                            "description": "Update OPS checklist item note.\nRequires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesItemNoteUpdate",
                            "description": "Update SALES checklist item note.\nRequires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesItemNoteUpdateForQuoteLeg",
                            "description": "Update SALES checklist item note for quote realization leg.\nRequires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "quoteRealizationLegNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uploadFuelReleaseFiles",
                            "description": "Will add Fuel release item to checklist if not present.\nRequires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistFileType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFuelReleaseFiles",
                            "description": "Requires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": "Files names to delete",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeFuelReleaseStatus",
                            "description": "Will add Fuel release item to checklist if not present.\nRequires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistStatusId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "ChecklistMutationChangeFuelReleaseStatusOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFuelReleaseLinks",
                            "description": "Will add Fuel release item to checklist if not present.\nRequires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "links",
                                    "description": "\nPossible violation list: LINK_HTTPS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemLinkInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetFuelReleaseLinksOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFuelReleaseLinks",
                            "description": "Delete assigned links.\nRequires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "links",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DeleteFuelReleaseLinksOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendFlightEmail",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "additionalFlightReceivers",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "FlightChecklistEmailReceiverType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendTripEmail",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "additionalTripReceivers",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "TripChecklistEmailReceiverType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMessageReadStatus",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_MESSAGES_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistFileType",
                    "description": "Represents single Checklist file",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "content",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Upload",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "ChecklistMutationChangeFuelReleaseStatusOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ChecklistMutationChangeFuelReleaseStatusViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistMutationChangeFuelReleaseStatusViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ChecklistMutationChangeFuelReleaseStatusViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistMutationChangeFuelReleaseStatusViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistMutationChangeFuelReleaseStatusViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ChecklistMutationChangeFuelReleaseStatusViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "WRONG_CHECKLIST_ITEM_STATUS_CODE_FOR_OPERATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistItemLinkInput",
                    "description": "Checklist item link input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "url",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetFuelReleaseLinksOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetFuelReleaseLinksViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetFuelReleaseLinksViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetFuelReleaseLinksViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetFuelReleaseLinksViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetFuelReleaseLinksViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetFuelReleaseLinksViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LINK_HTTPS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DeleteFuelReleaseLinksOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DeleteFuelReleaseLinksViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "DeleteFuelReleaseLinksViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DeleteFuelReleaseLinksViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DeleteFuelReleaseLinksViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DeleteFuelReleaseLinksViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DeleteFuelReleaseLinksViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LINK_NAME_DONT_EXISTS_FOR_ITEM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessTokenMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires user to be authenticated using one of the following identity types: user session",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AccessToken",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "prolong",
                            "description": "Requires user to be authenticated using one of the following identity types: user session.\nRequires access token to belong to authenticated user",
                            "args": [
                                {
                                    "name": "accessToken",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullAccessTokenValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logoutOAuth",
                            "description": "Requires user to be authenticated using one of the following identity types: user access token",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessToken",
                    "description": "Represents single access token",
                    "fields": [
                        {
                            "name": "token",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expires",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullAccessTokenValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAccessTokenValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAccessTokenValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AccessToken",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PhonebookMutation",
                    "description": "Represents fields available for mutating contacts from Phonebook",
                    "fields": [
                        {
                            "name": "importPaxFromExcel",
                            "description": "Requires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "ListOfNonNullIntValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyCreate",
                            "description": "Create company contact..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "company",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PhonebookCompanyCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "companyUpdate",
                            "description": "Update company contact..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "company",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PhonebookCompanyUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personCreate",
                            "description": "Create person contact..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "person",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PhonebookPersonCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "personUpdate",
                            "description": "Update person contact..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "person",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PhonebookPersonUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteContact",
                            "description": "Delete (deactivate) contact if possible..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permanentlyDeleteContact",
                            "description": "Permanently delete & anonymize data if possible. THIS ACTION IS IRREVERSIBLE.\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restoreContact",
                            "description": "Restore contact if possible..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uploadContactFiles",
                            "description": "Upload files for contact..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeUploadedContactFile",
                            "description": "Remove uploaded file for contact..\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [
                                {
                                    "name": "fileId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FileId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "ListOfNonNullIntValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "ListOfNonNullIntValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ListOfNonNullIntValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookCompanyCreateInput",
                    "description": "Represents company input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lang",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LanguageNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salutation",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remarks",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailBilling",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "avinodeIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "BaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactOperatorBases",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookPreferredHandlerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAccount",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "account",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalAccounts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categoryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactCategoryNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripDataSharingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "TripDataSharingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactOtherSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesforceId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactAddressInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactPhoneInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactEmailInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "createAccountContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookCreateAccountAssignedContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fillAsAccountInContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactDetails",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactPayment",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPaymentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactAccountingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contracts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContractInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripTypeDeletable",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactQuoteSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LabelInput",
                    "description": "Label input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LabelNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookPreferredHandlerInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "airportNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlerNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "handlerNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactOtherSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "receiveMvtMessages",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "newsletter",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        },
                        {
                            "name": "neverDeleteAutomatically",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactAddressInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contactAddressNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContactAddressNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactPhoneInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "predefinedName",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ContactPredefinedPhoneNameEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactEmailInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "predefinedName",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ContactPredefinedEmailName",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookCreateAccountAssignedContactInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactDetailsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "preferredCommunicationMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PreferredCommunicationMethod",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactCommission",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactCommissionInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactPercentCommission",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPercentCommissionInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteRecipients",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isProvider",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteCostBasedTotalPriceUpdateMode",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ContactQuoteCostBasedTotalPriceUpdateModeEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotePriceRoundTo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DecimalDeletable",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactCommissionInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CurrencyId",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactPercentCommissionInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "percent",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactPaymentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "paymentType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PaymentType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paymentCurrency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Currency",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paymentConditions",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paymentMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PaymentMethod",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Currency",
                    "description": "Currency identifier. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactAccountingSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "costCentre",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "projectNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContractInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContractId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateFrom",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateTo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockHours",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TripTypeDeletable",
                    "description": "A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactQuoteSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "calculateTaxes",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ContactCalculateTaxes",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullContactValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullContactValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullContactValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookCompanyUpdateInput",
                    "description": "Represents company input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "companyNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactCompanyNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lang",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LanguageNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salutation",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remarks",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailBilling",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "avinodeIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "BaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactOperatorBases",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookPreferredHandlerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAccount",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "account",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalAccounts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categoryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactCategoryNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripDataSharingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "TripDataSharingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactOtherSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesforceId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactAddressInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactPhoneInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactEmailInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "createAccountContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookCreateAccountAssignedContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fillAsAccountInContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactDetails",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactPayment",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPaymentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactAccountingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contracts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContractInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripTypeDeletable",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactQuoteSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactCompanyNid",
                    "description": "Company contact numerical identifier. A \"null\" as string will clear the resource.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookPersonCreateInput",
                    "description": "Represents person input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weight",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ContactWeightInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "jobTitle",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfBirthCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remarks",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "avinodeIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lang",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LanguageNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salutation",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailBilling",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "BaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactOperatorBases",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookPreferredHandlerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAnimal",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAccount",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "account",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalAccounts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "personalAssistant",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContactNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categoryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactCategoryNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documents",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactDocumentsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactInfo",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ContactInfoInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripDataSharingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "TripDataSharingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactOtherSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesforceId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactAddressInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactPhoneInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactEmailInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isRepresentative",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "createAccountContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookCreateAccountAssignedContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fillAsAccountInContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactDetails",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "personDetails",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPersonDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactPayment",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPaymentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactAccountingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contracts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContractInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripTypeDeletable",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactQuoteSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactDocumentsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "passportList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookPassportCreateInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NationalIdInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vaccinationList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactVaccinationInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookPassportCreateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryGroupList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryGroupCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "visaList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookPassportVisaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "unavailable",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookPassportVisaInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "VisaNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isSchengen",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isMultiEntry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxNoOfEntries",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noOfEntries",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportVisaTypeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "VisaNidScalar",
                    "description": "Leon identifier of visa",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassportVisaTypeNid",
                    "description": "Visa type numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactInfoInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "favouriteDishes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "favouriteDrinks",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "likeNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dislikeNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "importantNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookContactPersonDetailsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "isRestrictedForFlying",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nextOfKin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEmployeeStatusControl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "socialSecurityNumber",
                            "description": "Social security number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PhonebookPersonUpdateInput",
                    "description": "Represents person input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "personNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactPersonNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weight",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ContactWeightInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "jobTitle",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfBirthCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vatNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remarks",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "labelList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "avinodeIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lang",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LanguageNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salutation",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailWork2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailBilling",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "BaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactOperatorBases",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookPreferredHandlerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAnimal",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isAccount",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "account",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalAccounts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AccountNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "personalAssistant",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContactNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categoryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactCategoryNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documents",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactDocumentsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactInfo",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ContactInfoInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripDataSharingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "TripDataSharingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactOtherSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesforceId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactAddressInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactPhoneInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactEmailInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isRepresentative",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "debitorNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "createAccountContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PhonebookCreateAccountAssignedContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fillAsAccountInContacts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactDetails",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "personDetails",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPersonDetailsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contactPayment",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactPaymentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountingSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactAccountingSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contracts",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContractInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripTypeDeletable",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PhonebookContactQuoteSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ContactPersonNid",
                    "description": "Person contact numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FileId",
                    "description": "File identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contact",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use PhonebookMutation.personCreate for creating person contacts"
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_CONTACT.\nCannot edit special contacts",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "contact",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use PhonebookMutation.personUpdate for updating person contacts"
                        },
                        {
                            "name": "permanentlyDelete",
                            "description": "Requires access to resource CONTACT_DELETE_PERMANENTLY.\nCannot edit special contacts",
                            "args": [
                                {
                                    "name": "contactNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ContactNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "Label related mutations",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactLabelMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "merge",
                            "description": "Merges contacts into single one",
                            "args": [
                                {
                                    "name": "targetContactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "contactNidListToMerge",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ContactNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteMultiple",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNidListToDelete",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ContactNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permanentlyDeleteMultiple",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNidListToDelete",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ContactNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mask",
                            "description": "Requires access to resource CONTACT_MASK",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactMaskMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "Passport related mutations.\nRequires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactPassportMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateByExternalId",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "contactExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactExternalId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "contact",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ContactUpdateInput",
                    "description": "Data for updating an existing contact",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "animal",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passportList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PassportInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vaccinationList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ContactVaccinationInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NationalIdInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactLabelMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createOrUpdate",
                            "description": "Requires access to resource GRAPHQL_CONTACT",
                            "args": [
                                {
                                    "name": "label",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LabelInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Label",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "labelNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LabelNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactMaskMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "unmaskContact",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactPassportMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passport",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassportInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_LOGIN",
                            "args": [
                                {
                                    "name": "passportNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passport",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassportUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PassportOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "passportNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassportUpdateInput",
                    "description": "Data for updating a passport.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultByCountryGroupList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DefaultTravelDocumentCountryGroupCriteriaInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IataMessagesMutation",
                    "description": "IATA messages mutation",
                    "fields": [
                        {
                            "name": "setSsimSettings",
                            "description": "Set all SSIM settings and deletes old one.\nRequires access to resource SSIM_EDIT",
                            "args": [
                                {
                                    "name": "ssimSettingsList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SsimSettingInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SsimSetting",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendSsimMessage",
                            "description": "Send SSIM message.\nRequires access to resource SSIM_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "systemType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SsimSystemType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "action",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AsmAction",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IataMessageType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "message",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setIataSettings",
                            "description": "Requires access to resource SSIM_EDIT",
                            "args": [
                                {
                                    "name": "customDeiList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "IataSettingCustomDeiInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IataSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SsimSettingInput",
                    "description": "SSIM setting input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "systemType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SsimSystemType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sendDaysAhead",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoTypes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripTypes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "includeFerry",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailReplyTo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailTo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "formatScenario",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataFormatScenario",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sendAutomatically",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileTransport",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "SsimSettingFileTransportInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asmFlightNoStartsWith",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asmTimeMode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TimeMode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asmThresholdHours",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SsimSettingFileTransportInput",
                    "description": "SSIM setting file transport input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "protocolType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "SsimProtocolType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "host",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "port",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "user",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "password",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "directory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "IataSettingCustomDeiInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "deiNumber",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IataDeiFreeFormatNumber",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dataElement",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DeiDataElement",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportMutation",
                    "description": "Node for airport mutation",
                    "fields": [
                        {
                            "name": "updateNotes",
                            "description": "update airport notes",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notes",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportNotesUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAirportCategory",
                            "description": "set airport category",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "category",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportCategoryInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCategoryResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAirportCategoryForAircraft",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "category",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportCategoryForAircraftInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportCategoryForAircraftResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAirportCategoriesForAirports",
                            "description": "",
                            "args": [
                                {
                                    "name": "airports",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AirportCategoriesInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportNotesUpdateInput",
                    "description": "Data for updating an existing airport notes",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "pilot",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryPax",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportCategoryInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "categoryName",
                            "description": "Airport category",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "variant",
                            "description": "Airport category variant",
                            "type": {
                                "kind": "ENUM",
                                "name": "AirportCategoryVariantEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportCategoryResult",
                    "description": "Result of setting airport category",
                    "fields": [
                        {
                            "name": "airportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AirportCategoryVariantEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportCategoryForAircraftInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftTypeId",
                            "description": "Aircraft type ID",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftTypeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categoryName",
                            "description": "Airport category",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "variant",
                            "description": "Airport category variant",
                            "type": {
                                "kind": "ENUM",
                                "name": "AirportCategoryVariantEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "categoryExpiryDate",
                            "description": "Category expiry date",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportCategoryForAircraftResult",
                    "description": "Result of setting airport category for specific aircraft type",
                    "fields": [
                        {
                            "name": "airportCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftTypeId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportCategoryEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "variant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "AirportCategoryVariantEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "categoryExpiryDate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportCategoriesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "airportCode",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "category",
                            "description": "General airport category",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AirportCategoryInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCategories",
                            "description": "Categories for specific aircraft types",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AirportCategoryForAircraftInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelMutation",
                    "description": "Represents fields available for mutating of fuel",
                    "fields": [
                        {
                            "name": "setAutoFavourite",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SetFuelAutoFavouriteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeAutoFavourite",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RemoveFuelAutoFavouriteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setGlobalFavourite",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FuelGlobalFavouriteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeGlobalFavourite",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FuelGlobalFavouriteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAmount",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelAmount",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FuelAmountUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelAmount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "markFuelRequestedInChecklist",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendFuelOrder",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPriceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FuelPriceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFuelOrderMessageReadStatus",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPriceNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FuelPriceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SetFuelAutoFavouriteInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftNids",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aviationCardNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AviationCardNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RemoveFuelAutoFavouriteInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftNids",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aviationCardNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AviationCardNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FuelGlobalFavouriteInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aviationCardNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AviationCardNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FuelAmountUpdateInput",
                    "description": "Data for updating an existing fuel amount",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "block",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "burn",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minimumRequired",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requested",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trip",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taxi",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contingency",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "alternate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additional",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "finalReserve",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretionary",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extra",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FuelAmount",
                    "description": "Object represents fuel amount",
                    "fields": [
                        {
                            "name": "block",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "burn",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "minimumRequired",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requested",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "taxi",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contingency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alternate",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "additional",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "finalReserve",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "discretionary",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extra",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxConfigNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxConfigNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxConfigNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxConfigNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxConfigUpdate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "MailboxConfigInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "mailboxConfigCreate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "MailboxConfigInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullMailboxConfigNidValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "MailboxConfigInput",
                    "description": "Type for creating and updating mailbox configuration",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "authorization",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MailboxAuthorizationEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "useMessageCache",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "smtpUrl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "smtpPort",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "smtpLogin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "smtpPassword",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "smtpIsEmptyPassword",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "smtpProtocol",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxProtocolEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowTelexRecipients",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxTelexEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapShouldUse",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapUrl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapPort",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapLogin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapPassword",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapIsEmptyPassword",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapProtocol",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "MailboxProtocolEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapOutboxFolderName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "imapInboxFolderNameList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "suspended",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addToCarbonCopy",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "authorizationEmail",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullMailboxConfigNidValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullMailboxConfigNidValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullMailboxConfigNidValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "MailboxConfigNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "InteractiveAPIMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setInteractiveAPIChecklistItem",
                            "description": "If item is not on the flight it will be added.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItem",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,LINK_HTTPS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "InteractiveAPIChecklistItemInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerAndCrew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PassengerAndCrewInteractiveApiReportInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": "[]"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetInteractiveAPIChecklistItemOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFromFlight",
                            "description": "Delete assigned links.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "InteractiveAPIChecklistItemInput",
                    "description": "Interactive API active input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "links",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChecklistItemLinkInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassengerAndCrewInteractiveApiReportInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contact",
                            "description": "Leon will attempt to find the appropriate entry for either a passenger or a crew member within the scope of the given flight.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "report",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "InteractiveApiReportInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "InteractiveApiReportInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uprNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "statuses",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "InteractiveApiReportStatusInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "InteractiveApiReportStatusInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "authority",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "InteractiveApiReportStatusAuthorityInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "HexColor",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "receivedDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "InteractiveApiReportStatusAuthorityInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEuLisa",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetInteractiveAPIChecklistItemOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetInteractiveAPIChecklistItemViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetInteractiveAPIChecklistItemViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetInteractiveAPIChecklistItemViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetInteractiveAPIChecklistItemViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetInteractiveAPIChecklistItemViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetInteractiveAPIChecklistItemViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "WRONG_CHECKLIST_ITEM_STATUS_CODE_FOR_OPERATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LINK_HTTPS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESOURCE_INVALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryDirectoryMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "countryPermit",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryPermitMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "settings",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "setting",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CountrySettingInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryDirectForbiddenList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CountryCode",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountrySetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCrewCountrySettings",
                            "description": "Requires access to resource GRAPHQL_COUNTRY_CREW_DATABASE_EDIT",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "setting",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CountryCrewSettingInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryCrewSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CountryPermitMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setCountryOverflightPermitList",
                            "description": "",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryPermitList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CountryOverflightPermitInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCountryLandingPermitList",
                            "description": "",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryPermitList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CountryLandingPermitInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCountryOverflightPermitSetting",
                            "description": "",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "email",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiMultiEmailScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryPermitSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCountryLandingPermitSetting",
                            "description": "",
                            "args": [
                                {
                                    "name": "countryCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "email",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiMultiEmailScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryPermitSetting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CountryOverflightPermitInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countryPermitNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryPermitNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistrationMask",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "permitRequired",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryPermitAocList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AocNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoTypeList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryPointMandatory",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exitPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplier",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CountryLandingPermitInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countryLandingPermitNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryLandingPermitNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistrationMask",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "permitRequired",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryPermitAocList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AocNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoTypeList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryPointMandatory",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exitPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplier",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CountrySettingInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "foreignAocRequire",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "riskScoring",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryNotes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryFiles",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CountryCrewSettingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countryCrewNotes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCrewFiles",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegMutation",
                    "description": "Node for multi leg modifications",
                    "fields": [
                        {
                            "name": "setMultiLegSuppliers",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "data",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "MultiLegSuppliersInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MultiLegSuppliers",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createRequests",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "servicesList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "MultiLegServiceTypeEnum",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegGroup",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addFlightToMultiLegGroup",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "multiLegGroupNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MultiLegGroupNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegGroup",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendLegsOpsRequestMessage",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "multiLegRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MultiLegRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setRequestMessageReadStatus",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "multiLegRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MultiLegRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setRequestsStatus",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT",
                            "args": [
                                {
                                    "name": "multiLegRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MultiLegRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "MultiLegRequestStatus",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "requestSentDateTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "MultiLegSuppliersInput",
                    "description": "Represents multi leg suppliers input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slotAdepHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slotAdesHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slotAdepRestrictionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RestrictionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slotAdesRestrictionNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RestrictionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingAdepHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingAdesHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cateringSupplierNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AptdirSupplierNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cateringHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransportAdepSupplierNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AptdirSupplierNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransportAdesSupplierNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AptdirSupplierNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransportAdepHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransportAdesHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "RestrictionNid",
                    "description": "Restriction numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberCreateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberUpdateUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateUsingCrewMemberNid",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewMemberValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberDeleteUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberPassportMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberNationalIdMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rating",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberMutationRating",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "temporaryAssignment",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberMutationTemporaryAssignment",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftAssignment",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberMutationAircraftAssignment",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endorsement",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberEndorsementMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vaccination",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberVaccinationMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "experience",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberLoginExperienceMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyAccount",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberDutyAccountMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateAdminData",
                            "description": "Requires access to resource CREW_MEMBER_ADMIN_DATA_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberAdminDataInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAircraftTypeLicenceList",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "crewMember",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "licenceList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberAircraftTypeLicenceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberCreateInput",
                    "description": "Represents data for creating single crew member.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": "Identifier for this crew member from external software.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trigram",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canLogIntoLeon",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFreelancer",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEapisCrew",
                            "description": "US eAPIS Master Crew List",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isLineTraining",
                            "description": "Line training in progress",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maidenName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nickname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "jobTitle",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": "If not passed crew member names will be used to create this value.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "login",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "kin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "homebase",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maritalStatus",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "MaritalStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startOfEmployment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endOfEmployment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "temporaryAssignmentList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMemberTemporaryAssignmentInputType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftAssignmentList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "roleNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "RoleNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyManager",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyManagerList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCodeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowedAocList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AocInputType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "employment",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberEmploymentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberTemporaryAssignmentInputType",
                    "description": "Represents single temporary assigment for crew member",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftCrewTemporaryNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateFrom",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateTo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AocInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "label",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberEmploymentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contractType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginEmploymentContractType",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberCreateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewMemberValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberCreateErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberCreateErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberCreateError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberCreateError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_EXTERNAL_ID_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_LOGIN_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_CODE_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_EMAIL_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_LOGIN_RESTRICTED_FOR_NEW_USERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_MISSING_ROLE_FOR_USERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_END_OF_EMPLOYMENT_DATE_EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberUpdateInput",
                    "description": "Represents data for updating single crew member. Null values will be ignored.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trigram",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canLogIntoLeon",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFreelancer",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEapisCrew",
                            "description": "US eAPIS Master Crew List",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isLineTraining",
                            "description": "Line training in progress",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maidenName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nickname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "jobTitle",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": "If not passed crew member names will be used to create this value.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "address",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postalCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "stateProvince",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phonePrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailPrivate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "login",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "kin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "homebase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maritalStatus",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "MaritalStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startOfEmployment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endOfEmployment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "temporaryAssignmentList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMemberTemporaryAssignmentInputType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftAssignmentList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "If passed the external identifier for this crew member will be overwritten.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "roleNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "RoleNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "OperatorBaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannerNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "licence",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberLicenceInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyManager",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyManagerList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCodeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provinceOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowedAocList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AocInputType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "socialSecurityNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "employment",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberEmploymentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginCompany",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "LoginCompanyInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "LoginSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LoginCompanyInput",
                    "description": "Login company fields.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "companySimCard",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "EFBDevice",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewContractType",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "uniform",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "creditCard",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "LoginCompanyCreditCardType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cashAdvance",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "perDiems",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "travelPolicy",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requiredVisa",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LoginSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "discontinuity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberUpdateUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewMemberValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberUpdateUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberUpdateUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberUpdateUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberUpdateUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_EXTERNAL_ID_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_LOGIN_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_CODE_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_EMAIL_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_LOGIN_RESTRICTED_FOR_NEW_USERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_MISSING_ROLE_FOR_USERS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_END_OF_EMPLOYMENT_DATE_EXPIRED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullCrewMemberValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewMemberValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberDeleteUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewMemberValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberDeleteUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDeleteUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberDeleteUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberDeleteUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "putUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passport",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassportPutInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullPassportOutputValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passportNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportDeleteUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restoreUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passportNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "passportExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passport",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassportUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullPassportOutputValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "passportExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportDeleteByExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restoreByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "passportExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PassportExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportMutationSectionRestoreByExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visa",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewMemberVisaMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassportPutInput",
                    "description": "Data for creating a passport, must be used in context of some contact",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deletePreviousFile",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportDeleteUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportDeleteUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportDeleteUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberPassportDeleteUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportDeleteUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportMutationSectionRestoreUsingExternalIdViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_DELETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_MASKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportDeleteByExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportDeleteByExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportDeleteByExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberPassportDeleteByExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportDeleteByExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_ALREADY_DELETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportMutationSectionRestoreByExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportMutationSectionRestoreByExternalIdViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportMutationSectionRestoreByExternalIdViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberPassportMutationSectionRestoreByExternalIdViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportMutationSectionRestoreByExternalIdViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberPassportMutationSectionRestoreByExternalIdViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportMutationSectionRestoreByExternalIdViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_DELETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_MASKED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberVisaMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "putUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT.\nIf visa is for schengen, country parameter must be empty.",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passportNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "visaNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "visa",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassportVisaPutInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportVisaPutUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passportNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "visaNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportVisaDeleteUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putOrUpdateByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passportNumber",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "visa",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PassportVisaPutOrUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportVisaPutOrUpdateByExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "visaExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "VisaExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberPassportVisaDeleteByExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassportVisaPutInput",
                    "description": "Data for creating a visa, must be used in context of some contact",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isSchengen",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isMultiEntry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxNoOfEntries",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noOfEntries",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportVisaTypeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportVisaPutUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportVisaValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportVisaPutUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportVisaPutUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberPassportVisaPutUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportVisaPutUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_EXTERNAL_ID_DUPLICATE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportVisaDeleteUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportVisaDeleteUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportVisaDeleteUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberPassportVisaDeleteUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportVisaDeleteUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PassportVisaPutOrUpdateInput",
                    "description": "Data for updating a visa.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noOfEntries",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isMultiEntry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxNoOfEntries",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isSchengen",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deletePreviousFile",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportVisaTypeNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportVisaPutOrUpdateByExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPassportVisaValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportVisaPutOrUpdateByExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportVisaPutOrUpdateByExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberPassportVisaPutOrUpdateByExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportVisaPutOrUpdateByExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "PASSPORT_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_EXTERNAL_ID_BELONGS_TO_ANOTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VISA_REQUIRED_FIELDS_ARE_MISSING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberPassportVisaDeleteByExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberPassportVisaDeleteByExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberPassportVisaDeleteByExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberPassportVisaDeleteByExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPassportVisaDeleteByExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "VISA_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberNationalIdMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "deleteUsingExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "country",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "NationalIdDocumentType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "number",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberNationalIdDeleteUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putOrUpdateByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "nationalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "NationalIdPutOrUpdateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberNationalIdPutOrUpdateByExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteByExternalId",
                            "description": "Requires access to resource GRAPHQL_CREW_MEMBER_EDIT",
                            "args": [
                                {
                                    "name": "nationalIdExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NationalIdExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberNationalIdDeleteByExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberNationalIdDeleteUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberNationalIdDeleteUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberNationalIdDeleteUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberNationalIdDeleteUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberNationalIdDeleteUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "NationalIdPutOrUpdateInput",
                    "description": "Data for updating a national id.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NationalIdDocumentType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deletePreviousFile",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "file",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Upload",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberNationalIdPutOrUpdateByExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullNationalIdValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberNationalIdPutOrUpdateByExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberNationalIdPutOrUpdateByExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberNationalIdPutOrUpdateByExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberNationalIdPutOrUpdateByExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID_EXTERNAL_ID_BELONGS_TO_ANOTHER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID_REQUIRED_FIELDS_ARE_MISSING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberNationalIdDeleteByExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberNationalIdDeleteByExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberNationalIdDeleteByExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberNationalIdDeleteByExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberNationalIdDeleteByExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "NATIONAL_ID_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberMutationRating",
                    "description": "",
                    "fields": [
                        {
                            "name": "setUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionTypeList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "CrewMemberPositionType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftAssignmentList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftRegistration",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberRatingSetUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "experiencedRatingList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberMutationExperiencedRating",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "When using isExperienced, only ratings with matching experience will be deleted.",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "experiencedRatingList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberMutationExperiencedRating",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addUsingLoginNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "experiencedRatingList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberMutationExperiencedRating",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingLoginNid",
                            "description": "When using isExperienced, only ratings with matching experience will be deleted.",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "experiencedRatingList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberMutationExperiencedRating",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeEasa",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberPositionType",
                    "description": "Position Type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CAPTAIN",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIRST_OFFICER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_ENGINEER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_ATTENDANT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_INSTRUCTOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberRatingSetUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberRatingSetUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberRatingSetUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberRatingSetUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberRatingSetUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberMutationExperiencedRating",
                    "description": "Contains information about rating. Use either aircraftRegistration or aircraftEasa!",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "position",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftRegistration",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftEasa",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isExperienced",
                            "description": "By default is set to false",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberMutationTemporaryAssignment",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateFrom",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateTo",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createByExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateFrom",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateTo",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "nid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftCrewTemporaryNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberMutationAircraftAssignment",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "crewMemberExternalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "put",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "definitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "\nPossible violation list: IS_NO_EMPTY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementMutationPutOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "definitionName",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionName",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "\nPossible violation list: IS_NO_EMPTY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementPutUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "definitionName",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionName",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementDeleteUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putOnlineFamiliarization",
                            "description": "Requires access to resource ENDORSEMENT_DEFINITION_SEE",
                            "args": [
                                {
                                    "name": "person",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PersonIdentificationOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airport",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberAirportEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putAirportRecency",
                            "description": "Requires access to resource ENDORSEMENT_DEFINITION_SEE",
                            "args": [
                                {
                                    "name": "person",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PersonIdentificationOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airport",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberAirportEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementMutationPutAirportRecencyOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putAirportBrief",
                            "description": "Requires access to resource ENDORSEMENT_DEFINITION_SEE",
                            "args": [
                                {
                                    "name": "person",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PersonIdentificationOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airport",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberAirportEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementMutationPutAirportBriefOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putPersonalEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidOptionScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,ENDORSEMENT_NOT_EDITABLE",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": "\nPossible violation list: IS_NO_EMPTY",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMemberEndorsementInputType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberEndorsementMutationPutPersonalEndorsementOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletePersonalEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidOptionScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putAirportEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AirportEndorsementType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberAirportEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PutAirportEndorsementOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteAirportEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "crewMemberNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AirportEndorsementType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DeleteAirportEndorsementOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revalidatePersonalEndorsement",
                            "description": "Requires access to resource CREW_MEMBER_ENDORSEMENT_EDIT",
                            "args": [
                                {
                                    "name": "revalidationList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberPersonalEndorsementInputType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "revalidationDate",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberEndorsementInputType",
                    "description": "Data for creation of personal endorsement",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expiry",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberEndorsementExpiringInputType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "initialDate",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "\nPossible violation list: IS_NO_EMPTY",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileInputList",
                            "description": "\nPossible violation list: IS_NO_EMPTY",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baseMonth",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Month",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberEndorsementExpiringInputType",
                    "description": "Data for creation of personal endorsement expiring",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "dateOfExpiry",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": "false"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementMutationPutOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementMutationPutViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementMutationPutViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementMutationPutViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementMutationPutViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NO_EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "EndorsementDefinitionName",
                    "description": "Endorsement definition name.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementPutUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementPutUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementPutUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberEndorsementPutUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementPutUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_DEFINITION_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementDeleteUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementDeleteUsingExternalIdErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementDeleteUsingExternalIdErrorList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "CrewMemberEndorsementDeleteUsingExternalIdError",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementDeleteUsingExternalIdError",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_MEMBER_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_DEFINITION_NOT_FOUND",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberAirportEndorsementInputType",
                    "description": "Data for creation of airport personal endorsement",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileInputList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalAirportEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPersonalAirportEndorsementValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PersonalAirportEndorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementMutationPutOnlineFamiliarizationViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementMutationPutAirportRecencyOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalAirportEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementMutationPutAirportRecencyViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutAirportRecencyViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementMutationPutAirportRecencyViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutAirportRecencyViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementMutationPutAirportRecencyViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementMutationPutAirportRecencyViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementMutationPutAirportBriefOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalAirportEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementMutationPutAirportBriefViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutAirportBriefViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementMutationPutAirportBriefViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutAirportBriefViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementMutationPutAirportBriefViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementMutationPutAirportBriefViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberEndorsementMutationPutPersonalEndorsementOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberEndorsementMutationPutPersonalEndorsementViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutPersonalEndorsementViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberEndorsementMutationPutPersonalEndorsementViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberEndorsementMutationPutPersonalEndorsementViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberEndorsementMutationPutPersonalEndorsementViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberEndorsementMutationPutPersonalEndorsementViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_NOT_EDITABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NO_EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALUE_NOT_VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PutAirportEndorsementOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PutAirportEndorsementViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PutAirportEndorsementViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PutAirportEndorsementViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PutAirportEndorsementViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PutAirportEndorsementViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PutAirportEndorsementViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AIRPORT_ENDORSEMENT_NOT_EDITABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DeleteAirportEndorsementOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DeleteAirportEndorsementViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "DeleteAirportEndorsementViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DeleteAirportEndorsementViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DeleteAirportEndorsementViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DeleteAirportEndorsementViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DeleteAirportEndorsementViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "AIRPORT_ENDORSEMENT_NOT_EDITABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberVaccinationMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "putUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "contactVaccination",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ContactVaccinationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteUsingExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactVaccinationExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullContactVaccinationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullContactVaccinationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactVaccination",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberVaccinationMutationSectionPutUsingExternalIdViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberVaccinationMutationSectionDeleteUsingExternalIdViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "put",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginExperienceList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "CrewMemberLoginExperienceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberLoginExperienceMutationSectionPutOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "Requires access to resource CREW_APP_OWN_EXPERIENCE_EDIT",
                            "args": [
                                {
                                    "name": "loginExperienceNid",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LoginExperienceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberLoginExperienceMutationSectionDeleteOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource CREW_APP_OWN_EXPERIENCE_EDIT",
                            "args": [
                                {
                                    "name": "loginExperienceNid",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LoginExperienceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberLoginExperienceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberLoginExperienceMutationSectionUpdateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "create",
                            "description": "Requires access to resource CREW_APP_OWN_EXPERIENCE_EDIT",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberLoginExperienceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberLoginExperienceMutationSectionCreateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberLoginExperienceInput",
                    "description": "Represents data for crew member experience.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftType",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftTypeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dutyTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "picTime",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "PositionNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landingCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightLanding",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTakeOff",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "holding",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dualFlight",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icusFlight",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landingMonitoringCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffMonitoringCount",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "JourneyLogApproachCountInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "JourneyLogApproachTypeCountInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberLoginExperienceMutationSectionPutOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullLoginExperienceValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberLoginExperienceMutationSectionPutViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullLoginExperienceValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoginExperience",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionPutViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberLoginExperienceMutationSectionPutViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionPutViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberLoginExperienceMutationSectionPutViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberLoginExperienceMutationSectionPutViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberLoginExperienceMutationSectionDeleteOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberLoginExperienceMutationSectionDeleteViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionDeleteViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberLoginExperienceMutationSectionDeleteViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionDeleteViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberLoginExperienceMutationSectionDeleteViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberLoginExperienceMutationSectionDeleteViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberLoginExperienceMutationSectionUpdateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberLoginExperienceMutationSectionUpdateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionUpdateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberLoginExperienceMutationSectionUpdateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionUpdateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberLoginExperienceMutationSectionUpdateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberLoginExperienceMutationSectionUpdateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberLoginExperienceMutationSectionCreateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullIntValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberLoginExperienceMutationSectionCreateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullIntValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionCreateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberLoginExperienceMutationSectionCreateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberLoginExperienceMutationSectionCreateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberLoginExperienceMutationSectionCreateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberLoginExperienceMutationSectionCreateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutyAccountMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "setList",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyAccountDefinitionList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "DutyAccountDefinitionNidScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberDutyAccountMutationSectionSetListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberDutyAccountInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CrewMemberDutyAccountMutationSectionUpdateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberDutyAccountMutationSectionSetListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullDutyAccountValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberDutyAccountMutationSectionSetListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullDutyAccountValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyAccount",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutyAccountMutationSectionSetListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberDutyAccountMutationSectionSetListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutyAccountMutationSectionSetListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberDutyAccountMutationSectionSetListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberDutyAccountMutationSectionSetListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberDutyAccountInput",
                    "description": "Represents data for crew member duty account.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "balance",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Decimal",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CrewMemberDutyAccountMutationSectionUpdateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDutyAccountValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CrewMemberDutyAccountMutationSectionUpdateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDutyAccountValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccount",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutyAccountMutationSectionUpdateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewMemberDutyAccountMutationSectionUpdateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewMemberDutyAccountMutationSectionUpdateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewMemberDutyAccountMutationSectionUpdateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewMemberDutyAccountMutationSectionUpdateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberAdminDataInput",
                    "description": "Represents data for crew member fields, only for admin restriction update.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "loginAndPasswordAuthentication",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Toggle",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberAircraftTypeLicenceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftType",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftTypeId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "licenceType",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoginLicenseType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftTypeId",
                    "description": "Aircraft type string identifier (e.g. \"B738\", \"A320\")",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightPermitMutation",
                    "description": "Mutation to change flight permits.",
                    "fields": [
                        {
                            "name": "createFlightPermit",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permitType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "LegPermitType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "country",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegPermitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegPermit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateFlightPermit",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_PERMITS_EDIT",
                            "args": [
                                {
                                    "name": "legPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LegPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegPermitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegPermit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFlightPermit",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_PERMITS_EDIT",
                            "args": [
                                {
                                    "name": "legPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LegPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendLandingPermitMessage",
                            "description": "Requires access to resource LANDING_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "landingPermitNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "LandingPermitNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setLandingPermitMessageReadStatus",
                            "description": "Requires access to resource LANDING_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "landingPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LandingPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendOverflightPermitMessage",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "overflightPermitNids",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "OverflightPermitNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setOverflightPermitMessageReadStatus",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "overflightPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OverflightPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mailboxMessageNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MailboxMessageNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setLandingPermitList",
                            "description": "Requires access to resource OVERFLIGHT_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permitList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightCountryPermitInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setOverflightPermitList",
                            "description": "Requires access to resource LANDING_PERMITS_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permitList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightCountryPermitInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "routing",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPermit",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LegPermitInput",
                    "description": "Data for create or update leg permit",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exitPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplier",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "permitStatus",
                            "description": "Permit status as 3-character status ID. Available default values: \"UNT\" (Untouched), \"CNF\" (Confirmed), \"RQS\" (Requested), \"NAP\" (Not Applicable), \"QSM\" (Question Mark), \"REJ\" (Rejected). Note: Operators can customize their own statuses.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "shortNotice72h",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightCountryPermitInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "legPermitNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LegPermitNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "entryPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exitPoint",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplier",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "permitStatus",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "revalidation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "shortNotice72h",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "permitOrder",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntNonNegative",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "0"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OwnerBoardMutation",
                    "description": "Mutation to change Owner Board.",
                    "fields": [
                        {
                            "name": "setOwnerBoardRoleConfig",
                            "description": "Requires access to resource GRAPHQL_OWNER_BOARD_CONFIG_EDIT",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "paxNumberView",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewView",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "handlingView",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permitsView",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "slotsView",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeOption",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showMaintenance",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showReservation",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerListView",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnerBoardRoleConfigType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TravelDocumentsMutation",
                    "description": "Represents fields available for mutating of Travel Documents",
                    "fields": [
                        {
                            "name": "travelDocumentRecognition",
                            "description": "",
                            "args": [
                                {
                                    "name": "filePath",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FilePathInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullTravelDocumentsRecognitionValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createTravelDocumentContacts",
                            "description": "",
                            "args": [
                                {
                                    "name": "contacts",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "TravelDocumentContactInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullTravelDocumentsRecognitionValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullTravelDocumentsRecognitionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullTravelDocumentsRecognitionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TravelDocumentsRecognition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TravelDocumentsRecognition",
                    "description": "",
                    "fields": [
                        {
                            "name": "recognizedTravelDocumentType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RecognizedTravelDocumentTypeEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "middleName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Country",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RecognizedTravelDocumentTypeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PASSPORT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NATIONAL_ID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TravelDocumentContactInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "docType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RecognizedTravelDocumentTypeEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "middleName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Gender",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "account",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "placeOfBirth",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "filePath",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FilePathInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullContactValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullContactValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftInsuranceMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftInsuranceNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftInsuranceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "put",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftInsuranceNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftInsuranceNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftInsuranceInput",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftInsuranceInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftInsuranceInput",
                    "description": "Identification for existing aircraft insurance.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludedCountryList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftInsuranceExcludedCountryInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftInsuranceExcludedCountryInput",
                    "description": "Represents single country with allowed airports",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "excludedAirports",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AirportCodeScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PricingManagerMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setDiscounts",
                            "description": "",
                            "args": [
                                {
                                    "name": "discounts",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "OperatorModulesSettingsDiscountInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OperatorModulesSettingsDiscountOutput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setTrainingSettings",
                            "description": "",
                            "args": [
                                {
                                    "name": "trainingSettings",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OperatorSettingsTrainingInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OperatorModulesSettingsDiscountInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ModulesMonthlyDiscountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCount",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discountValue",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OperatorSettingsTrainingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "freeTrainingCount",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "freeTrainingsUntil",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewTravelMutation",
                    "description": "Represents fields available for mutating of Crew Travel node",
                    "fields": [
                        {
                            "name": "importSabre",
                            "description": "",
                            "args": [
                                {
                                    "name": "sabreExcelFile",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Upload",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "BooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "BooleanValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "BooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "BooleanValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyMutation",
                    "description": "Represents fields available for mutating of Duty node",
                    "fields": [
                        {
                            "name": "createByCrewMemberExternalId",
                            "description": "Execution is not allowed during publishing",
                            "args": [
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberExternalIdScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "date",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiDutyInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDutyValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setHotelProvided",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SetHotelProvidedInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setHotelProvidedBefore",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SetHotelProvidedInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recombineDefault",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RecombineDefaultInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recombineJoin",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recombineSplit",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReductionRestore",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReductionDisable",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "restReductionForce",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeBreak",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extensionDisable",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExtensionInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extensionEnable",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExtensionInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enableBreak",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "args",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyManipulationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullDutyValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDutyValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SetHotelProvidedInput",
                    "description": "Input arguments for mutation including setting hotel for between sectors",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMember",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PersonIdentificationOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "provided",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RecombineDefaultInput",
                    "description": "Input for all recombineDefault duty manipulation",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMember",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PersonIdentificationOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DutyManipulationInput",
                    "description": "Input for all recombine-type mutations",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMember",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PersonIdentificationOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "criteria",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyCriteriaEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyCriteriaEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "BEFORE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AFTER",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExtensionInput",
                    "description": "Input for extension enable\/disable mutations",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "trNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TrNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMember",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PersonIdentificationOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WebhookMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "createSubscriptionWebhook",
                            "description": "",
                            "args": [
                                {
                                    "name": "refreshToken",
                                    "description": "\nPossible violation list: TOKEN_EXPIRES_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "label",
                                    "description": "\nPossible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "subscription",
                                    "description": "\nPossible violation list: SYNTAX_ERROR,INVALID_TYPE_ERROR,SCHEMA_MISMATCH_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "variables",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Json",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "webhookUrl",
                                    "description": "\nPossible violation list: INVALID_URL_ERROR,MISSING_TLD_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "includeAuthorizationHeader",
                                    "description": "If true, authorization header will be passed while invoking webhook.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "true"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CreateSubscriptionWebhookOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSubscriptionWebhook",
                            "description": "",
                            "args": [
                                {
                                    "name": "label",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CreateSubscriptionWebhookOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CreateSubscriptionWebhookViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateSubscriptionWebhookViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreateSubscriptionWebhookViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateSubscriptionWebhookViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CreateSubscriptionWebhookViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CreateSubscriptionWebhookViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "DUPLICATE_SUBSCRIPTION_WEBHOOK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUBSCRIPTION_WEBHOOK_LIMIT_EXCEEDED_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOKEN_EXPIRES_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_SHORT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LONG_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SYNTAX_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_TYPE_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEMA_MISMATCH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_URL_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MISSING_TLD_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyAccountMutation",
                    "description": "Represents fields available for mutating of Duty account",
                    "fields": [
                        {
                            "name": "putDutyAccountDefinition",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DutyAccountDefinitionNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyAccountDefinitionInput",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ApiDutyAccountDefinitionInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccountDefinition",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteDutyAccountDefinition",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putDutyAccountScheduledChange",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dutyAccountScheduledChangeInput",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyAccountScheduledChangeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiDutyAccountDefinitionInput",
                    "description": "Represents set of duty account definition.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "label",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefaultAccount",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "recurrenceRule",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDutyAccountDefinitionRecurrenceRuleInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiDutyAccountDefinitionRecurrenceRuleInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "recurrenceRule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "RecurrenceRule",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "recurrenceRuleAmount",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Decimal",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DutyAccountScheduledChangeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "balance",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Decimal",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfChange",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateRosterChangesStatus",
                            "description": "Requires access to resource GRAPHQL_ROSTER_CHANGES_STATUS_EDIT",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CrewPanelConfirmationStatus",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "HistoryMutationSectionUpdateRosterChangesStatusOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "HistoryMutationSectionUpdateRosterChangesStatusOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "HistoryMutationSectionUpdateRosterChangesStatusViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryMutationSectionUpdateRosterChangesStatusViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "HistoryMutationSectionUpdateRosterChangesStatusViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HistoryMutationSectionUpdateRosterChangesStatusViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HistoryMutationSectionUpdateRosterChangesStatusViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HistoryMutationSectionUpdateRosterChangesStatusViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPricesMutation",
                    "description": "Represents fields available for mutating of fuel prices for flight",
                    "fields": [
                        {
                            "name": "putFuelPrices",
                            "description": "Requires access to resource FUEL_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "for",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Route",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPrices",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FuelPriceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FlightFuelPricesMutationPutFuelPricesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFuelPrices",
                            "description": "Requires access to resource FUEL_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "for",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Route",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPrices",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FuelPriceInputBasic",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "FlightFuelPricesMutationDeleteFuelPricesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateAndGetPossibleFuelPrices",
                            "description": "Update and get all possible fuel prices for locations. Also return all assigned fuel prices to flight if flightNid is passed.\nRequires access to resource GRAPHQL_FUEL_SEE.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "departureLocationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "destinationLocationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPriceType",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FuelPriceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isCommercial",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightFuelPricesWithWarningsOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFlightFuelPrices",
                            "description": "Sets fuel prices with full unit\/currency conversions.\nRequires access to resource FUEL_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SetFlightFuelPricesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "initiateWkcFuelOrder",
                            "description": "Requires access to resource FUEL_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fuelPriceNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AptFuelPriceNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "UrlScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "Route",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "departure",
                            "description": "Flight departure",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "destination",
                            "description": "Flight destination",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FuelPriceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "cardName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FuelPriceCard",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "negotiatedBasePrice",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "negotiatedTotalPrice",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplierName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FuelUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CurrencyId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showOnTripsheet",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FuelPriceCard",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightFuelPricesMutationPutFuelPricesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "FlightFuelPricesMutationPutFuelPricesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPricesMutationPutFuelPricesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightFuelPricesMutationPutFuelPricesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPricesMutationPutFuelPricesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightFuelPricesMutationPutFuelPricesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightFuelPricesMutationPutFuelPricesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MULTIPLE_FUEL_PRICES_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FuelPriceInputBasic",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "cardName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FuelPriceCard",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplierName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "FlightFuelPricesMutationDeleteFuelPricesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "FlightFuelPricesMutationDeleteFuelPricesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPricesMutationDeleteFuelPricesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "FlightFuelPricesMutationDeleteFuelPricesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPricesMutationDeleteFuelPricesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightFuelPricesMutationDeleteFuelPricesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "FlightFuelPricesMutationDeleteFuelPricesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "MULTIPLE_FUEL_PRICES_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightFuelPricesWithWarningsOutput",
                    "description": "",
                    "fields": [
                        {
                            "name": "prices",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FuelFlightPricesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SetFlightFuelPricesInput",
                    "description": "Input for setting fuel prices for departure and destination",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adep",
                            "description": "Fuel prices for departure airport (ADEP)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SetFlightFuelPriceInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "Fuel prices for destination airport (ADES)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SetFlightFuelPriceInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SetFlightFuelPriceInput",
                    "description": "Input for setting a single fuel price on a flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fuelPriceNid",
                            "description": "Fuel price ID - null for new prices, ID for updates",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aviationCardNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AviationCardNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "negotiatedBasePrice",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "PositiveDecimal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "negotiatedTotalPrice",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "PositiveDecimal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CurrencyId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "supplierName",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showOnTripsheet",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AptFuelPriceNid",
                    "description": "Airport fuel price numerical identifier (required)",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportPriceListMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "createList",
                            "description": "Creates airport price list (fees)..\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedFees",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AirportPriceListFeeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "items",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AirportPriceListItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateList",
                            "description": "Updates airport price list (fees)..\nRequires access to resource GRAPHQL_ACFT",
                            "args": [
                                {
                                    "name": "aptPriceListNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "selectedFees",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AirportPriceListFeeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "items",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AirportPriceListItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AptPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteList",
                            "description": "Deletes airport price list (fees).",
                            "args": [
                                {
                                    "name": "aptPriceListNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportPriceListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportPriceListFeeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aptFeeId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportPriceListFeeEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AirportPriceListFeeEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "additional_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_catering_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_extension_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airport_pax_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrival_cargo_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrival_from_non_schengen",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "arrival_from_schengen",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "base_arrival_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basic_handling",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basic_handling_day",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "basic_handling_night",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "catering_pax_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew_hotel_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deicing_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departure_cargo_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departure_pax_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departure_to_non_schengen",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "departure_to_schengen",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "extra_high_fuel_cost",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fire_rescue_cat3",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuel_surcharge_block_hours",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fuel_surcharge_flight_hours",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_adep",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_ades",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "handling_basic_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hangar_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holidays_charges",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "holiday_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landing_fees_day",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landing_fees_night",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "landing_permit_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "luxury_catering",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "navigational_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "night_landings_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "operations_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overnight_charge",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overnight_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "parking_hourly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_handling",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_minimum_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pax_minimum_fee_departure",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pet_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "saturday_landing_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "saturday_takeoff_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunday_landing_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sunday_takeoff_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "terminal_charges",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "total_landings",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "total_takeoffs",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "vip_lounge",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "waiting_fee",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportPriceListItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aptPriceListItemNid",
                            "description": "Required to delete item.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportMask",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currency",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fees",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AirportPriceListItemFeeInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportPriceListItemFeeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aptFeeId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AirportPriceListFeeEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPriceListMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "createList",
                            "description": "Creates aircraft price list (fees).",
                            "args": [
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "currency",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fees",
                                    "description": "\nPossible violation list: WRONG_HOURS_FORMAT",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftPriceListFeesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fixedRoutes",
                                    "description": "\nPossible violation list: MINIMUM_LIST_LENGTH_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftPriceListFixedRouteInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": "[]"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AircraftPriceListMutationSectionCreateListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateList",
                            "description": "Updates aircraft price list (fees).",
                            "args": [
                                {
                                    "name": "listNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftPriceListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "currency",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fees",
                                    "description": "Use null to omit updating.\nPossible violation list: WRONG_HOURS_FORMAT",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftPriceListFeesInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fixedRoutes",
                                    "description": "Use null to omit updating.\nPossible violation list: MINIMUM_LIST_LENGTH_ERROR",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AircraftPriceListFixedRouteInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AircraftPriceListMutationSectionUpdateListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteList",
                            "description": "Deletes aircraft price list (fees).",
                            "args": [
                                {
                                    "name": "listNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftPriceListNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFeesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "secondPilotFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalFeeOrDiscount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePercentInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftFullDayParkingFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftHangarFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftParkingFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftVipLounge",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ambulanceTransportation",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeWithMinimumInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoBlockFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoFlightFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "catering",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeCateringInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "champagneSupplement",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "co2Emission",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "commissionFeeFerry",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "commissionFeePax",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contribution",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "covidKitFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cptCostFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewBlockHourCostFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewCharge",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewCostsFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewLayoverFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMeal1Pn",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMeal2Pn",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMeal3Pn",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewSwap",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dangerousGoodsFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dayRoomFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListThresholdHoursFeeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destockage1Pn",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discountFerryFlight",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eurocontrol",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expensesBlockHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extendedCrewFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extraFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extraPaxFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListThresholdNumberFeeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryBlockFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryFlightFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryLegFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendant",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightAttendantDomesticTravel",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeWithMinimumInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightPlan",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flyingDaysFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dailyFlightFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "scheduleDaysFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nonFerryFlightHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nonFerryBlockHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "foCostFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelBlockFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelFlightFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelStopFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelSurchargeFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iceWaterNewspapers",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "laundry",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "legFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "medicalDoctorCrewFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "medicalNurseCrewFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "medicalStaffFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minimumDayFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListThresholdHoursFeeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "navigationalBlockHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "outOfHoursFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "overnight",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ownerBlockHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ownerFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ownerFlightHourFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxBlockFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxFlightFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxLegFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxSpecificCatering",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransportation",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "permitFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "proPartsFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "referralFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "roundingUp",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "services",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "shortSectorFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListThresholdNumberFeeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skyPetUkFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taxiTimeFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffExtrasAeroportuaires",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffExtrasAgent",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffExtrasPilot",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toiletService",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripStartupFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ukPermit",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "urgentFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "urgentFee24H",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifiFee",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeePriceCostInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryBlockFeeDiscount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryFlightFeeDiscountBefore",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryFlightFeeDiscountAfter",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelBlockFeeDiscount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelFlightFeeDiscount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxBlockFeeDiscount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxFlightFeeDiscount",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPriceListFeeDiscountInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFeePriceCostInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFeePercentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFeeWithMinimumInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minimumTripFee",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minimumDailyFee",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFeeCateringInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minBlockTime",
                            "description": "Expects hh:mm format.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "threshold",
                            "description": "Expects hh:mm format.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListThresholdHoursFeeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thresholdHours",
                            "description": "Expects hh:mm format.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListThresholdNumberFeeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "thresholdNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFeeDiscountInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discountPercent",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "threshold",
                            "description": "Expects hh:mm format.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPriceListFixedRouteInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": "Use if you want to update existing fixed route, leave null if you want to create new.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftFixedRouteNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airports",
                            "description": "Minimum 2 airports are required.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validFrom",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validTo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AircraftPriceListMutationSectionCreateListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAcftPriceListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AircraftPriceListMutationSectionCreateListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAcftPriceListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AcftPriceList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPriceListMutationSectionCreateListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftPriceListMutationSectionCreateListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPriceListMutationSectionCreateListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceListMutationSectionCreateListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftPriceListMutationSectionCreateListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PRICE_LIST_NAME_ALREADY_EXISTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_FIXED_ROUTE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DUPLICATED_DISCOUNT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_HOURS_FORMAT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MINIMUM_LIST_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AircraftPriceListMutationSectionUpdateListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAcftPriceListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AircraftPriceListMutationSectionUpdateListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPriceListMutationSectionUpdateListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftPriceListMutationSectionUpdateListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftPriceListMutationSectionUpdateListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceListMutationSectionUpdateListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftPriceListMutationSectionUpdateListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PRICE_LIST_NAME_ALREADY_EXISTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_FIXED_ROUTE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DUPLICATED_DISCOUNT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_HOURS_FORMAT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MINIMUM_LIST_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT",
                            "args": [
                                {
                                    "name": "pairing",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PairingMutationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionCreateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "pairing",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PairingMutationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionUpdateOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "remove",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT",
                            "args": [
                                {
                                    "name": "pairingIdList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "PairingId",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionRemoveOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addActivities",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operationalFlightList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "DraftOrActualPositioningNidOptional",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "nonOperationalFlightList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionAddActivitiesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addFlights",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nRequires access to given flight.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positionWithCrewList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PairingPositionWithCrewInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionAddFlightsOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeActivities",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operationalFlightList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "nonOperationalFlightList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "DraftOrActualPositioningNidOptional",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionRemoveActivitiesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeActivitiesWithClearCrew",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operationalFlightList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "nonOperationalFlightList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "DraftOrActualPositioningNidOptional",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionRemoveActivitiesWithClearCrewOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeCrew",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewMemberList",
                                    "description": "\nPossible violation list: TOO_FEW_ERROR,TOO_MANY_ERROR,NOT_EQUAL_COUNT_ERROR,NOT_DIVISIBLE_BY_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "CrewMemberNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionRemoveCrewOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replaceCrew",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PairingCrewInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionReplaceCrewOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clearCrew",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "pairingIdList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "PairingId",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionClearCrewOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "moveToNewPairing",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "FlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningNidList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "DraftOrActualPositioningNidOptional",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionMoveToNewPairingOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "copyToNewPairing",
                            "description": "Requires access to resource GRAPHQL_PAIRING_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNidList",
                                    "description": "\nPossible violation list: TOO_FEW_ERROR,TOO_MANY_ERROR,NOT_EQUAL_COUNT_ERROR,NOT_DIVISIBLE_BY_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningNidList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "DraftOrActualPositioningNidOptional",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": "[]"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionCopyToNewPairingOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editCrewComposition",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "pairingId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightCrewPositions",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightCrewPositionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftsMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionEditCrewCompositionOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swapCrew",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "pairingId1",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "pairingId2",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "crewSwapList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PairingCrewSwapPairInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionSwapCrewOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "assignCrewFromPlan",
                            "description": "Requires access to resource GRAPHQL_PAIRING_CREW_EDIT.\nExecution is not allowed during publishing.\nIf in drafts mode, requires operator to turn that feature on globally in settings.",
                            "args": [
                                {
                                    "name": "assignmentList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PairingPlanCrewAssignmentInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isInDraftMode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PairingMutationSectionAssignCrewFromPlanOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingMutationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "Pairing name. If not provided, will be auto-generated with format P-XXXXXX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightWithPositionList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FlightWithPositionInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positioningList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "DraftOrActualPositioningNidOptional",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nonOperationalFlightList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "FlightNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightWithPositionInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "posNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "PositionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DraftOrActualPositioningNidOptional",
                    "description": "Draft or actual positioning numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionCreateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionCreateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionCreateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionCreateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionCreateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionCreateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionCreateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT_POSITION_OCCUPIED_IN_OTHER_PAIRING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionUpdateOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionUpdateViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionUpdateViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionUpdateViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionUpdateViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionUpdateViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionUpdateViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionRemoveOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionRemoveViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionRemoveViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionRemoveViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionRemoveViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionAddActivitiesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionAddActivitiesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionAddActivitiesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionAddActivitiesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionAddActivitiesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionAddActivitiesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionAddActivitiesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingPositionWithCrewInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "positionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionAddFlightsOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionAddFlightsViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionAddFlightsViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionAddFlightsViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionAddFlightsViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionAddFlightsViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionAddFlightsViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT_ALREADY_ON_PAIRING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_NOT_ON_PAIRING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_POSITION_OCCUPIED_IN_OTHER_PAIRING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionRemoveActivitiesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionRemoveActivitiesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveActivitiesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionRemoveActivitiesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveActivitiesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionRemoveActivitiesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionRemoveActivitiesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionRemoveActivitiesWithClearCrewOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionRemoveActivitiesWithClearCrewViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveActivitiesWithClearCrewViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionRemoveActivitiesWithClearCrewViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveActivitiesWithClearCrewViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionRemoveActivitiesWithClearCrewViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionRemoveActivitiesWithClearCrewViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionRemoveCrewOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionRemoveCrewViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveCrewViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionRemoveCrewViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionRemoveCrewViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionRemoveCrewViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionRemoveCrewViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_FEW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_MANY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_COUNT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_DIVISIBLE_BY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingCrewInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMember",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionReplaceCrewOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionReplaceCrewViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionReplaceCrewViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionReplaceCrewViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionReplaceCrewViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionReplaceCrewViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionReplaceCrewViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_FEW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_MANY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_COUNT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_DIVISIBLE_BY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionClearCrewOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionClearCrewViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionClearCrewViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionClearCrewViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionClearCrewViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionClearCrewViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionClearCrewViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionMoveToNewPairingOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionMoveToNewPairingViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionMoveToNewPairingViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionMoveToNewPairingViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionMoveToNewPairingViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionMoveToNewPairingViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionMoveToNewPairingViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionCopyToNewPairingOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionCopyToNewPairingViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionCopyToNewPairingViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionCopyToNewPairingViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionCopyToNewPairingViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionCopyToNewPairingViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionCopyToNewPairingViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_FEW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_MANY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_COUNT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_DIVISIBLE_BY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionEditCrewCompositionOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPairingValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionEditCrewCompositionViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionEditCrewCompositionViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionEditCrewCompositionViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionEditCrewCompositionViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionEditCrewCompositionViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionEditCrewCompositionViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLIGHT_NOT_ON_PAIRING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_POSITION_OCCUPIED_IN_OTHER_PAIRING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_NOT_RATED_FOR_FLIGHT_POSITION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CREW_MEMBER_ON_MULTIPLE_POSITIONS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingCrewSwapPairInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "crewMember1",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMember2",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionSwapCrewOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionSwapCrewViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionSwapCrewViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionSwapCrewViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionSwapCrewViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionSwapCrewViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionSwapCrewViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "PAIRINGS_FROM_DIFFERENT_OPERATORS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_FEW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_MANY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_COUNT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_DIVISIBLE_BY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingPlanCrewAssignmentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "pairingId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PairingId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PairingPlanCrewMemberInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingPlanCrewMemberInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "posNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PositionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewMemberNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CrewMemberNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PairingMutationSectionAssignCrewFromPlanOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PairingMutationSectionAssignCrewFromPlanViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionAssignCrewFromPlanViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PairingMutationSectionAssignCrewFromPlanViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingMutationSectionAssignCrewFromPlanViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingMutationSectionAssignCrewFromPlanViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingMutationSectionAssignCrewFromPlanViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_FEW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_MANY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_COUNT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_DIVISIBLE_BY_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonAccountSettingsMutations",
                    "description": "",
                    "fields": [
                        {
                            "name": "securityIncidentContact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SecurityIncidentContactMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SecurityIncidentContactMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "setSecurityIncidentContactData",
                            "description": "",
                            "args": [
                                {
                                    "name": "securityIncidentContactDataInputType",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SetSecurityIncidentContactDataInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SecurityIncidentContact",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SetSecurityIncidentContactDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "companyName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailAddress",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "createExternalDefinition",
                            "description": "Requires to be authenticated by OAuth.",
                            "args": [
                                {
                                    "name": "name",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "EndorsementMutationSectionCreateExternalDefinitionOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteExternalForCrewMember",
                            "description": "Requires to be authenticated by OAuth..\nEndorsement has to have same Oauth client as requester",
                            "args": [
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,ENDORSEMENT_NOT_FROM_OAUTH",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "email",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberEmail",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "EndorsementMutationSectionDeleteExternalForCrewMemberOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putExternalForCrewMember",
                            "description": "Requires to be authenticated by OAuth..\nEndorsement has to have same Oauth client as requester",
                            "args": [
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,ENDORSEMENT_NOT_FROM_OAUTH",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EndorsementDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "email",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberEmail",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endorsementData",
                                    "description": "\nPossible violation list: VALUE_NOT_VALID,IS_NO_EMPTY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewMemberExternalEndorsementInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "EndorsementMutationSectionPutExternalForCrewMemberOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "EndorsementMutationSectionCreateExternalDefinitionOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullExternalEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "EndorsementMutationSectionCreateExternalDefinitionViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullExternalEndorsementValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalEndorsement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalEndorsement",
                    "description": "",
                    "fields": [
                        {
                            "name": "endorNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSectionCreateExternalDefinitionViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EndorsementMutationSectionCreateExternalDefinitionViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSectionCreateExternalDefinitionViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementMutationSectionCreateExternalDefinitionViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementMutationSectionCreateExternalDefinitionViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "CrewMemberEmail",
                    "description": "Crew member email.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "EndorsementMutationSectionDeleteExternalForCrewMemberOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "EndorsementMutationSectionDeleteExternalForCrewMemberViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSectionDeleteExternalForCrewMemberViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EndorsementMutationSectionDeleteExternalForCrewMemberViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSectionDeleteExternalForCrewMemberViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementMutationSectionDeleteExternalForCrewMemberViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementMutationSectionDeleteExternalForCrewMemberViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_NOT_FROM_OAUTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberExternalEndorsementInputType",
                    "description": "Data for creation and updating of personal endorsement form external source",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": "\nPossible violation list: VALUE_NOT_VALID",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DateOrNever",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "initialIssueDate",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "\nPossible violation list: IS_NO_EMPTY",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileInputList",
                            "description": "\nPossible violation list: IS_NO_EMPTY",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DateOrNever",
                    "description": "Either date or never",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "never",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "EndorsementMutationSectionPutExternalForCrewMemberOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "EndorsementMutationSectionPutExternalForCrewMemberViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSectionPutExternalForCrewMemberViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "EndorsementMutationSectionPutExternalForCrewMemberViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EndorsementMutationSectionPutExternalForCrewMemberViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "EndorsementMutationSectionPutExternalForCrewMemberViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "EndorsementMutationSectionPutExternalForCrewMemberViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_NOT_FROM_OAUTH",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALUE_NOT_VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NO_EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeatureTogglesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "activateOperatorToggle",
                            "description": "",
                            "args": [
                                {
                                    "name": "toggleId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deactivateOperatorToggle",
                            "description": "",
                            "args": [
                                {
                                    "name": "toggleId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "activateUserToggle",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "toggleId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deactivateUserToggle",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "toggleId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "HotelReservationMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "removeByPnr",
                            "description": "",
                            "args": [
                                {
                                    "name": "pnr",
                                    "description": "\nPossible violation list: IS_NOT_PNR_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PnrOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "RemoveByPnrOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SecurityMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "loginSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoginSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoginSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setAllowLoginForNewUser",
                            "description": "",
                            "args": [
                                {
                                    "name": "isAllow",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RecurrenceRuleMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "putDutyAccountDefinitionRecurrenceRule",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "recurrenceRuleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "recurrenceRule",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RecurrenceRule",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "recurrenceRuleAmount",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Decimal",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loginNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putDutyAccountDefinitionRecurrenceRuleList",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "dutyAccountDefinitionNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyAccountDefinitionNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "rules",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "DutyAccountDefinitionRecurrenceRuleInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteDutyAccountDefinitionRecurrenceRule",
                            "description": "Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE",
                            "args": [
                                {
                                    "name": "recurrenceRuleNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RecurrenceRuleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDutyAccountDefinitionRecurrenceRuleValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullDutyAccountDefinitionRecurrenceRuleValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyAccountDefinitionRecurrenceRule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFLICTING_USER_ASSIGNMENTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DutyAccountDefinitionRecurrenceRuleInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "recurrenceRuleNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "recurrenceRule",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "RecurrenceRule",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "recurrenceRuleAmount",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Decimal",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNidList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullDutyAccountDefinitionRecurrenceRuleValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullDutyAccountDefinitionRecurrenceRuleValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyAccountDefinitionRecurrenceRule",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RecurrenceRuleMutationPutDutyAccountDefinitionRecurrenceRuleListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFLICTING_USER_ASSIGNMENTS_IN_LIST",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CONFLICTING_USER_ASSIGNMENTS_WITH_EXISTING",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "hoursRecurrence",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryHoursRecurrenceMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "irregularHours",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryIrregularHoursMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "airportBrief",
                            "description": "Requires access to resource GRAPHQL_AIRPORT_BRIEF_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AirportDirectoryAirportBriefMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryHoursRecurrenceMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setByLocationNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "HoursRecurrenceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hoursRecurrenceList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "HoursRecurrenceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "HoursRecurrenceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startOffset",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isStartOffsetPositive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startOffsetReference",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceReference",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endOffset",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isEndOffsetPositive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endOffsetReference",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceReference",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timezone",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceTimezone",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "state",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceState",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "applyToDepartureArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "HoursRecurrenceApplyToDepartureArrival",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryIrregularHoursMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setByLocationNid",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "HoursRecurrenceType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isIrregularHours",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "irregularHoursNote",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AirportDirectoryAirportBriefMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "disable",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enable",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "expires",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setExpires",
                            "description": "",
                            "args": [
                                {
                                    "name": "locationNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LocationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "expires",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disableByCode",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enableByCode",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "expires",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setExpiresByCode",
                            "description": "",
                            "args": [
                                {
                                    "name": "airportCode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportCodeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "expires",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateAircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT_EDIT.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "acftNid",
                                    "description": "Aircraft numeric identifier",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftUpdate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullAircraftValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateAircraftTahTac",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_EDIT.\nRequires access to resource GRAPHQL_ACFT.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tahTacData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftTahTacDataInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createAircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT_EDIT",
                            "args": [
                                {
                                    "name": "aircraft",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftCreate",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullAircraftValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setDayNote",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_DAY_NOTE_EDIT",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clearDayNote",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_DAY_NOTE_EDIT",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DateIntervalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putExternalId",
                            "description": "Requires access to resource GRAPHQL_ACFT_EDIT",
                            "args": [
                                {
                                    "name": "aircraft",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "externalId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AircraftMutationPutExternalIdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateAircraftSsimSettings",
                            "description": "Requires access to resource GRAPHQL_ACFT_EDIT",
                            "args": [
                                {
                                    "name": "aircraft",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passengerReservationBookingDesignator",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "configurationVersion",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ssimDei3AircraftOwner",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ssimDei4CockpitCrewEmployer",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ssimDei5CabinCrewEmployer",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftUpdate",
                    "description": "Data for modifying single aircraft belonging to operator specified in request endpoint",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "yearOfProduction",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notUsed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "averageFuelConsumption",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baseNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "painting",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defFltNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "equipmentCodes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "autoIncDefFltNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eurocontrolTracking",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftEurocontrolTrackingEnumType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "homeBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalHomeBaseList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AirportNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minGroundTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minFlightTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftTypeName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minCrewCabinQuantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minCrewCockpitQuantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minCrewMaintenanceQuantity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acmi",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyerName",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyerAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "OperatorBaseNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sELCAL",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultTaxiFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defMaxFl",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingNeededAtHomeBase",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxCargo",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rescueAndFireFightingCategory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rescueAndFireFightingCategoryFerry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "climbRate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "descentRate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iFRRouteFactor",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludeFromPayment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "performanceSchema",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "runwayLength",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "satellitePhoneNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defRestFacility",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftRestFacility",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mtow",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mzfw",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPriceFixed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "HexColor",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxRangeWithNoPax",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxRangeWithMaxPax",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultFuelUpliftUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weightUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultCargoUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultFlightType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultFlightRule",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightRule",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rescueAndFireFightingCategoryFaa",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "RescueAndFireFightingCategoryFaa",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noiseCategory",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftNoiseCategory",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ukApdAircraftClass",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "UkApdAircraftClass",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftFile",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distanceProfileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DistanceProfile",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "performanceSpeedList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftPerformanceSpeedInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dontSendMtowWarning",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "commercial",
                            "description": "Default commercial field in aircraft sales settings",
                            "type": {
                                "kind": "ENUM",
                                "name": "QuoteCommercialEnumType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultOpsNote",
                            "description": "Default OPS note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "activeOperatorAircraftModules",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "activeModuleForAircraftInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultTripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerReservationBookingDesignator",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "configurationVersion",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftEmailTemplateList",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftEmailTemplateListInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isOwnerApproval",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftPreferredHandlerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "owners",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ApiAircraftOwnerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftSalesSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TagDefinitionInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftPriceFeeQuotationMethodEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultPricingMargin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "amenities",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftAmenitiesInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftInsuranceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftInsuranceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "towbarOnBoard",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AcftTowbarOnBoardEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "useAircraftPositions",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultPositionNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "PositionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "basicOperatingWeight",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minHoldingFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minAlternateFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minContingencyFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mxSupervisor",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clientPricingSettingsList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftClientPricingSettingsInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTimeTarget",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiAircraftFlightTimeTargetInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "foreignAocCountryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "standardTaxiFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noTaxiTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positioningFlightsPolicy",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPositioningFlightsPolicySetting",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryFlightTimeAllocation",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mlw",
                            "description": "Maximum Landing Weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mvtRuleList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "MvtRuleNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabledIntegrationClientIdList",
                            "description": "List of OAuth clients that should have access to this aircraft",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "OAuthClientId",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilUpliftUnit",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "OilUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftFile",
                    "description": "Data for create single aircraft file",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fileId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "title",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DistanceProfile",
                    "description": "Aircraft distance profile",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "distance",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "milesToClimb",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "climbTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cruiseSpeed",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cruiseFlightLevel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPerformanceSpeedInput",
                    "description": "Aircraft performance speed",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "from",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "speed",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "activeModuleForAircraftInput",
                    "description": "Represents single active operator module for aircraft",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "active",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftEmailTemplateListInput",
                    "description": "Aircraft email templates list input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "charterAgreementEmailTemplate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "EmailTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightBriefEmailTemplate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "EmailTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteInvoiceEmailTemplate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "EmailTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesPanelMessageEmailTemplate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "EmailTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPreferredHandlerInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "airportNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlerNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "handlerNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiAircraftOwnerInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contact",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isApprovalRecipient",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftSalesSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "defaultClientForOwnerFlights",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ContactNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "costCenter",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultDocumentTemplates",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftSalesDocumentTemplatesInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "customerServiceTeamLoginList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "frenchNoiseTaxCategory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "charterType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "CharterType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pricingMarginPeriods",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftPricingMarginPeriodInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftSalesDocumentTemplatesInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "charterAgreement",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightBrief",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteInvoice",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "DocumentTemplateNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPricingMarginPeriodInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validFrom",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "validTo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "margin",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftAmenitiesInput",
                    "description": "Represents single aircraft amenities type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "smoking",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifi",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifiType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesWifi",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifiCost",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "usDecal",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "part129",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "d3Weblink",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acSpecSheetWeblink",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acarsEmailAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mobile2",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mobile3",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinWidth",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinLength",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinHeight",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinVolume",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggageCapacity",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toilet",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftAmenitiesToilet",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pets",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airConditioning",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airShow",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "warmingOven",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cdPlayer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "convectionOven",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tvMonitors",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dvdPlayer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "espressoMachine",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggageCompartment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "numberOfStandardSizeBags",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sleepingConfiguration",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftClientPricingSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "client",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ClientNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftPriceListNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportPriceListNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPriceFeeQuotationMethodEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApiAircraftFlightTimeTargetInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "annual",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "monthly",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftPositioningFlightsPolicySetting",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftPositioningFlightsPolicyType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "threshold",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positioning_threshold",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "repositioning_threshold",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftPositioningFlightsPolicyType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FLOATING_BASE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIXED_BASE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MvtRuleNid",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftExternalIdInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "salesforceId",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullAircraftValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullAircraftValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullAircraftValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftTahTacDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "airframeStartDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airframeStartTah",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airframeStartTac",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airframeLimitDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airframeLimitTah",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airframeLimitTac",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airframeLimitNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "warningsFlightHours",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "warningsFlightCycles",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "apu",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "EngineInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "engineList",
                            "description": "Order fields must have a unique values!",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EngineInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exportToCAMP",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "true"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EngineInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "serialNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTah",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTac",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilReportPeriodHours",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftCreate",
                    "description": "Data for create single aircraft belonging to operator specified in request endpoint",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "yearOfProduction",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "yearOfRefurbishment",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftTypeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notUsed",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "averageFuelConsumption",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCapacity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defFltNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "equipmentCodes",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "autoIncDefFltNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eurocontrolTracking",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftEurocontrolTrackingEnumType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "homeBase",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalHomeBaseList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AirportNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deleted",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minGroundTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minFlightTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acftTypeName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minCrewCabinQuantity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minCrewCockpitQuantity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minCrewMaintenanceQuantity",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serialNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acmi",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyerName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "buyerAddress",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "painting",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operatorBase",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "OperatorBaseNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sELCAL",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxFuel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultTaxiFuel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defMaxFl",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingNeededAtHomeBase",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxCargo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rescueAndFireFightingCategory",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rescueAndFireFightingCategoryFerry",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "climbRate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "descentRate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iFRRouteFactor",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "excludeFromPayment",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "performanceSchema",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "runwayLength",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "satellitePhoneNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defRestFacility",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftRestFacility",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mtow",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mzfw",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPriceFixed",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "color",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "HexColor",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxRangeWithNoPax",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxRangeWithMaxPax",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rescueAndFireFightingCategoryFaa",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "RescueAndFireFightingCategoryFaa",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultFuelUpliftUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "weightUnit",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultCargoUnit",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WeightUnit",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultFlightType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultFlightRule",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "FlightRule",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noiseCategory",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftNoiseCategory",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distanceProfileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DistanceProfile",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "performanceSpeedList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftPerformanceSpeedInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dontSendMtowWarning",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airportPriceList",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftPriceList",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ukApdAircraftClass",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "UkApdAircraftClass",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultOpsNote",
                            "description": "Default OPS note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "commercial",
                            "description": "Default commercial field in aircraft sales settings",
                            "type": {
                                "kind": "ENUM",
                                "name": "QuoteCommercialEnumType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "activeOperatorAircraftModules",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "activeModuleForAircraftInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultTripType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ScheduleTripType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerReservationBookingDesignator",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "configurationVersion",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftEmailTemplateList",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftEmailTemplateListInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "owners",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ApiAircraftOwnerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "salesSettings",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftSalesSettingsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TagDefinitionInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultPricingMargin",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "amenities",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftAmenitiesInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "exclusionZones",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferryFlightTimeAllocation",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightTimeTarget",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiAircraftFlightTimeTargetInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positioningFlightsPolicy",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftPositioningFlightsPolicySetting",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preferredHandlers",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftPreferredHandlerInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quotationMethod",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftPriceFeeQuotationMethodEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isOwnerApproval",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftInsuranceNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftInsuranceNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "towbarOnBoard",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AcftTowbarOnBoardEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "useAircraftPositions",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "defaultPositionNidList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "PositionNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "basicOperatingWeight",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minHoldingFuel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minAlternateFuel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minContingencyFuel",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mxSupervisor",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clientPricingSettingsList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftClientPricingSettingsInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "foreignAocCountryList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "CountryCode",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "standardTaxiFuel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "noTaxiTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AocWithSourceInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mlw",
                            "description": "Maximum Landing Weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mvtRuleList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "MvtRuleNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ssimDei3AircraftOwner",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ssimDei4CockpitCrewEmployer",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ssimDei5CabinCrewEmployer",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AircraftExternalIdInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabledIntegrationClientIdList",
                            "description": "List of OAuth clients that should have access to this aircraft",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "OAuthClientId",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilUpliftUnit",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "OilUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "AircraftMutationPutExternalIdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "AircraftMutationPutExternalIdViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftMutationPutExternalIdViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "AircraftMutationPutExternalIdViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftMutationPutExternalIdViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftMutationPutExternalIdViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "AircraftMutationPutExternalIdViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "EXTERNAL_ID_EXISTS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "setCrewAppDocumentVisible",
                            "description": "Requires access to resource CREW_APP_DOCUMENT_VISIBILITY_EDIT",
                            "args": [
                                {
                                    "name": "documentTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "visibility",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aiAssistant",
                            "description": "Requires access to resource GRAPHQL_DOCUMENT_TEMPLATE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocumentManagerAiAssistantMutationSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocumentManagerAiAssistantMutationSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "startThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DocumentManagerAiAssistantCreateThreadInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addMessageToThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DocumentManagerAiAssistantAddMessageToThreadInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocumentManagerAiAssistantCreateThreadInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "documentTemplateNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DocumentTemplateNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "graphqlParams",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DocumentManagerGraphqlParamInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dataParts",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TemplateForDocumentDataPartsInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userInput",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TemplateAiAssistantUploadedFile",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "model",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AiModel",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "TemplateAiAssistantUploadedFile",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "path",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocumentManagerAiAssistantAddMessageToThreadInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "loginAiConversationThreadId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LoginAiConversationThreadId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userInput",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TemplateAiAssistantUploadedFile",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setFleetDocument",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftDocumentNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftDocumentNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftDocumentInput",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftDocumentInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFleetDocument",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftDocumentNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftDocumentNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendAircraftDocumentsNotificationTo",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftDocumentsNotificationInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetPlannerMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftDocumentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expireDate",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "neverExpires",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileDataInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftDocumentsNotificationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLoginNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlannerMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "scheduleAutoPlan",
                            "description": "return calculation id for auto plan calculation.",
                            "args": [
                                {
                                    "name": "planFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FleetPlannerFlight",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "maintenanceList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FleetPlannerMaintenance",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FleetPlannerFlight",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUtc",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUtc",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FleetPlannerMaintenance",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTimeUtc",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUtc",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airport",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUserSalesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUserDutyMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMobileDeviceToken",
                            "description": "",
                            "args": [
                                {
                                    "name": "token",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "appName",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "MobileAppName",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeMobileDeviceToken",
                            "description": "",
                            "args": [
                                {
                                    "name": "token",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "MobileDeviceToken",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "LoggedUserMutationRemoveMobileDeviceTokenOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "history",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoggedUserHistoryMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyClockInOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyClockInOutMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use duty.clockInOut instead"
                        },
                        {
                            "name": "filterPreset",
                            "description": "Requires access to resource GRAPHQL_FILTER_PRESET_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FilterPresetMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyRequestSectionMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Use duty.request instead"
                        },
                        {
                            "name": "crewApp",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "keyValueStore",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "KeyValueStoreMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editOwnEndorsement",
                            "description": "Requires access to resource CREW_APP_OWN_CERTIFICATES_EDIT",
                            "args": [
                                {
                                    "name": "endorsementNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,ENDORSEMENT_NOT_EDITABLE",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "EndorsementDefinitionNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": "\nPossible violation list: IS_NO_EMPTY",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewMemberMobileEndorsementInputType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "LoggedUserMutationEditOwnEndorsementOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enableReadWriteMode",
                            "description": "",
                            "args": [
                                {
                                    "name": "enable",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "yoloTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimeLong",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SupportReadWriteMode",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserSalesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setMessagesViewDate",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserDutyMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "clockInOut",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyClockInOutMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "request",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutyRequestSectionMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateDutyHours",
                            "description": "Requires access to resource GRAPHQL_DUTY_DETAILS",
                            "args": [
                                {
                                    "name": "dutyTrNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyTrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endTime",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "TimezoneToggleEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "LoggedUserDutyMutationUpdateDutyHoursOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyClockInOutMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "clockIn",
                            "description": "",
                            "args": [
                                {
                                    "name": "duty",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "longitude",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LongitudeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "latitude",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LatitudeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clockOut",
                            "description": "",
                            "args": [
                                {
                                    "name": "duty",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TrNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "longitude",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LongitudeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "latitude",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LatitudeScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LongitudeScalar",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LatitudeScalar",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyRequestSectionMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_DUTY_REQUEST_EDIT",
                            "args": [
                                {
                                    "name": "dutyRequest",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "DutyRequestInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "MyDutyRequest",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "Requires access to resource GRAPHQL_DUTY_REQUEST_EDIT.\nDuty request has to be assigned to user",
                            "args": [
                                {
                                    "name": "dutyRequestNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RequestDutyNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DutyRequestSectionMutationDeleteOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DutyRequestInput",
                    "description": "Represents set of duty request data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "dutyDefinitionNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiDutyDefinitionNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDate",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endDate",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotNote",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DutyRequestSectionMutationDeleteOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DutyRequestSectionMutationDeleteViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyRequestSectionMutationDeleteViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyRequestSectionMutationDeleteViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyRequestSectionMutationDeleteViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DutyRequestSectionMutationDeleteViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DutyRequestSectionMutationDeleteViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "LoggedUserDutyMutationUpdateDutyHoursOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "LoggedUserDutyMutationUpdateDutyHoursViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserDutyMutationUpdateDutyHoursViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoggedUserDutyMutationUpdateDutyHoursViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserDutyMutationUpdateDutyHoursViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoggedUserDutyMutationUpdateDutyHoursViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoggedUserDutyMutationUpdateDutyHoursViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_LOGGED_USER_DUTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "MobileAppName",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREW_APP",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "MobileDeviceToken",
                    "description": "Mobile device token",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "LoggedUserMutationRemoveMobileDeviceTokenOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "LoggedUserMutationRemoveMobileDeviceTokenViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserMutationRemoveMobileDeviceTokenViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoggedUserMutationRemoveMobileDeviceTokenViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserMutationRemoveMobileDeviceTokenViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoggedUserMutationRemoveMobileDeviceTokenViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoggedUserMutationRemoveMobileDeviceTokenViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserHistoryMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "confirmRosterChanges",
                            "description": "",
                            "args": [
                                {
                                    "name": "date",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Date",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "TimezoneToggleEnum",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FilterPresetMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "filterData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Json",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "presetName",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPrivate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FilterPreset",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "filterPresetNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FilterPresetNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filterData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Json",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "presetName",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPrivate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FilterPreset",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "filterPresetNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FilterPresetNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFlightMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppChecklistMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "Requires access to resource CREW_APP_PASSENGER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContactMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setScheduleFilter",
                            "description": "",
                            "args": [
                                {
                                    "name": "filter",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppScheduleFilterInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hotelReservation",
                            "description": "Requires access to resource GRAPHQL_CREW_APP_HOTEL_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppHotelReservationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "Requires access to resource CREW_APP_POSITIONING_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPositioningMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crew",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppCrewMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppFlightMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "savePassengerList",
                            "description": "Requires access to resource CREW_APP_PASSENGER_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppFlightSavePassengerListInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewAppPassengerListValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppFlightSavePassengerListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passengerContactList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewAppPassengerContactInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppPassengerContactInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "contactNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ContactNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalPassportNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departurePassportNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassportNidScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arrivalNationalIdNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "NationalIdNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureNationalIdNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "NationalIdNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullCrewAppPassengerListValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppPassengerListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppPassengerListValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "Requires access to resource CREW_APP_PASSENGER",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPassengerList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppChecklistMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setMyScheduleFlightChecklistItemStatus",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addMyScheduleFlightChecklistItemFile",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ChecklistFileType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppFileSimple",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeMyScheduleFlightChecklistItemFile",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "filePath",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMySchedulePositioningChecklistItemStatus",
                            "description": "Requires access to given positioning",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "positioningNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PositioningNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "status",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppContactMutation",
                    "description": "Contact mutations for CrewApp",
                    "fields": [
                        {
                            "name": "createPerson",
                            "description": "Create person contact in CrewApp with recommended travel documents.\nRequires access to resource CREW_APP_PASSENGER_EDIT",
                            "args": [
                                {
                                    "name": "person",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppPersonCreateInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullCrewAppPersonCreateResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppPersonCreateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "knownAs",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfBirth",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationality",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gender",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "Gender",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isClient",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "accountNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AccountNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "passportList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewAppPassportInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nationalIdList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CrewAppNationalIdInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppPassportInput",
                    "description": "Data for creating a passport in CrewApp",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileUploadList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppNationalIdInput",
                    "description": "Data for creating a national ID in CrewApp",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "number",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "country",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfExpiry",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentType",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "NationalIdDocumentType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isDefault",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullCrewAppPersonCreateResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullCrewAppPersonCreateResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullCrewAppPersonCreateResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppPersonCreateResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPersonCreateResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "recommendedTravelDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewAppContactRecommendedTravelDocuments",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppScheduleFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNotActive",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNotAssigned",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flights",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "options",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reservations",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maintenance",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionings",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "offices",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "duties",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dimFerry",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aptPriority",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewAppAirportCodePriority",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeMode",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TimezoneToggleEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "filterAircraftList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppScheduleAircraftFilterInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppScheduleAircraftFilterInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "registration",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabled",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppHotelReservationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createHotelReservation",
                            "description": "Execution is not allowed during publishing",
                            "args": [
                                {
                                    "name": "hotelReservationData",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppHotelReservationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeZoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppHotelReservationInput",
                    "description": "Represents set of hotel reservation data for crew app.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hotelNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "HotelNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CrewMemberNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "MoneyInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftRegistration",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bookingNumber",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppPositioningMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Execution is not allowed during publishing",
                            "args": [
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CrewAppPositioningInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewAppPositioningInputType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aocSource",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AocSource",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AocNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "driverLogin",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "type": {
                                "kind": "ENUM",
                                "name": "PositioningType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "uploadFileList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tagList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TagInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TripNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rebook",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "PNR",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ticketNumber",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewAppCrewMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "confirmTravelDocuments",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "passportNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "PassportNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "departurePassportNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "PassportNidScalar",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "arrivalNationalIdNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "NationalIdNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "departureNationalIdNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "NationalIdNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "KeyValueStoreMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setKeyValueStore",
                            "description": "",
                            "args": [
                                {
                                    "name": "settingName",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "settingValue",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CrewMemberMobileEndorsementInputType",
                    "description": "Data for modification of personal endorsement from Crew App",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "dateOfIssue",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expiry",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CrewMemberEndorsementExpiringInputType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewNote",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "\nPossible violation list: IS_NO_EMPTY",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Upload",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileInputList",
                            "description": "\nPossible violation list: IS_NO_EMPTY",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "LoggedUserMutationEditOwnEndorsementOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPersonalEndorsementValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "LoggedUserMutationEditOwnEndorsementViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserMutationEditOwnEndorsementViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LoggedUserMutationEditOwnEndorsementViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoggedUserMutationEditOwnEndorsementViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoggedUserMutationEditOwnEndorsementViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "LoggedUserMutationEditOwnEndorsementViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENDORSEMENT_NOT_EDITABLE",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NO_EMPTY",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VALUE_NOT_VALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightCustomerMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setPAXListByExternalId",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "paxList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightCustomerOAuthPaxInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullFlightCustomerPaxListTypeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightCustomerOAuthPaxInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "externalId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "surname",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullFlightCustomerPaxListTypeValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullFlightCustomerPaxListTypeValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullFlightCustomerPaxListTypeValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightCustomerPaxListType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardMutation",
                    "description": "Report Wizard",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "name",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "category",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPrivate",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "customFields",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Map",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "templateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TemplateNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "templateExcelNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TemplateNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "roleNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "RoleNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "name",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ReportWizardGraphqlQueryString",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "category",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isPrivate",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "customFields",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Map",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "roleNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "RoleNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardScheduleMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestedReports",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardRequestedReportsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateExcelTemplate",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "excelTemplate",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateHtmlTemplate",
                            "description": "Update html\/pdf template",
                            "args": [
                                {
                                    "name": "templateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "templateData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TemplateDataInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullTemplateNewValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setReportWizardTagList",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "TagDefinitionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteReportWizardTagDefinition",
                            "description": "",
                            "args": [
                                {
                                    "name": "tagDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TagDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sharedLink",
                            "description": "Requires access to resource GRAPHQL_REPORT_WIZARD_SHARED_LINK_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardSharedLinkMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aiAssistant",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardAiAssistantMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMaxDisplayableDayRange",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dayRange",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "IntPositive",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TemplateNid",
                    "description": "Template numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardScheduleMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EmailTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emails",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiEmailScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Frequency",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyDailyTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Time",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyDayOfWeek",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "DayOfWeek",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyDayOfMonth",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateFilters",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ReportWizardDateFiltersInputType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dontSendEmptyReports",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyMonthDay",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MonthDay",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachPdf",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachCsv",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachExcel",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardSchedule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardScheduleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardScheduleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "EmailTemplateNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emails",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ApiEmailScalar",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateFilters",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ReportWizardDateFiltersInputType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "Frequency",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyDailyTime",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Time",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyDayOfWeek",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "DayOfWeek",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyDayOfMonth",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dontSendEmptyReports",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "frequencyMonthDay",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "MonthDay",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachPdf",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachCsv",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachExcel",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReportWizardSchedule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardScheduleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardScheduleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ReportWizardDateFiltersInputType",
                    "description": "Date filter used in report wizard",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "from",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "to",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateRange",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "ReportWizardDateRange",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tzNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ReportWizardScheduleNid",
                    "description": "ReportWizardSchedule numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardRequestedReportsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "name",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "query",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardGraphqlQueryString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "templateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "templateExcelNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "customFields",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Map",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "requestedReport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardRequestedReportNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullTemplateNewValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullTemplateNewValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullTemplateNewValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TemplateNew",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardSharedLinkMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "reportWizardNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ReportWizardSharedLink",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "sharedLink",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardSharedLinkNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ReportWizardAiAssistantMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "startThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ReportWizardAiAssistantCreateThreadInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardAiThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addMessageToThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardAiThreadId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardAiThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userInput",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "NotEmptyString",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startExcelTemplateThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ReportWizardExcelAiAssistantCreateThreadInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardAiThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addExcelMessageToThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "reportWizardAiThreadId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ReportWizardAiThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ReportWizardAiAssistantCreateThreadInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "reportWizardNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dataParts",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ReportWizardTemplateDataPartsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userInput",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "model",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AiModel",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ReportWizardTemplateDataPartsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "css",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "footer",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "header",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ReportWizardExcelAiAssistantCreateThreadInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "reportWizardNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ReportWizardNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bodyExcel",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userInput",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "model",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "AiModel",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "docusign",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocusignMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "foreFlight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ForeFlightMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "govlink",
                            "description": "Requires access to resource INTEGRATION_GOVLINK_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GovlinkMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pnrGo",
                            "description": "Requires access to resource INTEGRATION_PNR_GO_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PnrGoMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "salesforce",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesforceMutationType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "efb",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EfbMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "common",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationCommonMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "navBlue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NavBlueMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fliteBrief",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FliteBriefMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mySky",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationMySkyMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocusignMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "envelopeForQuoteRequestAgreement",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DocusignEnvelopeMutationForQuoteRequestAgreement",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DocusignEnvelopeMutationForQuoteRequestAgreement",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateEnvelopeDraft",
                            "description": "Requires access to resource INTEGRATION_SEE",
                            "args": [
                                {
                                    "name": "envelopeInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestAgreementEnvelopeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateEnvelopeContract",
                            "description": "Requires access to resource INTEGRATION_SEE",
                            "args": [
                                {
                                    "name": "envelopeInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestAgreementEnvelopeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendEnvelope",
                            "description": "Requires access to resource INTEGRATION_SEE",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createEnvelope",
                            "description": "Requires access to resource INTEGRATION_SEE",
                            "args": [
                                {
                                    "name": "envelopeInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "QuoteRequestAgreementEnvelopeInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullDocusignIntegrationStatusWithEnvelopeValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "QuoteRequestAgreementEnvelopeInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRequestNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRealizationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteLegsNids",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRealizationLegNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailData",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DocusignEmailInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocusignEmailInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "from",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "to",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiMultiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cc",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiMultiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "subject",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "NotEmptyString",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "attachment",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ExternalServiceMessageAttachmentInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ForeFlightMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "exportFlights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acceptLatestFlightTime",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "declineLatestFlightTime",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_EDIT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightTime",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setServices",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "oauthClientNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "services",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightSupportServiceRequestInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isSharePaxDataEnabled",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "specificOverflightPermitsCountryList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setServiceStatus",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "services",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightSupportServiceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendMessage",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "oauthClientNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "content",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachments",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FileDataInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendFlightSupportMessage",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "content",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "createdBy",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachments",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Upload",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMessageReadStatus",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "messageId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportMessageId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFlightWatch",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightWatch",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightSupportFlightWatchInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setSlotAdepTime",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setSlotAdesTime",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "time",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Time",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightPermits",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightPermitsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFlightSupportChecklistItemStatus",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFlightSupportChecklistItemNote",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightServiceFiles",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightServiceFilesMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setFlightSupportAvailableAirportServiceList",
                            "description": "Requires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "airportServices",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightSupportAvailableAirportServiceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightSupportServiceRequestInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "service",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requested",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightSupportServiceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "service",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fsNote",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightSupportFlightWatchInput",
                    "description": "Flight Watch input data for Flight Supports",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "ctotIso",
                            "description": "CTOT (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etdIso",
                            "description": "ETD (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffIso",
                            "description": "BLOFF (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toIso",
                            "description": "T\/O (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eetIso",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etaIso",
                            "description": "ETA (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgIso",
                            "description": "LDG (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonIso",
                            "description": "BLON (in UTC)",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pax",
                            "description": "PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "div",
                            "description": "Diverted airport",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AirportCodeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DelayCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": "Notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "internalNotes",
                            "description": "Internal notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffFuel",
                            "description": "BLOFF fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toFuel",
                            "description": "T\/O fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgFuel",
                            "description": "LDG fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonFuel",
                            "description": "BLON fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taxi",
                            "description": "Current departure taxi time and procedure",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mpr",
                            "description": "Most penalising regulation must be valid by regex \/^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$\/",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "regCause",
                            "description": "Most penalising regulation (REGUL+) cause",
                            "type": {
                                "kind": "ENUM",
                                "name": "RegulationCauseEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ttof",
                            "description": "Target time over fix",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tobt",
                            "description": "Target off block time",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ApiDateTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adultCount",
                            "description": "Adult count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maleCount",
                            "description": "Male count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "femaleCount",
                            "description": "Female count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "childCount",
                            "description": "Child count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "infantCount",
                            "description": "Infant count",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "baggage",
                            "description": "Baggage weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mail",
                            "description": "Mail weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalLoad",
                            "description": "Total load weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AirportCodeInput",
                    "description": "Airport Code input\/delete",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "airportCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete Airport code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightPermitsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createOverflightPermit",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "country",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegPermitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegPermit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateOverflightPermit",
                            "description": "",
                            "args": [
                                {
                                    "name": "overflightPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OverflightPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegPermitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegPermit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteOverflightPermit",
                            "description": "",
                            "args": [
                                {
                                    "name": "overflightPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OverflightPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createLandingPermit",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "country",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "CountryCode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegPermitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegPermit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateLandingPermit",
                            "description": "",
                            "args": [
                                {
                                    "name": "landingPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LandingPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permit",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "LegPermitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LegPermit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteLandingPermit",
                            "description": "",
                            "args": [
                                {
                                    "name": "landingPermitNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "LandingPermitNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportFlightServiceFilesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "uploadFlightServiceFiles",
                            "description": "Upload file list for flight support service on flight. Service has to be related to checklist item..\nRequires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "service",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeAllFlightServiceFiles",
                            "description": "Remove all flight support service files uploaded on flight.\nRequires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "service",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "overrideFlightServiceFiles",
                            "description": "Upload new file list for flight support service on flight and override old one. Service has to be related to checklist item..\nRequires access to resource INTEGRATION_FLIGHT_SUPPORT",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightSupportFlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "service",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightSupportAvailableAirportServiceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "airportCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "serviceList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "FlightSupportServiceEnum",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GovlinkMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setProcessList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "processList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "LegGovlinkProcessInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "overallStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegGovlinkProcess",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clearProcessList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putSanctionList",
                            "description": "If item is not on flight it will be added.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sanctionList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,LINK_HTTPS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "GovLinkListInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PutSanctionListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSanctionListLinks",
                            "description": "Delete assigned links.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "links",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DeleteSanctionListLinksOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LegGovlinkProcessInput",
                    "description": "Data for Leg GOVlink process",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "format",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GovlinkProcessFormat",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "GovlinkProcessStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "\"\""
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "GovLinkListInput",
                    "description": "GovLink item input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "links",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChecklistItemLinkInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "PutSanctionListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "PutSanctionListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "PutSanctionListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "PutSanctionListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PutSanctionListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PutSanctionListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PutSanctionListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "WRONG_CHECKLIST_ITEM_STATUS_CODE_FOR_OPERATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LINK_HTTPS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "DeleteSanctionListLinksOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "DeleteSanctionListLinksViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "DeleteSanctionListLinksViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DeleteSanctionListLinksViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DeleteSanctionListLinksViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DeleteSanctionListLinksViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "DeleteSanctionListLinksViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "LINK_NAME_DONT_EXISTS_FOR_ITEM",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PnrGoMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setPnrGoProcessList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "processList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "LegPnrGoProcessInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "overallStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "LegPnrGoProcess",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "clearPnrGoProcessList",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setEapisConfirmationCode",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "confirmationCode",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setEapisLinks",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "links",
                                    "description": "\nPossible violation list: LINK_HTTPS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemLinkInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "putSanctionList",
                            "description": "If item is not on flight it will be added.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sanctionList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,LINK_HTTPS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PnrGoSanctionListInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "PutSanctionListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSanctionListLinks",
                            "description": "Delete assigned links.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "links",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "DeleteSanctionListLinksOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setManualChecklistStatus",
                            "description": "Set checklist item status to MANUAL_OK for PnrGO integration.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LegPnrGoProcessInput",
                    "description": "Data for Leg PNR GO process",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "country",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "area",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "PnrGoArea",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "format",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PnrGoProcessFormat",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PnrGoProcessStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": "\"\""
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PnrGoSanctionListInput",
                    "description": "PnrGo Sanction List item input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "links",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChecklistItemLinkInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceMutationType",
                    "description": "",
                    "fields": [
                        {
                            "name": "contact",
                            "description": "Requires access to resource GRAPHQL_CONTACT_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesforceContactMutationType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "Requires access to resource GRAPHQL_SALES_QUOTE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesforceQuoteRequestMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceContactMutationType",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateInSalesforce",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createInSalesforce",
                            "description": "",
                            "args": [
                                {
                                    "name": "contactNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ContactNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "downloadById",
                            "description": "",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullContactValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesforceQuoteRequestMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateInSalesforce",
                            "description": "",
                            "args": [
                                {
                                    "name": "requestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EfbMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "journeyLog",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG_EDIT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JourneyLogMutationNew",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setJourneyLogReportingTime",
                            "description": "Requires access to resource GRAPHQL_FTL_EDIT",
                            "args": [
                                {
                                    "name": "journeyLogReportingTime",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,NO_FLIGHT",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "JourneyLogReportingTimeType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNew",
                    "description": "Node for Journey Log modifications",
                    "fields": [
                        {
                            "name": "createJourneyLog",
                            "description": "Create Journey Log",
                            "args": [
                                {
                                    "name": "journeyLogInput",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "JourneyLogInputNew",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewCreateJourneyLogOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyJourneyLog",
                            "description": "Modify Journey Log",
                            "args": [
                                {
                                    "name": "journeyLogInput",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "JourneyLogInputNew",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewModifyJourneyLogOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createOrModifyJourneyLog",
                            "description": "Create or Modify Journey Log",
                            "args": [
                                {
                                    "name": "journeyLogInput",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "JourneyLogInputNew",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewCreateOrModifyJourneyLogOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteJourneyLog",
                            "description": "Delete Journey Log",
                            "args": [
                                {
                                    "name": "flight",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightIdentificationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewDeleteJourneyLogOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancelJourneyLog",
                            "description": "Cancel Journey Log",
                            "args": [
                                {
                                    "name": "flight",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightIdentificationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "cancelNotes",
                                    "description": "Cancel notes",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewCancelJourneyLogOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uploadJourneyLogFile",
                            "description": "Upload Journey Log file",
                            "args": [
                                {
                                    "name": "flight",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightIdentificationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "file",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Upload",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewUploadJourneyLogFileOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "replaceJourneyLogAllFiles",
                            "description": "Replace all Journey Log files",
                            "args": [
                                {
                                    "name": "flight",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightIdentificationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Upload",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteJourneyLogAllFiles",
                            "description": "Delete all Journey Log files",
                            "args": [
                                {
                                    "name": "flight",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FlightIdentificationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "JourneyLogInputNew",
                    "description": "Journey Log input data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FlightIdentificationInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": "ADEP",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "ADES",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotFlying",
                            "description": "Pilot flying",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PilotFlyingNewInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoring",
                            "description": "Pilot monitoring",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "PilotMonitoringNewInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ofplFlightPlan",
                            "description": "Planned trip flight time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bloffUTC",
                            "description": "BLOFF (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toTimeUTC",
                            "description": "T\/O (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ldgTimeUTC",
                            "description": "LDG (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blonUTC",
                            "description": "BLON (in UTC)",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxFl",
                            "description": "MAX FL",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toc",
                            "description": "Top of climb",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tod",
                            "description": "Top of descent",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockFuel",
                            "description": "Block fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "usedFuel",
                            "description": "Fuel used",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remainingFuel",
                            "description": "Fuel remaining",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelDensity",
                            "description": "Fuel density (kg\/L)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FloatPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelBeforeUplift",
                            "description": "Fuel before uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUplift",
                            "description": "Uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftUnit",
                            "description": "Uplift unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftDensity",
                            "description": "Uplift density (kg\/L)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FloatPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftAfterFlight",
                            "description": "Uplift after flight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftAfterFlightUnit",
                            "description": "Uplift after flight unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "FuelUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelUpliftAfterFlightDensity",
                            "description": "Uplift after flight density (kg\/L)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FloatPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilUplift",
                            "description": "Oil uplift",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "EngineOilUpliftInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilUpliftUnit",
                            "description": "Oil uplift unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "OilUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landings",
                            "description": "Landings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": "Distance",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delayCode",
                            "description": "Delay code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DelayCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cmt",
                            "description": "CMT",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "instrumentTime",
                            "description": "Instrument time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTime",
                            "description": "Night time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pax",
                            "description": "PAX - a sum of Males, Females, Children",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxHeads",
                            "description": "PAX heads - a sum of Males, Females, Children and Infants",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransit",
                            "description": "Transit PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxEconomyClass",
                            "description": "Economy class PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxBusinessClass",
                            "description": "Business class PAX",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxAdultCount",
                            "description": "Adults",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "males",
                            "description": "Males",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "females",
                            "description": "Females",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "children",
                            "description": "Children",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "infants",
                            "description": "Infants",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pets",
                            "description": "Pets",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bags",
                            "description": "Bags [mass]",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bagsQuantity",
                            "description": "Bags [quantity]",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": "Cargo",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoUnit",
                            "description": "Cargo unit",
                            "type": {
                                "kind": "ENUM",
                                "name": "WeightUnit",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "underload",
                            "description": "Underload",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelTaxi",
                            "description": "Taxi fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelApu",
                            "description": "APU fuel burn",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "zfw",
                            "description": "ZFW",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalApuHours",
                            "description": "APU hours",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "totalApuCycles",
                            "description": "APU cycles",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightLog",
                            "description": "Flight log (Techlog Number)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachList",
                            "description": "Approach List",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "JourneyLogApproachCountInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approachTypeList",
                            "description": "Approach type list",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "JourneyLogApproachTypeCountInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hud_evs",
                            "description": "HUD\/EVS",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretion",
                            "description": "Discretion",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "euEtsExceptions",
                            "description": "EU ETS Exception",
                            "type": {
                                "kind": "ENUM",
                                "name": "EuEtsException",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "custom",
                            "description": "Custom code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notes",
                            "description": "Notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "engineRate",
                            "description": "Engine rate",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deicing",
                            "description": "Deicing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deicingQuantity",
                            "description": "Deicing quantity",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightTakeOffCount",
                            "description": "Night Take off count, sending NULL will automatically calculate the value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightLandingCount",
                            "description": "Night Landing count, sending NULL will automatically calculate the value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restFacility",
                            "description": "In-flight Rest Facility",
                            "type": {
                                "kind": "ENUM",
                                "name": "AircraftRestFacility",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asr",
                            "description": "Deicing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wind",
                            "description": "Wind",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "visibility",
                            "description": "Visibility",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rvr",
                            "description": "RVR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "autoland",
                            "description": "Autoland",
                            "type": {
                                "kind": "ENUM",
                                "name": "Autoland",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gpu",
                            "description": "GPU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gpuTime",
                            "description": "GPU Time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acu",
                            "description": "ACU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tripReportCompleted",
                            "description": "Trip report completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "catBBriefCompleted",
                            "description": "Cat B brief completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toiletService",
                            "description": "Toilet service",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waterService",
                            "description": "Water service",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handoverNotes",
                            "description": "Cockpit handover notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinHandoverNotes",
                            "description": "Cabin handover notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretionReason",
                            "description": "Discretion reason",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": "Status",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogStatus",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScore",
                            "description": "Fatigue score",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreCpt",
                            "description": "Fatigue score - CPT",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreFo",
                            "description": "Fatigue score - FO",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreOther",
                            "description": "Fatigue score - other crew",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "voyageReportNumber",
                            "description": "Voyage report number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enginesCycles",
                            "description": "Engines cycles",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "erops",
                            "description": "Extended Range Operations",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "etops",
                            "description": "Extended Range Twin Engine Operations",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slingLoad",
                            "description": "Sling load",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oilRefilled",
                            "description": "Oil refilled",
                            "type": {
                                "kind": "ENUM",
                                "name": "OilRefilledEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maintenanceLogEntry",
                            "description": "Maintenance log entry",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pushBack",
                            "description": "Push back",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewTransport",
                            "description": "Crew transport",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "clientSatisfaction",
                            "description": "Client's satisfaction",
                            "type": {
                                "kind": "ENUM",
                                "name": "ClientSatisfactionEnum",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "navDatabaseUpdate",
                            "description": "Nav Database Update",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deIcingFluidCheck",
                            "description": "De-icing fluid check",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuel_invoice",
                            "description": "Fuel invoice",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "low_visibility_take_off",
                            "description": "Low visibility take-off (below 150 m)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cat_2_approach_lnd",
                            "description": "CAT II APP\/LND",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approach_lnd_perfo_statis",
                            "description": "APP\/LND PERFO STATIS",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safaRampCheck",
                            "description": "SAFA Ramp check",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "corMorCompleted",
                            "description": "COR\/MOR completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trafficLoad",
                            "description": "Traffic load",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acDisinfected",
                            "description": "A\/C disinfected",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": "Upload files",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Upload",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lowLevelSpray",
                            "description": "Low level spray",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wifi",
                            "description": "Wi-Fi",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoLoaded",
                            "description": "Cargo loaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargoUnloaded",
                            "description": "Cargo unloaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fatigueScoreDescription",
                            "description": "Fatigue score description",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxTransport",
                            "description": "PAX transport",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "catering",
                            "description": "Catering",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ice",
                            "description": "Ice",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hotWater",
                            "description": "Hot water",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "washingDishes",
                            "description": "Washing dishes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "laundry",
                            "description": "Laundry",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "laundryNote",
                            "description": "Laundry note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oxygen",
                            "description": "Oxygen",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acCleaning",
                            "description": "A\/C cleaning",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asu",
                            "description": "ASU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "asuTime",
                            "description": "ASU Time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "securityCheck",
                            "description": "Security check",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "camoNotes",
                            "description": "CAMO notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "onTask",
                            "description": "On task",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "offTask",
                            "description": "Off task",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "successCode",
                            "description": "Success code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mealDiscretion",
                            "description": "Meal discretion",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "missionType",
                            "description": "Mission type",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "taskCode",
                            "description": "Task code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightSuccess",
                            "description": "Flight success",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airspace",
                            "description": "Airspace",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "config",
                            "description": "Config",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "category",
                            "description": "Category",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lowLevelTime",
                            "description": "Low level time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationOfDataCorrectness",
                            "description": "Confirmation of data correctness",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "feedback",
                            "description": "Feedback",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelInvoiceNumber",
                            "description": "Fuel invoice number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelCostCenter",
                            "description": "Cost center",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelProvider",
                            "description": "Fuel price nid",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelPriceOfUplift",
                            "description": "Price of uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelPriceOfUpliftUnit",
                            "description": "Price of uplift currency",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepFuelDeliveryNote",
                            "description": "Fuel delivery note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "carriageOfDangerousGoods",
                            "description": "Carriage of dangerous goods",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hangar",
                            "description": "Hangar",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hangarNotes",
                            "description": "Hangar notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "palletsLoaded",
                            "description": "Pallets loaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "palletsUnloaded",
                            "description": "Pallets unloaded",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffWeight",
                            "description": "Take off weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ballast",
                            "description": "Ballast",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedTakeOffWeight",
                            "description": "Restricted take off weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedLandingWeight",
                            "description": "Planned landing weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "actualLandingWeight",
                            "description": "Actual landing weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trueAirspeed",
                            "description": "True Airspeed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedFuel",
                            "description": "Planned trip fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "minimumSectorFuel",
                            "description": "Minimum sector fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeOffFuel",
                            "description": "Take off fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "landingFuel",
                            "description": "Landing fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "routeAreaCompetencyBriefed",
                            "description": "Route & area competency briefed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tirePressureCheckPerformed",
                            "description": "Tyre pressure check performed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tyrePressureNote",
                            "description": "Tyre pressure note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "congestedArea",
                            "description": "Congested area",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lowVisibilityTakeOffAboveHundredFifty",
                            "description": "Low visibility take-off (between 150m-500m)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "alcoholTest",
                            "description": "Alcohol test",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "terminalMeetPax",
                            "description": "PAX terminal meet",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxFlightSatisfactory",
                            "description": "PAX happy with flight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxComments",
                            "description": "PAX comments",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "likes",
                            "description": "Likes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dislikes",
                            "description": "Dislikes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "incidents",
                            "description": "Incidents",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "specialRequest",
                            "description": "Special request",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "informationForSales",
                            "description": "Information for Sales",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "overallPaxExperience",
                            "description": "Overall PAX experience",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deicingNotes",
                            "description": "Deicing notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCleaned",
                            "description": "Cleaned",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRestocked",
                            "description": "Re-Stocked",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewCatering",
                            "description": "Crew food",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewCateringNotes",
                            "description": "Crew food notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewHotel",
                            "description": "Crew HOTAC",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewHotelNotes",
                            "description": "Crew HOTAC notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingSatisfactory",
                            "description": "Handling satisfactory",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingSatisfactoryNotes",
                            "description": "Handling satisfactory notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCateringSatisfactory",
                            "description": "PAX happy with catering",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxCateringNotes",
                            "description": "PAX catering notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeOnStationStart",
                            "description": "TOS start",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeOnStationEnd",
                            "description": "TOS end",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedTripTime",
                            "description": "Planned trip time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "plannedTaxiFuel",
                            "description": "Planned taxi fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRating",
                            "description": "Handling rating",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRatingDescription",
                            "description": "Handling rating description",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reducedRequiredLandingDistance",
                            "description": "Reduced Required Landing Distance",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cabinDefects",
                            "description": "Cabin defects",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endUser",
                            "description": "End User (for mission)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LegEndUserNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "runway",
                            "description": "Runway",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "holding",
                            "description": "Holding",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safUsed",
                            "description": "SAF used",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safFuelBlend",
                            "description": "SAF fuel blend",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "File list",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileDataInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelPrist",
                            "description": "Fuel Prist",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "radioCommunicationReport",
                            "description": "Radio communication report",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogRadioCommunicationReport",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acDisinsected",
                            "description": "A\/C disinsected",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "airConditioning",
                            "description": "Air conditioning",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorType",
                            "description": "VOR type",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorId",
                            "description": "VOR ID",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorFrequency",
                            "description": "VOR frequency",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "vorDeviation",
                            "description": "VOR deviation",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waterScoopes",
                            "description": "Water scoopes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waterLandings",
                            "description": "Water landings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentationCompletedAccordingOma",
                            "description": "Documentation completed according OM-A",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "safetyNotes",
                            "description": "Safety\/Security notes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gnssIssuesEncourntered",
                            "description": "GNSS Issues Encountered",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "gnssIssuesNote",
                            "description": "GNSS Issues Note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hoistMission",
                            "description": "HHO cycles",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nightVisionFlights",
                            "description": "NVG sectors",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "activeNavLogSignedCompleted",
                            "description": "Active Nav Log Signed & Completed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "avionicsDatabaseUpdate",
                            "description": "Avionics database update",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "crewPreflightBriefing",
                            "description": "Crew Preflight Briefing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hobbsOff",
                            "description": "Hobbs off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hobbsOn",
                            "description": "Hobbs on",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tahOff",
                            "description": "Tach off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tahOn",
                            "description": "Tach on",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sealNumbers",
                            "description": "Seal numbers",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dispatchFeedback",
                            "description": "Dispatch feedback",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "otherFeedback",
                            "description": "Other feedback",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "oxygenRemaining",
                            "description": "Oxygen remaining",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hydraulicSystem1Uplift",
                            "description": "Hydraulic System 1\/A uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hydraulicSystem2Uplift",
                            "description": "Hydraulic System 2\/B uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hydraulicSystem3Uplift",
                            "description": "Hydraulic System 3\/C uplift",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "indicatedFuel",
                            "description": "Indicated fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "additionalFuel",
                            "description": "Additional fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "alternateFuel",
                            "description": "Alternate fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "discretionaryFuel",
                            "description": "Discretionary fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "extraFuel",
                            "description": "Extra fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "finalReserveFuel",
                            "description": "Final reserve fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "contingencyFuel",
                            "description": "Contingency fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "tankeredFuel",
                            "description": "Tankered fuel",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "nvgFlightTime",
                            "description": "NVG flight time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "instructorTime",
                            "description": "Instructor time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightDocumentationCompletedSent",
                            "description": "Pre-Flight Documentation completed & Sent",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ukAirspaceTime",
                            "description": "UK Airspace time",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "standNumber",
                            "description": "Stand number",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "takeoffs",
                            "description": "Takeoffs",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "goAround",
                            "description": "Go around",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsInterruptions",
                            "description": "Ops interruptions",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogEmptyBool",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsInterruptionsNote",
                            "description": "Ops interruptions details",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "awops",
                            "description": "All Weather Operations",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftOpenedDefects",
                            "description": "Aircraft opened defects",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogEmptyBool",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftDeferredDefects",
                            "description": "Aircraft deferred defects",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogEmptyBool",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "controlledRestInCockpit",
                            "description": "Use of controlled rest in cockpit",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "controlledRestInCockpitNote",
                            "description": "Use of controlled rest in cockpit note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRatingAdep",
                            "description": "Handling rating ADEP",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "handlingRatingAdes",
                            "description": "Handling rating ADES",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fuelRemarks",
                            "description": "Fuel remarks",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationOfDataCorrectnessNote",
                            "description": "Confirmation of data correctness note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightPicKss",
                            "description": "Pre-Flight PIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightSicKss",
                            "description": "Pre-Flight SIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightAug1Kss",
                            "description": "Pre-Flight AUG1 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "preFlightAug2Kss",
                            "description": "Pre-Flight AUG2 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightPicKss",
                            "description": "Post-Flight PIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightSicKss",
                            "description": "Post-Flight SIC KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightAug1Kss",
                            "description": "Post-Flight AUG1 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postFlightAug2Kss",
                            "description": "Post-Flight AUG2 KSS",
                            "type": {
                                "kind": "ENUM",
                                "name": "JourneyLogKss",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "waste",
                            "description": "Waste",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "wasteNonEu",
                            "description": "Waste non EU",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mailWeight",
                            "description": "Mail weight",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "scheduleRevisionReason",
                            "description": "Schedule revision reason",
                            "type": {
                                "kind": "SCALAR",
                                "name": "LogsScheduleRevisionReasonNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCoverFitted",
                            "description": "Aircraft cover fitted",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftCoverFittedNote",
                            "description": "Aircraft cover fitted note",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rawDataTakeoff",
                            "description": "RAW DATA TKOF\/DEP is the equivalent of an aircraft approach without a flight director, but applied to takeoff.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftHandoverReport",
                            "description": "Aircraft handover report",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightIdentificationInput",
                    "description": "Flight identification using either the unique flight identifier (uniqueNid) or a set of specific flight data fields. \n\t\tIf the uniqueNid field is provided, the remaining fields can be omitted. If uniqueNid is unknown, please specify the following fields: `date` (flight date), \n\t\t`departure` (departure airport code), `destination` (destination airport code), `flightNumber`, and `aircraft` (aircraft registration). \n\t\tProviding these fields correctly identifies existing flight.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "uniqueNid",
                            "description": "Flight identification by uniqueNid identifier. Provides direct flight identification.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiLegNidOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": "Flight date, required field for flight identification, if `uniqueNid` is not provided.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeOption",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "STD",
                            "description": "`STD` Scheduled Time of Departure is an optional field. Use `STD` if two or more flights exists with the same flight number, same ADEP\/ADES and on the same date.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "DateTimeOption",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departure",
                            "description": "Flight departure, required field for flight identification, if `uniqueNid` is not provided.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "destination",
                            "description": "Flight destination, required field for flight identification, if `uniqueNid` is not provided.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AirportCodeOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "Flight number, required field for flight identification, if `uniqueNid` is not provided.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNumberOption",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": "Flight aircraft registration, required field for flight identification, if `uniqueNid` is not provided.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftRegistrationOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DateTimeOption",
                    "description": "Date and time expressed according to ISO 8601, ex. 2019-06-05, 2019-06-05T12:00:00",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AirportCodeOptionScalar",
                    "description": "Airport identification by code",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "FlightNumberOption",
                    "description": "Flight number",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PilotFlyingNewInput",
                    "description": "Pilot take off\/landing",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "pilotTakeOff",
                            "description": "Pilot take off",
                            "type": {
                                "kind": "SCALAR",
                                "name": "UserCodeOrEmailOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotLanding",
                            "description": "Pilot landing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "UserCodeOrEmailOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete pilot flying (take off and landing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "UserCodeOrEmailOptionScalar",
                    "description": "User identification by email or code",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PilotMonitoringNewInput",
                    "description": "Pilot monitoring take off\/landing",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "pilotMonitoringTakeOff",
                            "description": "DEPRECATED - Please use `pilotMonitoringTakeOffNew` instead. This field will be removed soon.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoringLanding",
                            "description": "DEPRECATED - Please use `pilotMonitoringLandingNew` instead. This field will be removed soon.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "CrewMemberNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoringTakeOffNew",
                            "description": "Pilot monitoring take off\/landing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "UserCodeOrEmailOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pilotMonitoringLandingNew",
                            "description": "Pilot monitoring take off\/landing",
                            "type": {
                                "kind": "SCALAR",
                                "name": "UserCodeOrEmailOptionScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "delete",
                            "description": "Delete pilot monitoring (take off and landing)",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewCreateJourneyLogOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewCreateJourneyLogViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewCreateJourneyLogViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewCreateJourneyLogViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewCreateJourneyLogViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewCreateJourneyLogViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewCreateJourneyLogViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_JL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewModifyJourneyLogOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewModifyJourneyLogViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewModifyJourneyLogViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewModifyJourneyLogViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewModifyJourneyLogViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewModifyJourneyLogViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewModifyJourneyLogViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_JL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewCreateOrModifyJourneyLogOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewCreateOrModifyJourneyLogViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewCreateOrModifyJourneyLogViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewCreateOrModifyJourneyLogViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewCreateOrModifyJourneyLogViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewCreateOrModifyJourneyLogViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewCreateOrModifyJourneyLogViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_JL",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewDeleteJourneyLogOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewDeleteJourneyLogViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewDeleteJourneyLogViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewDeleteJourneyLogViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewDeleteJourneyLogViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewDeleteJourneyLogViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewDeleteJourneyLogViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO_FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewCancelJourneyLogOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewCancelJourneyLogViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewCancelJourneyLogViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewCancelJourneyLogViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewCancelJourneyLogViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewCancelJourneyLogViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewCancelJourneyLogViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO_FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewUploadJourneyLogFileOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewUploadJourneyLogFileViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewUploadJourneyLogFileViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewUploadJourneyLogFileViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewUploadJourneyLogFileViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewUploadJourneyLogFileViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewUploadJourneyLogFileViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO_FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewReplaceJourneyLogAllFilesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO_FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "JourneyLogMutationNewDeleteJourneyLogAllFilesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NO_FLIGHT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "JourneyLogReportingTimeType",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "reportingUserIdentifier",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "UserCodeOrEmailOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flight",
                            "description": "\nPossible violation list: NO_FLIGHT",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FlightIdentificationInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportOn",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AutoTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "reportOff",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "AutoTimeInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationCommonMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "sched",
                            "description": "Requires access to resource GRAPHQL_SCHEDULE_ORDER_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationSchedMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationFleetMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationChecklistMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationSchedMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createSchedFlightList",
                            "description": "",
                            "args": [
                                {
                                    "name": "versionName",
                                    "description": "SCHED version name\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNameOption",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR,REGEX_FAILED_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SchedSpecifiedFlightInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "removeNotMatchedFlights",
                                    "description": "If enabled, removes all flights in the time period from the sent flightList",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IntegrationSchedMutationCreateSchedFlightListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SchedVersionNameOption",
                    "description": "SCHED version name",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SchedSpecifiedFlightInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNumber",
                            "description": "Flight number\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNumberOption",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": "Departure airport\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": "Destination airport\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "std",
                            "description": "Date and time of departure in UTC",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "sta",
                            "description": "Date and time of arrival in UTC",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftRegistration",
                            "description": "Aircraft registration or virtual aircraft name\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftRegistrationOrVirtualAircraftName",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeIata",
                            "description": "Aircraft type IATA code\nPossible violation list: REGEX_FAILED_ERROR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arcid",
                            "description": "ARCID\nPossible violation list: REGEX_FAILED_ERROR",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icaoType",
                            "description": "ICAO type",
                            "type": {
                                "kind": "ENUM",
                                "name": "IcaoType",
                                "ofType": null
                            },
                            "defaultValue": "S"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftRegistrationOrVirtualAircraftName",
                    "description": "Aircraft identification by registration or virtual aircraft identification by name",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IntegrationSchedMutationCreateSchedFlightListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullIntegrationSchedUpdateValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IntegrationSchedMutationCreateSchedFlightListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullIntegrationSchedUpdateValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationSchedUpdate",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationSchedUpdate",
                    "description": "",
                    "fields": [
                        {
                            "name": "isSuccess",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdFlightList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifiedFlightList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SchedFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletedFlightListCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationSchedMutationCreateSchedFlightListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationSchedMutationCreateSchedFlightListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationSchedMutationCreateSchedFlightListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationSchedMutationCreateSchedFlightListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationSchedMutationCreateSchedFlightListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "REGEX_FAILED_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FLIGHT_DURATION_VALID_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setFleetDocumentList",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS_EDIT",
                            "args": [
                                {
                                    "name": "documentList",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "IntegrationAircraftDocumentInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IntegrationFleetMutationSetFleetDocumentListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeAircraftDocument",
                            "description": "Requires access to resource GRAPHQL_MX_FLEET_DOCS_EDIT.\nRequires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftRegistration",
                                    "description": "Aircraft registration\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftRegistrationOptionScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentName",
                                    "description": "Document name\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftDocumentNameOption",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IntegrationFleetMutationRemoveAircraftDocumentOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "IntegrationAircraftDocumentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftRegistration",
                            "description": "Aircraft registration\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftRegistrationOptionScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "documentName",
                            "description": "Document name\nPossible violation list: IS_NOT_SOME_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftDocumentNameOption",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "number",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dateOfIssue",
                            "description": "Document date of issue",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expireDate",
                            "description": "Document expiration date",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "neverExpires",
                            "description": "Document never expire",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "Files will be added to the document",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Upload",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IntegrationFleetMutationSetFleetDocumentListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IntegrationFleetMutationSetFleetDocumentListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetMutationSetFleetDocumentListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationFleetMutationSetFleetDocumentListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetMutationSetFleetDocumentListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationFleetMutationSetFleetDocumentListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationFleetMutationSetFleetDocumentListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AIRCRAFT_DOCUMENT_VALID_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IntegrationFleetMutationRemoveAircraftDocumentOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IntegrationFleetMutationRemoveAircraftDocumentViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetMutationRemoveAircraftDocumentViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationFleetMutationRemoveAircraftDocumentViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationFleetMutationRemoveAircraftDocumentViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationFleetMutationRemoveAircraftDocumentViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationFleetMutationRemoveAircraftDocumentViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationChecklistMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "changeAirportBriefStatus",
                            "description": "Will add item to checklist if not present.\nRequires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistStatusId",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistStatusId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "IntegrationChecklistMutationChangeAirportBriefStatusOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "changeAirportBriefNote",
                            "description": "Will add item to checklist if not present.\nRequires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "note",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uploadAirportBriefFiles",
                            "description": "Will add item to checklist if not present.\nRequires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistFileType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteAirportBriefFiles",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "files",
                                    "description": "Files names to delete",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "paxFiles",
                            "description": "Requires access to resource INTEGRATION_PAX_FILES_CHECKLIST_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PaxFilesChecklistMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "IntegrationChecklistMutationChangeAirportBriefStatusOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "IntegrationChecklistMutationChangeAirportBriefStatusViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationChecklistMutationChangeAirportBriefStatusViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "IntegrationChecklistMutationChangeAirportBriefStatusViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationChecklistMutationChangeAirportBriefStatusViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IntegrationChecklistMutationChangeAirportBriefStatusViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "IntegrationChecklistMutationChangeAirportBriefStatusViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "WRONG_CHECKLIST_ITEM_STATUS_CODE_FOR_OPERATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PaxFilesChecklistMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createOrUpdatePaxFilesSanctionListOpsChecklistItem",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItem",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PaxFilesChecklistItemInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createOrUpdatePaxFilesSanctionListSalesChecklistItem",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistNid",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItem",
                                    "description": "\nPossible violation list: IS_NOT_SOME_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "PaxFilesChecklistItemInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PaxFilesChecklistItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "files",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChecklistFileType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPaxFilesSanctionListOpsChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPaxFilesSanctionListOpsChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CreateOrUpdatePaxFilesSanctionListOpsChecklistItemViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_CHECKLIST_ITEM_STATUS_CODE_FOR_OPERATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullPaxFilesSanctionListSalesChecklistItemValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullPaxFilesSanctionListSalesChecklistItemValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CreateOrUpdatePaxFilesSanctionListSalesChecklistItemViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_NOT_SOME_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "WRONG_CHECKLIST_ITEM_STATUS_CODE_FOR_OPERATOR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NavBlueMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "exportFlights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FliteBriefMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "exportFlights",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [
                                {
                                    "name": "flightNidList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationMySkyMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createQuoteCalculation",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "IntegrationMySkyCreateQuoteDataInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullIntegrationMySkyCreateQuoteResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "IntegrationMySkyCreateQuoteDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "token",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteRequestNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "quoteRealizationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRealizationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftRegistration",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "currencyIso",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CurrencyId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "priceAmount",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Decimal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "legs",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "IntegrationMySkyCreateQuoteLegDataInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "IntegrationMySkyCreateQuoteLegDataInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startDateTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullIntegrationMySkyCreateQuoteResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullIntegrationMySkyCreateQuoteResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullIntegrationMySkyCreateQuoteResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationMySkyCreateQuoteResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationMySkyCreateQuoteResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "token",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklistSettings",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_CONFIGURATION_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorChecklistSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "journeyLogSettings",
                            "description": "Requires access to resource GRAPHQL_JOURNEY_LOG_CONFIGURATION_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorJourneyLogSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integrationSettings",
                            "description": "Requires access to resource INTEGRATION_SETTINGS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorIntegrationSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currencySettings",
                            "description": "Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorCurrencySettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tagSettings",
                            "description": "Requires access to resource GRAPHQL_TAG_SETTING_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TagSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleetSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "generalSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorGeneralSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cargoSetting",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OperatorCargoSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorChecklistSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setChecklistItemVisibleOnCrewApp",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isVisible",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistDefType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emailConfiguration",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistEmailConfigurationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistAutoAddToLeg",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "autoAddToLeg",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAffectedAirport",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "affectedAirport",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AffectedAirport",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemAirportOffsetList",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "airportOffsetList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemAirportOffsetInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemCountryOffsetList",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "countryOffsetList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemCountryOffsetInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemDefaultOffset",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "requestedOffset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimeLong",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "confirmationOffset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimeLong",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistAutoAddToLegCondition",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "autoAddToLegCondition",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setSectionListOrder",
                            "description": "",
                            "args": [
                                {
                                    "name": "sectionList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistSectionOrderInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemStatusResetRules",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ruleList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistItemStatusResetRuleInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistStatusResetGlobalRules",
                            "description": "",
                            "args": [
                                {
                                    "name": "rule",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ChecklistItemStatusResetGlobalRuleInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemDescription",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "description",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemOperatorLinkList",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "links",
                                    "description": "\nPossible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "LinkInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetChecklistItemOperatorLinkListOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCrewAppNotify",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notify",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCrewAppRemindBeforeFlight",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notify",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "hours",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntPositive",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemSection",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sectionNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistSectionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemStatusList",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "statusList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ChecklistStatusId",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setEnableForUse",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "enableForUse",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemLabel",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "label",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemDefaultComment",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "defaultComment",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setShowConfirmationCode",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "showConfirmationCode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setChecklistItemEditableOnMyScheduleCrewApp",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistItemNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isEditable",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ChecklistEmailConfigurationMutation",
                    "description": "Node for checklist email configuration",
                    "fields": [
                        {
                            "name": "setFlightConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTo",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetChecklistStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ChecklistStatusId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateList",
                                    "description": "Allowed only document id: checklist_leg_item_document",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "DocumentTemplateNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTemplateList",
                                    "description": "Allowed only data source: checklist_leg_item_email",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "EmailTemplateNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "additionalFlightReceivers",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "FlightChecklistEmailReceiverType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepReceivers",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistEmailConfigurationAirportInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesReceivers",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ChecklistEmailConfigurationAirportInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistEmailConfiguration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setTripConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTo",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiEmailScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetChecklistStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ChecklistStatusId",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentTemplateList",
                                    "description": "Allowed only document id: checklist_trip_item_document",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "DocumentTemplateNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTemplateList",
                                    "description": "Allowed only data source: checklist_trip_item_email",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "EmailTemplateNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "additionalTripReceivers",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "TripChecklistEmailReceiverType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChecklistEmailConfiguration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "checklistEmailConfigurationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistEmailConfigurationNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistEmailConfigurationAirportInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "emailToList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistItemAirportOffsetInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedOffset",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestDisabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationOffset",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationDisabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistItemCountryOffsetInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CountryCode",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedOffset",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestDisabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationOffset",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TimeLong",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationDisabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistSectionOrderInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "sectionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistSectionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistItemStatusResetRuleInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "rule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "ChecklistItemRule",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "threshold",
                            "description": "Time in minutes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ChecklistItemStatusResetGlobalRuleInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTimeThreshold",
                            "description": "Time in minutes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeThreshold",
                            "description": "Time in minutes",
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntPositive",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "LinkInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "label",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "url",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LinkScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "LinkScalar",
                    "description": "Link\/Url containing protocol part (e.g. http:\/\/)",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetChecklistItemOperatorLinkListOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetChecklistItemOperatorLinkListViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetChecklistItemOperatorLinkListViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetChecklistItemOperatorLinkListViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetChecklistItemOperatorLinkListViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetChecklistItemOperatorLinkListViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetChecklistItemOperatorLinkListViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_SHORT_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LONG_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_EQUAL_LENGTH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_UNIQUE_LINK_LIST_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorJourneyLogSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setJourneyLogFieldRequired",
                            "description": "",
                            "args": [
                                {
                                    "name": "field",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogConfigurableField",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "required",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setJetFuelDensity",
                            "description": "",
                            "args": [
                                {
                                    "name": "density",
                                    "description": "\nPossible violation list: TOO_LOW_ERROR,TOO_HIGH_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Float",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetJetFuelDensityOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAvgasFuelDensity",
                            "description": "",
                            "args": [
                                {
                                    "name": "density",
                                    "description": "\nPossible violation list: TOO_LOW_ERROR,TOO_HIGH_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Float",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetAvgasFuelDensityOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setDaysToKeepJLFiles",
                            "description": "",
                            "args": [
                                {
                                    "name": "days",
                                    "description": "\nPossible violation list: TOO_LOW_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetDaysToKeepJLFilesOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setIncompleteJourneyLogEnabled",
                            "description": "",
                            "args": [
                                {
                                    "name": "enabled",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setJourneyLogFieldEnabledStatus",
                            "description": "",
                            "args": [
                                {
                                    "name": "field",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogConfigurableField",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "enabledStatus",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogFieldEnabledStatus",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setJourneyLogFieldEnabledFleet",
                            "description": "",
                            "args": [
                                {
                                    "name": "field",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogConfigurableField",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fleet",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "AircraftNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCrewVisaDestinationRequired",
                            "description": "",
                            "args": [
                                {
                                    "name": "required",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setNightTimeCalculationMode",
                            "description": "",
                            "args": [
                                {
                                    "name": "mode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogNightTimeCalculationMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMobileJlConfirmationRequired",
                            "description": "",
                            "args": [
                                {
                                    "name": "required",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAutoCloseThreshold",
                            "description": "",
                            "args": [
                                {
                                    "name": "hours",
                                    "description": "\nPossible violation list: INVALID_CHARACTERS_ERROR,NOT_IN_RANGE_ERROR,TOO_HIGH_ERROR,TOO_LOW_ERROR",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "IntPositive",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SetAutoCloseThresholdOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setJourneyLogOrder",
                            "description": "",
                            "args": [
                                {
                                    "name": "field",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogConfigurableField",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntPositive",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setInstrumentTimeCalculationMode",
                            "description": "",
                            "args": [
                                {
                                    "name": "mode",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "JourneyLogInstrumentTimeCalculationMode",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetJetFuelDensityOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetJetFuelDensityViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetJetFuelDensityViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetJetFuelDensityViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetJetFuelDensityViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetJetFuelDensityViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetJetFuelDensityViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_LOW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_HIGH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetAvgasFuelDensityOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetAvgasFuelDensityViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetAvgasFuelDensityViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetAvgasFuelDensityViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetAvgasFuelDensityViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetAvgasFuelDensityViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetAvgasFuelDensityViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_LOW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_HIGH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetDaysToKeepJLFilesOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetDaysToKeepJLFilesViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetDaysToKeepJLFilesViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetDaysToKeepJLFilesViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetDaysToKeepJLFilesViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetDaysToKeepJLFilesViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetDaysToKeepJLFilesViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "TOO_LOW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "SetAutoCloseThresholdOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullBooleanValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SetAutoCloseThresholdViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "SetAutoCloseThresholdViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SetAutoCloseThresholdViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SetAutoCloseThresholdViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "SetAutoCloseThresholdViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "SetAutoCloseThresholdViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "INVALID_CHARACTERS_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NOT_IN_RANGE_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_HIGH_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TOO_LOW_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorIntegrationSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "amos",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AmosIntegrationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "navBlue",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NavBlueIntegrationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightKeys",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightKeysIntegrationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crossOperatorFlightSupportSettings",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrossOperatorFlightSupportSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AmosIntegrationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "isActive",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "type",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "AmosProtocol",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "host",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userName",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "password",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NavBlueIntegrationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "isActive",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "host",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userName",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "password",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sendAutomatically",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sendCockpitCrew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sendCabinCrew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sendOtherCrew",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "sendCrewAs",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "NavBlueIntegrationSendCrewAsType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightKeysIntegrationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "isActive",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "host",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "username",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "password",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrossOperatorFlightSupportSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createManagedOperator",
                            "description": "",
                            "args": [
                                {
                                    "name": "name",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "domain",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullStringValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disconnectManagedOperator",
                            "description": "",
                            "args": [
                                {
                                    "name": "managedOperatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ManagedOperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorCurrencySettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setCurrencyData",
                            "description": "",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "data",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CurrencyInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCurrencyValidForAocList",
                            "description": "",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aocList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "Int",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCurrencyValidForLicenceList",
                            "description": "",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "licenceList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "LoginLicenseType",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCurrencyValidForLabelList",
                            "description": "",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "labelNidList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "LabelNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCurrencyConfiguration",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CurrencyConfigurationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setCurrencyAlternativeThreshold",
                            "description": "",
                            "args": [
                                {
                                    "name": "currencyId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CurrencyIdEnum",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "alternativeThreshold",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CurrencyInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "threshold",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "occurrences",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypePositionList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AircraftTypePositionListInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftTypePositionListInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftTypeId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "positionNidList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "CurrencyConfigurationInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "countBothPilots",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countPilotMonitoring",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "includeFreelancers",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TagSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "addFlightTag",
                            "description": "",
                            "args": [
                                {
                                    "name": "label",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "color",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "HexColor",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateFlightTag",
                            "description": "",
                            "args": [
                                {
                                    "name": "tagDefinition",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TagDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "color",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "HexColor",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "autoAddTqlCondition",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TagDefinitionAutoAddCondition",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFlightTag",
                            "description": "",
                            "args": [
                                {
                                    "name": "tagDefinition",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TagDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraftDocuments",
                            "description": "Requires access to resource GRAPHQL_AIRCRAFT_DOCUMENT_SETTINGS_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocumentsSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftDocumentsTemplates",
                            "description": "Requires access to resource AIRCRAFT_DOCUMENT_AVAILABILITY_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AircraftDocumentsTemplatesSettingsMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadManagementConfiguration",
                            "description": "Requires access to resource GRAPHQL_LOAD_MANAGEMENT_CONFIGURATION_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LoadManagementConfigurationMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentsSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setAircraftDocumentDefinitionList",
                            "description": "",
                            "args": [
                                {
                                    "name": "definitionList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftDocumentDefinitionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAircraftSelectedDocumentList",
                            "description": "",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "documentList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftSelectedDocumentInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setAircraftDocumentEmailNotifications",
                            "description": "",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "AircraftDocumentEmailNotificationsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setDocumentOnAircraftList",
                            "description": "",
                            "args": [
                                {
                                    "name": "docNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftDocumentNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "DocumentOnAircraftInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftDocumentDefinitionInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "docNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftDocumentNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FleetDocument",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftSelectedDocumentInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "docNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftDocumentNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "required",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftDocumentEmailNotificationsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "notificationsEnabled",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "recipientList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "selectedFrom",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "intervals",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "IntNonNegative",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DocumentOnAircraftInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "used",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requiredForDispatch",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AircraftDocumentsTemplatesSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setTemplatesConfiguration",
                            "description": "Requires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "categories",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftDocumentCategorySettingsInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftDocumentCategorySettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "category",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AircraftDocumentAvailabilityModeCategory",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allSelected",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabledTemplateList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DocumentTemplateNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LoadManagementConfigurationMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setAircraftLoadConfiguration",
                            "description": "Requires access to given aircraft",
                            "args": [
                                {
                                    "name": "aircraftNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "loadPointList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "AircraftLoadPointInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftLoadPointInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "acftLoadPointNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntPositive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftLoadPointUlid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftLoadPointId",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "loadPointId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pointNote",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "track",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "LoadTrack",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorGeneralSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setFlightEditingWarningSetting",
                            "description": "Requires access to resource GRAPHQL_WARNING_SETTINGS_EDIT",
                            "args": [
                                {
                                    "name": "settingList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "FlightEditingWarningSettingInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setApproachList",
                            "description": "Requires access to resource GRAPHQL_OPERATOR_GENERAL_SETTINGS_EDIT",
                            "args": [
                                {
                                    "name": "settingList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ApproachSettingInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "FlightEditingWarningSettingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "warningId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightWarningId",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ignorableWarningByDefault",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ignorableWarningRoleList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ApproachSettingInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "approach",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Approach",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enabled",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OperatorCargoSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "setLoadMessageSetting",
                            "description": "Requires access to resource GRAPHQL_LOAD_MESSAGES_SETTINGS_EDIT",
                            "args": [
                                {
                                    "name": "mailboxConfigNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "MailboxConfigNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fromEmailList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ApiEmailScalar",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "quoteRequest",
                            "description": "Requires access to resource GRAPHQL_EXTERNAL_MARKETPLACE_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceQuoteRequestMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createTrip",
                            "description": "",
                            "args": [
                                {
                                    "name": "trip",
                                    "description": "",
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ExternalMarketplaceOAuthTripInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "client",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalMarketplaceOAuthClientInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flights",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalMarketplaceOAuthFlightCreateInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullExternalMarketplaceOAuthMutationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "editFlights",
                            "description": "",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flights",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ExternalMarketplaceOAuthFlightUpsertInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullExternalMarketplaceOAuthMutationValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFlights",
                            "description": "",
                            "args": [
                                {
                                    "name": "flightNids",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "FlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createRequestFromTrip",
                            "description": "",
                            "args": [
                                {
                                    "name": "tripNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "TripNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullExternalMarketplaceOAuthQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceQuoteRequestMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalMarketplaceOAuthQuoteRequestInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullExternalMarketplaceOAuthQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edit",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequest",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalMarketplaceOAuthQuoteRequestEditInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullExternalMarketplaceOAuthQuoteRequestValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "marketplace",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "MarketplaceEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalMarketplaceOAuthQuoteRequestAircraftInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itinerary",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExternalMarketplaceQuoteRequestItineraryInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ExternalMarketplaceOAuthQuoteRequestRequester",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representative",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ExternalMarketplaceOAuthQuoteRequestRepresentative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acceptWebhook",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rejectWebhook",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "HealthyUrlScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addPositioning",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestAircraftInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "registration",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftRegistrationActive",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "price",
                            "description": "Offered price and currency for the aircraft",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "MoneyInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceQuoteRequestItineraryInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "nid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "QuoteRequestLegNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "date",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "time",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "departureOrArrival",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "DepartureOrArrivalEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adep",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ades",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isTBA",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cargo",
                            "description": null,
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "CargoInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestRequester",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "displayName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "shortName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mobilePhone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "postCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "city",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "street",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "countryCode",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CountryCode",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestRepresentative",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "displayName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "NotEmptyString",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiEmailScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phone",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "ApiPhoneScalar",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullExternalMarketplaceOAuthQuoteRequestValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullExternalMarketplaceOAuthQuoteRequestValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullExternalMarketplaceOAuthQuoteRequestValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthQuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequest",
                    "description": "",
                    "fields": [
                        {
                            "name": "nid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthQuoteRequestEditInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftList",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ExternalMarketplaceOAuthQuoteRequestAircraftInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "itinerary",
                            "description": "",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ExternalMarketplaceQuoteRequestItineraryInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "requestedBy",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ExternalMarketplaceOAuthQuoteRequestRequester",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "representative",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ExternalMarketplaceOAuthQuoteRequestRepresentative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addPositioning",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthTripInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "tripStatus",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "TrStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthClientInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiEmailScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "externalId",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": "null"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthFlightCreateInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ExternalMarketplaceOAuthAircraftInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthAircraftInput",
                    "description": "You need to provide value at least for one field",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "registration",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftRegistration",
                                "ofType": null
                            },
                            "defaultValue": "null"
                        },
                        {
                            "name": "id",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftId",
                                "ofType": null
                            },
                            "defaultValue": "null"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "AircraftId",
                    "description": "Aircraft identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullExternalMarketplaceOAuthMutationValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullExternalMarketplaceOAuthMutationValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullExternalMarketplaceOAuthMutationValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExternalMarketplaceOAuthMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ExternalMarketplaceOAuthTrip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flights",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "ExternalMarketplaceOAuthFlight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExternalMarketplaceOAuthFlightUpsertInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "flightNid",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "FlightNid",
                                "ofType": null
                            },
                            "defaultValue": "null"
                        },
                        {
                            "name": "startAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endAirport",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportCodeScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "paxNumber",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isFerry",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraft",
                            "description": "",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "ExternalMarketplaceOAuthAircraftInput",
                                "ofType": null
                            },
                            "defaultValue": "null"
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlanningMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateFleetPlan",
                            "description": "",
                            "args": [
                                {
                                    "name": "tripDataList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "TripPlanChangeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PrivilegesMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "createRole",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RoleInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Role",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyRole",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_EDIT",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RoleModifyInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifyRoleForOperator",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_EDIT.\nRequires access to given operator",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "targetOprNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RoleModifyForOperatorInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteRole",
                            "description": "Requires access to resource GRAPHQL_PRIVILEGES_EDIT",
                            "args": [
                                {
                                    "name": "roleNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RoleInput",
                    "description": "Create a new role input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AircraftNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canEditClosedJourneyLog",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canModifyFlightAoc",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canOpenInvoices",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canCreatePrivateReportWizard",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canPrintOpsDocuments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canPrintSalesDocuments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeDraftOnCrewCalendar",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeOnlyAssignedOffice",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeOnlyCrewAssignToTheAircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeSalesDataInOps",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canClearFlightAcftOnMaintenance",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPersonalOnly",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "logins",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "manuals",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notAssignedAircraftPrivilege",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "privileges",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RolePrivilegeInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedByAircraftOwned",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedByAircraftPreferredCrew",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedByAircraftBase",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showCrewContactInAppMySchedule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showMyAircraftScheduleInCrewAppMySchedule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showNotConfirmedFlights",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "disableReportingEditAfterStart",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hideAirportCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RolePrivilegeInput",
                    "description": "Role privilege input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "placeId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "privilege",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "RolePlaceModeEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RoleModifyInput",
                    "description": "Modify role input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canEditClosedJourneyLog",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canModifyFlightAoc",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canOpenInvoices",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canCreatePrivateReportWizard",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canPrintOpsDocuments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canPrintSalesDocuments",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeDraftOnCrewCalendar",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeOnlyAssignedOffice",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeOnlyCrewAssignToTheAircraft",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canSeeSalesDataInOps",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "canClearFlightAcftOnMaintenance",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPersonalOnly",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "manuals",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FileInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notAssignedAircraftPrivilege",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "privileges",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RolePrivilegeInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedByAircraftOwned",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedByAircraftPreferredCrew",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "restrictedByAircraftBase",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showCrewContactInAppMySchedule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showMyAircraftScheduleInCrewAppMySchedule",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "showNotConfirmedFlights",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "disableReportingEditAfterStart",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "logins",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ApiLoginNidScalar",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "hideAirportCode",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RoleModifyForOperatorInput",
                    "description": "Modify role for target operator input type",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftList",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "privileges",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RolePrivilegeInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "notAssignedAircraftPrivilege",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanAiSettingsMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateQuoteFlightFeasibility",
                            "description": "Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "UpdateWingmanAiQuoteFlightFeasibilityInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "UpdateWingmanAiQuoteFlightFeasibilityResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wingmanChat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatSectionMutationType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "UpdateWingmanAiQuoteFlightFeasibilityInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "prompt",
                            "description": "The prompt to use for the AI. If null, the default prompt will be used.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isActive",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "WingmanAiUploadedFile",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "WingmanAiUploadedFile",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "path",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileName",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "UpdateWingmanAiQuoteFlightFeasibilityResponse",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullErrorListValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanAiQuoteFlightFeasibilityValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanAiQuoteFlightFeasibilityValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanAiQuoteFlightFeasibility",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationType",
                    "description": "",
                    "fields": [
                        {
                            "name": "startNewConversation",
                            "description": "",
                            "args": [
                                {
                                    "name": "messageInput",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "WingmanChatThreadMessageInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "WingmanChatSectionMutationTypeStartNewConversationOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "continueConversation",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "WingmanChatThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "messageInput",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "WingmanChatThreadMessageInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "WingmanChatSectionMutationTypeContinueConversationOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "approveMcpRequest",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": "\nPossible violation list: IS_BLANK_ERROR",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "WingmanChatThreadId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "approvalInput",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "WingmanChatThreadRequestApprovalInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "WingmanChatSectionMutationTypeApproveMcpRequestOutput",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setSettings",
                            "description": "Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_EDIT",
                            "args": [
                                {
                                    "name": "input",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "WingmanChatSettingsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullWingmanChatSettingsValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "WingmanChatThreadMessageInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "message",
                            "description": "\nPossible violation list: IS_BLANK_ERROR",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "localContext",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fileList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FileDataInput",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "WingmanChatSectionMutationTypeStartNewConversationOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatMessageResultUnionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "WingmanChatSectionMutationTypeStartNewConversationViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanChatMessageResultUnionValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "WingmanChatMessageResultUnion",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "WingmanChatMessageResultUnion",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatMessageResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullErrorListValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanChatMessageResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatMessageResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatMessageResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "threadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "WingmanChatThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userMessage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatMessageType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationTypeStartNewConversationViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanChatSectionMutationTypeStartNewConversationViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationTypeStartNewConversationViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WingmanChatSectionMutationTypeStartNewConversationViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WingmanChatSectionMutationTypeStartNewConversationViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESOURCE_INVALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "WingmanChatSectionMutationTypeContinueConversationOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatMessageResultUnionValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "WingmanChatSectionMutationTypeContinueConversationViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationTypeContinueConversationViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanChatSectionMutationTypeContinueConversationViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationTypeContinueConversationViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WingmanChatSectionMutationTypeContinueConversationViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WingmanChatSectionMutationTypeContinueConversationViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESOURCE_INVALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "WingmanChatThreadRequestApprovalInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "toolNames",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "remember",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "approve",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "WingmanChatSectionMutationTypeApproveMcpRequestOutput",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatThreadIdValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "WingmanChatSectionMutationTypeApproveMcpRequestViolationList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanChatThreadIdValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "WingmanChatThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationTypeApproveMcpRequestViolationList",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "WingmanChatSectionMutationTypeApproveMcpRequestViolation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSectionMutationTypeApproveMcpRequestViolation",
                    "description": null,
                    "fields": [
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "category",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "WingmanChatSectionMutationTypeApproveMcpRequestViolationEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "WingmanChatSectionMutationTypeApproveMcpRequestViolationEnum",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IS_BLANK_ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "RESOURCE_INVALID",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "WingmanChatSettingsInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "active",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowedRoleNidList",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "RoleNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullWingmanChatSettingsValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatSettingsValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanChatSettingsValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatSettings",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScheduleMutation",
                    "description": "Node for Schedule modifications",
                    "fields": [
                        {
                            "name": "createSchedFlights",
                            "description": "Create Schedule flights",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "virtualAircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftVirtualNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateWithBlockHoursLimit",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateWithBlockHoursLimitInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "rotation",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "RotationType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "days",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "DayOfWeek",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "icaoType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "S"
                                },
                                {
                                    "name": "pairingData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PairingInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operatorBaseNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "BaseNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "TagDefinitionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeIata",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AvailableAircraftTypeIata",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createSchedFlightsLocalTime",
                            "description": "Create Schedule flights in local time",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "virtualAircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftVirtualNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateInterval",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateIntervalInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "dateWithBlockHoursLimit",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DateWithBlockHoursLimitInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "rotation",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "RotationType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "days",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "ENUM",
                                                    "name": "DayOfWeek",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "icaoType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "IcaoType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "S"
                                },
                                {
                                    "name": "pairingData",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "PairingLocalTimeInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "TagDefinitionInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeIata",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AvailableAircraftTypeIata",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullBooleanValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createSchedVersion",
                            "description": "Create SCHED version",
                            "args": [
                                {
                                    "name": "name",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "client",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ContactNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "description",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SchedVersion",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSchedVersion",
                            "description": "Delete (hide) SCHED version",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifySchedGroupFlights",
                            "description": "Modify selected Schedule flights",
                            "args": [
                                {
                                    "name": "schedFlightsList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "virtualAircraftNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AircraftVirtualNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftNotAssigned",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "altnLocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "altn2LocationNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "LocationNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "flightNo",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "FlightNo",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "arcid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timeShift",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TimeDifference",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "ferry",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "blockTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "distance",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "IntNonNegative",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "cmt",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "iataServiceType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "IataServiceType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "codeShareFlightNumber",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "CodeShareMulti",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "operationalLegIdentification",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "CodeShare",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tagList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "TagDefinitionInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepSlotTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesSlotTime",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Time",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "opsNotes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "salesNotes",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "icaoType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "IcaoType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "prbd",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "prbm",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "mealServiceNote",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "trafficRestriction",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "TrafficRestriction",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "terminalDeparture",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "PassengerTerminal",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "terminalArrival",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "PassengerTerminal",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftTypeIata",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "AvailableAircraftTypeIata",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adepHandlerNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "handlerNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "adesHandlerNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "handlerNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "swapAircraftOnSchedFlightList",
                            "description": "",
                            "args": [
                                {
                                    "name": "schedFlightsList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "publishSchedFlightList",
                            "description": "Publish SCHED flights to real flights.\nRequires access to resource GRAPHQL_SCHEDULE_ORDER_PUBLICATION",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "aircraftConversionList",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AircraftConversion",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripType",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripType",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "pax"
                                },
                                {
                                    "name": "tripStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ScheduleTripStatus",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isCommercial",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "true"
                                },
                                {
                                    "name": "clientContactNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ClientNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSchedFlights",
                            "description": "Delete SCHED flights",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateSchedFlightsBySsim",
                            "description": "",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "add",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "SsimFlightInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "modify",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "SsimFlightModificationInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "delete",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "SchedFlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateSchedFlightsByExcel",
                            "description": "",
                            "args": [
                                {
                                    "name": "schedVersionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "SchedVersionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "add",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "SchedExcelFlightInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "modify",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "SchedExcelFlightModificationInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "delete",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "SchedFlightNid",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifySchedTripList",
                            "description": "Modify trips related with selected schedule flights",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripType",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "ScheduleTripType",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "tripStatus",
                                    "description": null,
                                    "type": {
                                        "kind": "ENUM",
                                        "name": "ScheduleTripStatus",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isCommercial",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "clientContactData",
                                    "description": null,
                                    "type": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ClientContactInput",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "modifySchedFlightListChecklist",
                            "description": "Modify checklist item statuses.\nRequires access to resource GRAPHQL_CHECKLIST_EDIT",
                            "args": [
                                {
                                    "name": "schedFlightList",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "SchedFlightNid",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "checklistItems",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "SchedChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "DateWithBlockHoursLimitInput",
                    "description": "Represents number of hours to use, start from ISO8601 date",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startDate",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockHours",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TimeLong",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "RotationType",
                    "description": "Rotation type",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "weekly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "biweekly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "triweekly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fourweekly",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingInput",
                    "description": "Represents single Schedule pairing data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altnLocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altn2LocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNo",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arcid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferry",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dayShift",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DayShift",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cmt",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IataServiceType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "codeShareFlightNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CodeShareMulti",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operationalLegIdentification",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CodeShare",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepSlotTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesSlotTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "prbd",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "prbm",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mealServiceNote",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trafficRestriction",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TrafficRestriction",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "terminalDeparture",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassengerTerminal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "terminalArrival",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassengerTerminal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DayShift",
                    "description": "The `DayShift` scalar type represents unsigned numeric values between `0` and `21`.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TrafficRestriction",
                    "description": "Traffic Restriction (SSIM - DEI 8), codes separated by semicolon ex. Z\/170\/Q;Z\/172\/A or Q\/782\/STPVR MAX 72 HRS",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "PassengerTerminal",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "PairingLocalTimeInput",
                    "description": "Represents single Schedule pairing data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "startTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockTime",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Time",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocationNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "LocationNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altnLocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "altn2LocationNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "LocationNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "FlightNo",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "arcid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ferry",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "dayShift",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DayShift",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "distance",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "IntNonNegative",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "cmt",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": null,
                            "type": {
                                "kind": "ENUM",
                                "name": "IataServiceType",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "codeShareFlightNumber",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CodeShareMulti",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operationalLegIdentification",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "CodeShare",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepSlotTime",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "Time",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "prbd",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "prbm",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "mealServiceNote",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "trafficRestriction",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "TrafficRestriction",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "terminalDeparture",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassengerTerminal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "terminalArrival",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "PassengerTerminal",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesHandlerNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "handlerNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "TimeDifference",
                    "description": "Time difference +\/- hh:mm ex. 12:10, -10:15",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "AircraftConversion",
                    "description": "Virtual aircraft conversion to real aircraft",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "virtualAircraftNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftVirtualNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AircraftNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ScheduleTripStatus",
                    "description": "Trip confirmation status",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CONFIRMED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OPTION",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SsimFlightInput",
                    "description": "SSIM flight data input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftTypeIata",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "ssimUploadFlightGroupId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "prbd",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "codeShareFlightNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CodeShareMulti",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operationalLegIdentification",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CodeShare",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SsimFlightModificationInput",
                    "description": "SSIM flight data to modify SCHED flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "schedFlightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "SchedFlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iataServiceType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "IataServiceType",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeIata",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "prbd",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "codeShareFlightNumber",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CodeShareMulti",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "operationalLegIdentification",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "CodeShare",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SchedExcelFlightInput",
                    "description": "SCHED excel flight data input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "virtualAircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftVirtualNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeIata",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "flightNo",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adepLocation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "adesLocation",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AirportNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SchedExcelFlightModificationInput",
                    "description": "Excel data to modify SCHED flight",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "schedFlightNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "SchedFlightNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "startTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "endTimeUTC",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "virtualAircraftNid",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "AircraftVirtualNid",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "aircraftTypeIata",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "opsNotes",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SchedChecklistItemInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistItemNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistDefinitionNidScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistStatusIdScalar",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ChecklistStatusIdScalar",
                    "description": "Checklist status id",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LeonAsFlightSupportMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "updateServices",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "serviceList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "ManagedOperatorFlightServiceInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendMessage",
                            "description": "Requires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "content",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "attachments",
                                    "description": "",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FileDataInput",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ManagedOperatorMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setMessageReadStatus",
                            "description": "",
                            "args": [
                                {
                                    "name": "messageId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ManagedOperatorMessageId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "isRead",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ManagedOperatorMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ManagedOperatorFlightServiceInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "service",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceEnum",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "FlightSupportServiceStatus",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "fsNote",
                            "description": "",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "McpChecklistMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "McpChecklistMutation",
                    "description": "MCP checklist mutations",
                    "fields": [
                        {
                            "name": "addOrUpdateItemList",
                            "description": "Requires access to resource GRAPHQL_CHECKLIST_EDIT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "flightNid",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "FlightNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "itemList",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "INPUT_OBJECT",
                                                    "name": "McpChecklistItemInput",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "McpChecklistItemInput",
                    "description": "MCP checklist item input",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "checklistDefinitionNid",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ChecklistDefinitionNid",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "checklistStatusId",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateMutation",
                    "description": "Node for email template mutations",
                    "fields": [
                        {
                            "name": "createOperatorFile",
                            "description": "",
                            "args": [
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FilePathInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateOperatorFile",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteOperatorFile",
                            "description": "",
                            "args": [
                                {
                                    "name": "file",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EmailTemplateOperatorFileNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "setEmailTemplateName",
                            "description": "",
                            "args": [
                                {
                                    "name": "emailTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EmailTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "name",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aiAssistant",
                            "description": "Requires access to resource EMAIL_TEMPLATE_AI_EDIT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailTemplateAiAssistantMutation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "EmailTemplateOperatorFileNid",
                    "description": "Email Template Operator File numerical identifier",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmailTemplateAiAssistantMutation",
                    "description": "",
                    "fields": [
                        {
                            "name": "startEmailTemplateThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "emailTemplateNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "EmailTemplateNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "emailTemplateThreadInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "EmailTemplateThreadInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "AiThreadIdForEmailTemplateScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addEmailTemplateMessageToThread",
                            "description": "",
                            "args": [
                                {
                                    "name": "threadId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "AiThreadIdForEmailTemplateScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userInput",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "NotEmptyString",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "EmailTemplateThreadInput",
                    "description": "",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "subject",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "body",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "bodyType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "BodyEmail",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "BodyEmail",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "HTML",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TEXT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Subscription",
                    "description": "Represents all subscriptions exposed by Leon API",
                    "fields": [
                        {
                            "name": "echo",
                            "description": "Subscribes to echo topic.",
                            "args": [
                                {
                                    "name": "text",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "crewPanel",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sales",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ApiSalesSubscription",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "travelDocuments",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TravelDocumentsSubscription",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "multiLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "integration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IntegrationSubscriptions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flight",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSubscriptions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fleet",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetSubscription",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "trip",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TripSubscriptions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mailboxConfig",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "positioning",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PositioningSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "duty",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DutySubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contact",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ContactSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "wingmanChat",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestSubscriptionSection",
                    "description": "Subscriptions related to quote requests from Sales Panel module.",
                    "fields": [
                        {
                            "name": "messageReceivedForAny",
                            "description": "Notifies about messages received for any quote request.",
                            "args": [
                                {
                                    "name": "onlyFromClients",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestMessageReceived",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messageReceivedForSingle",
                            "description": "Notifies about messages received for specific quote request.",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyFromClients",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "QuoteRequestMessageReceived",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterMessageReceivedForAny",
                            "description": "Notifies about any subcharter messages received.",
                            "args": [
                                {
                                    "name": "onlyFromOperators",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterMessageReceivedForSingle",
                            "description": "Notifies about subcharter messages received for specific quote request.",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "QuoteRequestNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "onlyFromOperators",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "SubcharterMessage",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rfqCreated",
                            "description": "Notifies about created quote request.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rfqUpdated",
                            "description": "Notifies about updated quote request.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rfqStatusChanged",
                            "description": "Notifies about quote request status change.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rfqExternalStatusUpdated",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestExternalStatusUpdated",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteCreated",
                            "description": "Notifies about created quote.",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteUpdated",
                            "description": "Notifies about updated quote.",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteFees",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteFeesSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subcharterRequest",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SubcharterRequestSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteExternalAircraftStatusUpdated",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealizationExternalAircraftStatusUpdated",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestMessageReceived",
                    "description": "Information about newly received quote request message.",
                    "fields": [
                        {
                            "name": "messageId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestMessageId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteRequestNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "QuoteRequestNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subject",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFromClient",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRequestExternalStatusUpdated",
                    "description": "",
                    "fields": [
                        {
                            "name": "label",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "color",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "QuoteRequestExternalStatusColorEnum",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteFeesSubscriptionSection",
                    "description": "Subscriptions related to quote fees from Sales Panel module.",
                    "fields": [
                        {
                            "name": "carbonOffsetUpdate",
                            "description": "Notifies about carbon offset fee update.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRealization",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SubcharterRequestSubscriptionSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "created",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestSubcharterRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updated",
                            "description": "",
                            "args": [
                                {
                                    "name": "quoteRequestNid",
                                    "description": "",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "QuoteRequestNid",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "QuoteRequestSubcharterRequest",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuoteRealizationExternalAircraftStatusUpdated",
                    "description": "",
                    "fields": [
                        {
                            "name": "realizationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastNotificationStatus",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "QuoteRealizationExternalAircraftNotificationStatusEnum",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelSubscriptionSection",
                    "description": "Subscriptions related to Crew Panel module.",
                    "fields": [
                        {
                            "name": "publishProgress",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPublishProgress",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safteFastCalculationResult",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "calculationId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "timezoneToggle",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TimeZoneToggle",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullListOfNonNullCrewPanelSafteFastCalculationResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "safteFastPublishProgress",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SafteFastProgress",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "planner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CrewPanelPlannerSubscription",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPublishProgress",
                    "description": "Entry represents publishing drafts progress in crew panel",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelProgressStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progress",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "IntNonNegative",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CrewPanelProgressStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "IN_PROGRESS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FAILED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "COMPLETED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullListOfNonNullCrewPanelSafteFastCalculationResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullListOfNonNullCrewPanelSafteFastCalculationResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullListOfNonNullCrewPanelSafteFastCalculationResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CrewPanelSafteFastCalculationResult",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelSafteFastCalculationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "adep",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ades",
                            "description": "Requires access to resource GRAPHQL_AIRPORT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Airport",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "effectivenessStart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "effectivenessEnd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservoirStart",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reservoirEnd",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "percentBelowCriteria",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Float",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SafteFastProgress",
                    "description": "Entry represents SafteFast calculation status of multi crew",
                    "fields": [
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CrewPanelProgressStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CrewPanelPlannerSubscription",
                    "description": "Crew Panel planner subscription section",
                    "fields": [
                        {
                            "name": "pairingCalculation",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "calculationId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "PairingCalculationId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PairingCalculationResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PairingCalculationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "PairingCalculationId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "PairingCalculationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "PairingCalculationStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FINISHED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ApiSalesSubscription",
                    "description": "Subscriptions related to sales operations",
                    "fields": [
                        {
                            "name": "docusignConnected",
                            "description": "",
                            "args": [
                                {
                                    "name": "loginNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ApiLoginNidScalar",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesDocusignConnected",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "findAircraft",
                            "description": "",
                            "args": [
                                {
                                    "name": "token",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullSalesFindAircraftResultValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mySkyQuotesCalculation",
                            "description": "",
                            "args": [
                                {
                                    "name": "token",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesMySkyQuotesCalculation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mySkyQuotesIntegration",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesMySkyQuotesIntegration",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesDocusignConnected",
                    "description": "",
                    "fields": [
                        {
                            "name": "success",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "NonNullSalesFindAircraftResultValueOrErrorList",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullSalesFindAircraftResultValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ErrorList",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullSalesFindAircraftResultValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SalesFindAircraftResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesFindAircraftResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "aircraft",
                            "description": "Requires access to resource GRAPHQL_ACFT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Aircraft",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "price",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currency",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalFlightTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "feasibilityCheck",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "OBJECT",
                                                "name": "FeasibilityCheckInfo",
                                                "ofType": null
                                            }
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesMySkyQuotesCalculation",
                    "description": "",
                    "fields": [
                        {
                            "name": "priceTotal",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quoteUrl",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SalesMySkyQuotesIntegration",
                    "description": "",
                    "fields": [
                        {
                            "name": "connected",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TravelDocumentsSubscription",
                    "description": "Subscriptions related to Travel Documents",
                    "fields": [
                        {
                            "name": "travelDocumentsRecognition",
                            "description": "",
                            "args": [
                                {
                                    "name": "token",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "NonNullTravelDocumentsRecognitionValueOrErrorList",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegSubscriptionSection",
                    "description": "Subscriptions related to MultiLeg module.",
                    "fields": [
                        {
                            "name": "getUnreadMessagesCount",
                            "description": "Notifies about summary MultiLeg unread messages on future flights.",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MultiLegSummaryMessages",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MultiLegSummaryMessages",
                    "description": "",
                    "fields": [
                        {
                            "name": "unreadMessagesCount",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "IntegrationSubscriptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "emptyLeg",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmptyLegSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSupport",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportSubscriptionSection",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EmptyLegSubscriptionSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "newEmptyLeg",
                            "description": "Flights created as empty leg.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "emptyLegChanged",
                            "description": "Empty leg schedule change or is no longer empty.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSupportSubscriptionSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightServicesChanged",
                            "description": "Requires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oAuthClientId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightScheduleChanged",
                            "description": "Requires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oAuthClientId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "newMessage",
                            "description": "Requires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "oAuthClientId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCrewChanged",
                            "description": "Requires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "oAuthClientId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightPassengerListChanged",
                            "description": "Subscription only react on flight passenger list changes. Subscription does not respond to changes in passenger contact details (ex. date of birth change)..\nRequires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "oAuthClientId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlightQuery",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightHandlerAdepChanged",
                            "description": "Requires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "oAuthClientId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightHandlerAdesChanged",
                            "description": "Requires OAuth client identifier to belong to authenticated user",
                            "args": [
                                {
                                    "name": "oAuthClientId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OAuthClientId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightSupportFlight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightSubscriptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightScheduleChange",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCreate",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCancellation",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checklist",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightChecklistSubscriptions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "passengerList",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightPassengerListSubscriptions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatch",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FlightWatchSubscriptions",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightCrewChanges",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Flight",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightChecklistSubscriptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightChecklistChanged",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [
                                {
                                    "name": "checklistDefinitionNid",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ChecklistDefinitionNid",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightOpsChecklistItemChanged",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightSalesChecklistItemChanged",
                            "description": "Requires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightPassengerListSubscriptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_PASSENGER.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Flight",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FlightWatchSubscriptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightWatchCreated",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Flight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "flightWatchChanged",
                            "description": "Requires access to resource GRAPHQL_FLIGHT_WATCH.\nRequires access to resource GRAPHQL_FLIGHT.\nRequires access to given flight",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Flight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetSubscription",
                    "description": "Fleet subscription section",
                    "fields": [
                        {
                            "name": "planner",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetPlannerSubscription",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlannerSubscription",
                    "description": "Fleet planing subscription section",
                    "fields": [
                        {
                            "name": "calculation",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "calculationId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FleetPlannerCalculationResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlannerCalculationResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "calculationId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CalculationStatus",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "progressPercentage",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "result",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FleetPlannerCalculationResultItem",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CalculationStatus",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "FINISHED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ERROR",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "IN_PROGRESS",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FleetPlannerCalculationResultItem",
                    "description": "",
                    "fields": [
                        {
                            "name": "flightId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aircraftNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripSubscriptions",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripDoneWithCarbonOffsetItem",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Trip",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripStatusChanged",
                            "description": "Requires access to resource GRAPHQL_FLIGHT",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "TripSimple",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TripSimple",
                    "description": "",
                    "fields": [
                        {
                            "name": "tripNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "TripNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tripNumber",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigSubscriptionSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "googleAuthorization",
                            "description": "",
                            "args": [
                                {
                                    "name": "operationId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigOAuthResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": true,
                            "deprecationReason": "Name changed, use mailboxConfig.authorization subscription."
                        },
                        {
                            "name": "authorization",
                            "description": "",
                            "args": [
                                {
                                    "name": "operationId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MailboxConfigOAuthResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MailboxConfigOAuthResult",
                    "description": "",
                    "fields": [
                        {
                            "name": "isAuthorized",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PositioningSubscriptionSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "Requires access to resource GRAPHQL_POSITIONING_SEE.\nRequires access to given positioning",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Positioning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutySubscriptionSection",
                    "description": "",
                    "fields": [
                        {
                            "name": "create",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyForSubscription",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "update",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "DutyForSubscription",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "delete",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DutyTrNid",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DutyForSubscription",
                    "description": "Represents single duty belonging to operator specified in request endpoint",
                    "fields": [
                        {
                            "name": "dutyNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyTrNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DutyTrNid",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "legend",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationIcao",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationIata",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aoc",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AOC",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ApiLoginNidScalar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginName",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginSurname",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginKnownAs",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginCode",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loginExternalId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "dutyDefNid",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContactSubscriptionSection",
                    "description": "Subscriptions related to contact",
                    "fields": [
                        {
                            "name": "update",
                            "description": "Notifies about contact update.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "create",
                            "description": "Notifies about contact creation.\nRequires access to resource GRAPHQL_CONTACT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Contact",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatSubscriptionSection",
                    "description": "Subscriptions related to WingmanChat streaming.",
                    "fields": [
                        {
                            "name": "streamResponse",
                            "description": "",
                            "args": [
                                {
                                    "name": "operatorId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "OperatorId",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "threadId",
                                    "description": "",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatStreamResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatStreamResponse",
                    "description": "",
                    "fields": [
                        {
                            "name": "conversationResult",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "WingmanChatConversationResult",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "WingmanChatConversationResult",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatApprovalRequiredValue",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "NonNullWingmanChatCompletedMessageValue",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanChatApprovalRequiredValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatApprovalRequired",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "NonNullWingmanChatCompletedMessageValue",
                    "description": null,
                    "fields": [
                        {
                            "name": "value",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "WingmanChatCompletedMessage",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "WingmanChatCompletedMessage",
                    "description": "",
                    "fields": [
                        {
                            "name": "threadId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "WingmanChatThreadId",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "messageId",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "message",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "files",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "File",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Schema",
                    "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
                    "fields": [
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "types",
                            "description": "A list of all types supported by this server.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__Type",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "queryType",
                            "description": "The type that query operations will be rooted at.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mutationType",
                            "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subscriptionType",
                            "description": "If this server support subscription, the type that subscription operations will be rooted at.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "directives",
                            "description": "A list of all directives supported by this server.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__Directive",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Type",
                    "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
                    "fields": [
                        {
                            "name": "kind",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "__TypeKind",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fields",
                            "description": "",
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Field",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interfaces",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Type",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "possibleTypes",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Type",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enumValues",
                            "description": "",
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__EnumValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inputFields",
                            "description": "",
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__InputValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ofType",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isOneOf",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "__TypeKind",
                    "description": "An enum describing what kind of type a given `__Type` is.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SCALAR",
                            "description": "Indicates this type is a scalar.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OBJECT",
                            "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTERFACE",
                            "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNION",
                            "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENUM",
                            "description": "Indicates this type is an enum. `enumValues` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INPUT_OBJECT",
                            "description": "Indicates this type is an input object. `inputFields` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LIST",
                            "description": "Indicates this type is a list. `ofType` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NON_NULL",
                            "description": "Indicates this type is a non-null. `ofType` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Field",
                    "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "args",
                            "description": "",
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__InputValue",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeprecated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deprecationReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultValue",
                            "description": "A GraphQL-formatted string representing the default value for this input value.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeprecated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deprecationReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__EnumValue",
                    "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeprecated",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deprecationReason",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Directive",
                    "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isRepeatable",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locations",
                            "description": "",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "__DirectiveLocation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "args",
                            "description": "",
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Boolean",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__InputValue",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "__DirectiveLocation",
                    "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QUERY",
                            "description": "Location adjacent to a query operation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MUTATION",
                            "description": "Location adjacent to a mutation operation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUBSCRIPTION",
                            "description": "Location adjacent to a subscription operation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIELD",
                            "description": "Location adjacent to a field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FRAGMENT_DEFINITION",
                            "description": "Location adjacent to a fragment definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FRAGMENT_SPREAD",
                            "description": "Location adjacent to a fragment spread.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INLINE_FRAGMENT",
                            "description": "Location adjacent to an inline fragment.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VARIABLE_DEFINITION",
                            "description": "Location adjacent to a variable definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEMA",
                            "description": "Location adjacent to a schema definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCALAR",
                            "description": "Location adjacent to a scalar definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OBJECT",
                            "description": "Location adjacent to an object type definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIELD_DEFINITION",
                            "description": "Location adjacent to a field definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ARGUMENT_DEFINITION",
                            "description": "Location adjacent to an argument definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTERFACE",
                            "description": "Location adjacent to an interface definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNION",
                            "description": "Location adjacent to a union definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENUM",
                            "description": "Location adjacent to an enum definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENUM_VALUE",
                            "description": "Location adjacent to an enum value definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INPUT_OBJECT",
                            "description": "Location adjacent to an input object type definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INPUT_FIELD_DEFINITION",
                            "description": "Location adjacent to an input object field definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                }
            ],
            "directives": [
                {
                    "name": "include",
                    "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
                    "locations": [
                        "FIELD",
                        "FRAGMENT_SPREAD",
                        "INLINE_FRAGMENT"
                    ],
                    "args": [
                        {
                            "name": "if",
                            "description": "Included when true.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "skip",
                    "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
                    "locations": [
                        "FIELD",
                        "FRAGMENT_SPREAD",
                        "INLINE_FRAGMENT"
                    ],
                    "args": [
                        {
                            "name": "if",
                            "description": "Skipped when true.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "deprecated",
                    "description": "Marks an element of a GraphQL schema as no longer supported.",
                    "locations": [
                        "FIELD_DEFINITION",
                        "ENUM_VALUE",
                        "ARGUMENT_DEFINITION",
                        "INPUT_FIELD_DEFINITION"
                    ],
                    "args": [
                        {
                            "name": "reason",
                            "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https:\/\/commonmark.org\/).",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": "\"No longer supported\""
                        }
                    ]
                },
                {
                    "name": "oneOf",
                    "description": "Indicates that an Input Object is a OneOf Input Object (and thus requires exactly one of its fields be provided).",
                    "locations": [
                        "INPUT_OBJECT"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAcft",
                    "description": "Checks if user can access aircraft on requested endpoint",
                    "locations": [
                        "OBJECT",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAcftNid",
                    "description": "Checks if user can access aircraft with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAircraftOption",
                    "description": "Checks if user can access aircraft on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessApiKeyNid",
                    "description": "Checks if user can access API key with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAsLeon",
                    "description": "Checks whether logged user is a Leon employee.",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessContactNid",
                    "description": "Checks if user can access contact with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessCrewAppMyFlight",
                    "description": "Checks if user can access his flight with given numeric identifier on requested endpoint in crew app",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessCrewAppMyPositioning",
                    "description": "Checks if user can access his positioning with given numeric identifier on requested endpoint in crew app",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessDuty",
                    "description": "Checks if user can access duty",
                    "locations": [
                        "OBJECT",
                        "FIELD",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessFlight",
                    "description": "Checks if user can access flight on requested endpoint",
                    "locations": [
                        "OBJECT",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessFlightNid",
                    "description": "Checks if user can access flight with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canLoggedOwnerAccessFlightNid",
                    "description": "Checks if logged user can access flight as aircraft owner",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessPositioning",
                    "description": "Checks if user can access positioning",
                    "locations": [
                        "OBJECT",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessPositioningNid",
                    "description": "Checks if user can access positioning with given numeric identifier",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessResource",
                    "description": "Checks user permissions to access specified resource",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": [
                        {
                            "name": "resource",
                            "description": "Name of resource for which access is required",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "canAccessSimulator",
                    "description": "Checks if user can access simulator",
                    "locations": [
                        "OBJECT",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessByPrivilegeSetting",
                    "description": "Checks whether logged user has turn on privilege setting.",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": [
                        {
                            "name": "settingName",
                            "description": "Name of privilege setting for which access is required",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "validateSimulatorInput",
                    "description": "Validate input fields. At least one crew member is required if journey log fields are filled. If at least one of journey log fields is filled, required journey log fields must be filled.",
                    "locations": [
                        "OBJECT",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessTrip",
                    "description": "Checks if user can access trip on requested endpoint",
                    "locations": [
                        "OBJECT",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessTrNid",
                    "description": "Checks if user can access any TR (leg, duty, etc.) with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAircraftReservation",
                    "description": "Checks if user can access reservation with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "hasIdentityType",
                    "description": "Requires user to be authenticated using one of the allowed identity types",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": [
                        {
                            "name": "identity_type_list",
                            "description": "Allowed identity types",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "isOwnedAccessToken",
                    "description": "Requires access token to belong to authenticated user",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isNotEmptyList",
                    "description": "Checks if list is not empty",
                    "locations": [
                        "INPUT_OBJECT",
                        "INPUT_FIELD_DEFINITION",
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isRequestExists",
                    "description": "Check if request exist and belong to proper operator",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isValidTimeInterval",
                    "description": "Checks if time interval input is correct and within given boundaries",
                    "locations": [
                        "ARGUMENT_DEFINITION",
                        "INPUT_OBJECT",
                        "INPUT_FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isValidTimeIntervalBasedOnList",
                    "description": "Checks if time interval input is correct and within given boundaries based on count of specified list.",
                    "locations": [
                        "INPUT_FIELD_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAcftNidList",
                    "description": "Checks if user can access aircraft list",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessTemplateNid",
                    "description": "Checks if user can access Template with given numeric identifier on requested endpoint",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isDraftToggleValid",
                    "description": "Checks if `isInDraftMode` toggle value is valid",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "hasCrewRatings",
                    "description": "Prevents execution during publishing.",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "maxAmountCreatedDuties",
                    "description": "Checks the limit of creating maximum amount of duties.",
                    "locations": [
                        "OBJECT"
                    ],
                    "args": []
                },
                {
                    "name": "isPublishInProgress",
                    "description": "Prevents execution during publishing.",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "hasCorrectItemsAmount",
                    "description": "Checks if list have more elements than allowed",
                    "locations": [
                        "INPUT_OBJECT",
                        "INPUT_FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isTrListBelongsToOneOperator",
                    "description": "Checks if all TR from list belongs to one operator",
                    "locations": [
                        "ARGUMENT_DEFINITION",
                        "INPUT_OBJECT",
                        "INPUT_FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canBuyerAccessQuoteRealization",
                    "description": "Checks if logged user has permissions to specific `QuoteRealization`",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canBuyerAccessQuoteRealizationLeg",
                    "description": "Checks if logged user has permissions to specific `QuoteRealizationLeg`",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canBuyerAccessQuoteRequest",
                    "description": "Checks if logged user has permissions to specific `QuoteRequest`",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAcftNidNullable",
                    "description": "Checks if user can access aircraft\/unassigned aircraft with given numeric identifier",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAircraftActivity",
                    "description": "Throws exception if trying to access not accessible activity considering aircraft privileges",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isValidPassportList",
                    "description": "Checks if passport list has exactly one default passport",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "validVisaCountry",
                    "description": "Checks if input params regards to country is isSchengen are valid.",
                    "locations": [
                        "OBJECT",
                        "INPUT_OBJECT"
                    ],
                    "args": []
                },
                {
                    "name": "onlyPreferredCrewForAircraftOrLoggedUser",
                    "description": "checks if the list of passed crew is on the preferred crew list",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "filterNoAccessAircraftList",
                    "description": "Filter aircraft user can access",
                    "locations": [
                        "OBJECT"
                    ],
                    "args": []
                },
                {
                    "name": "filterNoAccessAircraftNidList",
                    "description": "Filter aircraft nid user can access",
                    "locations": [
                        "OBJECT"
                    ],
                    "args": []
                },
                {
                    "name": "filterNoAccessDuty",
                    "description": "Returns only duties accessible for logged user considering aircraft and operator privileges",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "filterNoAccessTrRevision",
                    "description": "Returns only revisions accessible for logged user considering aircraft privileges",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "filterNoAccessHistoryActivity",
                    "description": "Returns only activities accessible for logged user considering aircraft privileges",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "filterNoAccessAircraftCrewTemporary",
                    "description": "Returns only temporary assignments accessible for logged user considering aircraft and operator privileges",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isValidEasaList",
                    "description": "Checks EASA aircraft type code exists in Leon database",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isValidPositionNameList",
                    "description": "Checks if all position names exists",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "hasNoAircraftDuty",
                    "description": "Checks if list has no duties assigned to aircraft.",
                    "locations": [
                        "INPUT_FIELD_DEFINITION",
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isContactValidForUpdate",
                    "description": "Checks if contact is valid for update operations",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canCrewAssignToPosition",
                    "description": "Checks user ratings for aircraft and position.",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessToCrewByResourceOrBeCrewMember",
                    "description": "Checks user has access to resource: GRAPHQL_FLIGHT_CREW_FOR_NOT_A_MEMBER_SEE OR user is activity's crew member.",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAsLSOLeonSupport",
                    "description": "Checks whether logged user is a LSO leonsupport employee.",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessAsLeonSupport",
                    "description": "Checks whether logged user is a operator's leonsupport dedicated user.",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "filterNonNullValues",
                    "description": "Returns non-null values from array",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "filterQuoteRealizationAccess",
                    "description": "Returns quotes accessible for logged user considering aircraft privileges",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isOwnedOauthClientId",
                    "description": "Requires OAuth client identifier to belong to authenticated user",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isSameOauthContext",
                    "description": "Checks if given endorsement is from same oauth client with requester",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isAuthenticatedByOauth",
                    "description": "Requires to be authenticated by OAuth.",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "environment",
                    "description": "Checks if action is allowed for specific environments",
                    "locations": [
                        "OBJECT",
                        "ARGUMENT_DEFINITION",
                        "FIELD_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canAccessOperator",
                    "description": "Checks if user can access operator with given identifier",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "canDeleteOwnDutyRequest",
                    "description": "Checks is user assigned to duty request and can delete it",
                    "locations": [
                        "ARGUMENT_DEFINITION"
                    ],
                    "args": []
                },
                {
                    "name": "isLoggedUserInCrew",
                    "description": "Checks if logged user is a crew member.",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": [
                        {
                            "name": "key",
                            "description": "Name of nid argument for field",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "isLoggedUserInHotelReservation",
                    "description": "Checks if logged user has access to hotel reservation",
                    "locations": [
                        "FIELD_DEFINITION"
                    ],
                    "args": [
                        {
                            "name": "key",
                            "description": "Name of nid argument for field",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ]
                }
            ]
        }
    }
}